From cdc34e33a6dfcca6442c734ff761067dfbc7a006 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sun, 16 Aug 2015 19:35:48 +0200 Subject: [PATCH] Fixed Playlist view wrong background color on dark theme and removed the unneeded menu button from the artist and album list. --- app/src/main/assets/changelog.html | 9 +++++++++ .../kabouzeid/gramophone/adapter/album/AlbumAdapter.java | 3 +++ .../gramophone/adapter/artist/ArtistAdapter.java | 3 +++ .../gramophone/ui/activities/PlaylistDetailActivity.java | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index 5cad1f09..9e01269d 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -25,6 +25,15 @@

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

+

Version 0.9.43 beta2

+ +
    +
  1. FIX: Playlist view wrong background color on dark theme. +
  2. +
  3. FIX: Removed the unneeded menu button from the artist and album list. +
  4. +
+

Version 0.9.43 beta1

    diff --git a/app/src/main/java/com/kabouzeid/gramophone/adapter/album/AlbumAdapter.java b/app/src/main/java/com/kabouzeid/gramophone/adapter/album/AlbumAdapter.java index 9b99883c..0c21bcaf 100644 --- a/app/src/main/java/com/kabouzeid/gramophone/adapter/album/AlbumAdapter.java +++ b/app/src/main/java/com/kabouzeid/gramophone/adapter/album/AlbumAdapter.java @@ -210,6 +210,9 @@ public class AlbumAdapter extends AbsMultiSelectAdapter