Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi committed Jan 1, 2023
1 parent e138c72 commit b6fcca9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,23 @@ we use the notification permission to provide playback control for audio playing
We use the read storage permission on older devices to open the audio files. (not required for newer
devices)

## Latest Versions

- v1.2
- fixed not having permission to open audios on older android (read permission)
- fixed notification not disappearing when player failed to start
- more time to read error message
- fixed incorrect results checking for opening files
- updated notification looks to blend in more correctly
- updated description
- reduced app size
- v1.1
- fixed double opening file explorer
- changed logo icon
- reduced app size
- v1.0
- 1st release

## Branches

- main: latest source-code
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:a="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.martinmimigames.tinymusicplayer"
a:versionCode="2"
a:versionName="1.1">
a:versionCode="3"
a:versionName="1.2">

<uses-permission a:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission a:name="android.permission.FOREGROUND_SERVICE" />
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- fixed not having permission to open audios on older android (read permission)
- fixed notification not disappearing when player failed to start
- more time to read error message
- fixed incorrect results checking for opening files
- updated notification looks to blend in more correctly
- updated description
- reduced app size

0 comments on commit b6fcca9

Please sign in to comment.