From 59192fe19beb0473b780c7285ab477f72a5e29d2 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Fri, 25 Dec 2015 20:11:49 +0100 Subject: [PATCH] Updated changelog and version code --- app/build.gradle | 4 ++-- app/src/main/assets/changelog.html | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 66600b35..49ff9ece 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,8 +63,8 @@ android { renderscriptTargetApi 23 applicationId "com.kabouzeid.gramophone" - versionCode 80 - versionName "0.9.47 beta 1" + versionCode 81 + versionName "0.9.50 PREVIEW 1" } buildTypes { release { diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index 253bfc86..19b5a785 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -25,6 +25,35 @@

You can view the changelog dialog again at any time from the about section.

+

Version 0.9.50 PREVIEW 1

+ +

You can always downgrade by downloading the old apk from APKMirror for example.

+ +
    +
  1. NEW: All new now playing screen. The old one will be available again in the full + update as an option. +
  2. +
  3. NEW: Swipe the album cover left/right to switch the current track.
  4. +
  5. NEW: Double tap on album cover to add to favorites.
  6. +
  7. IMPROVEMENT: Better animation for the "add to favorites heart".
  8. +
  9. IMPROVEMENT: Adjusted overall animation times.
  10. +
  11. IMPROVEMENT: Aligned the shuffle and repeat buttons to the 16dp keyline.
  12. +
  13. IMPROVEMENT: Updated Google icons in the about section.
  14. +
  15. IMPROVEMENT: Adjusted grid padding at the corners.
  16. +
  17. IMPROVEMENT: New card color in the dark theme which now follows the guidelines.
  18. +
  19. IMPROVEMENT: Adjusted menu button size and fixed wrong left padding in search items + without an image. +
  20. +
  21. IMPROVEMENT: Cleaner drag icon for playlists.
  22. +
  23. IMPROVEMENT: Synced translations.
  24. +
  25. FIX: Hopefully finally fixed the double notification bug.
  26. +
  27. FIX: Properly hide and show the bottom bar depending on whether the playlist is empty + or not.. +
  28. +
  29. FIX: Updated homepage link.
  30. +
  31. FIX: Some other minor fixes and overall improvements.
  32. +
+

Version 0.9.47 beta 2