Skip to content

Commit

Permalink
0.0.12 OBT
Browse files Browse the repository at this point in the history
  • Loading branch information
Puzzak committed Dec 12, 2023
1 parent 5465d24 commit d87b84e
Show file tree
Hide file tree
Showing 13 changed files with 418 additions and 254 deletions.
84 changes: 58 additions & 26 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 22 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Update 0.0.12 [12] (OBT)
#### Player
- Skipping songs is available:
- Skip to the next song
- Go back to the previous song
- Go back to the beginning of song (after 5 seconds)
- Works only when playing whole release
- Player is now integrated into system:
- After starting playback, player will work in background
- You can skip, go back, stop/resume music and skip track there
- It is integrated with the system, so your headphones and voice command can control music
#### Fixes
- Fixed chips design on older devices
- Fixed player screen design on light theme
- Fixed small release display (especially on smaller screens)
- Fixed that buttons were pink for some reason on older devices
#### Known Issues
- Sometimes player can NOT work or crash the app when playing single song
- Sometimes there is a mismatch in song names in system player and in app

## Update 0.0.11 [11] (OBT)
#### Miscellaneous
- Added Player screen for tablets
Expand Down Expand Up @@ -30,8 +50,8 @@
#### Fixes
- Fixed that "Copy from clipboard" button wasn't showing in some cases.
- Fixed that OTP Code field wasn't working in some cases
#### Known issues
- Sometimes lanscape orientation may not behave as vertical. Vertical orientation is being developed first, then adapted to the album one.
#### Known Issues
- Sometimes lanscape orientation may not behave as vertical. Vertical orientation is being developed first, then adapted to the album one.

## Update 0.0.7 [7]
#### Miscellaneous
Expand Down Expand Up @@ -106,5 +126,3 @@ Settings > [About MCPlayer] > [Send feedback]

> Pro tip: You can always find changelog in Settings:
> Settings > [About MCPlayer] > [Changelog]

2 changes: 1 addition & 1 deletion monstercatplayer/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
applicationId "page.puzzak.mcplayer"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 19
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
Loading

0 comments on commit d87b84e

Please sign in to comment.