From 493aa1d6e10f008ff06f2ab1e4ac66df15e795ed Mon Sep 17 00:00:00 2001 From: Rohit Yengisetty Date: Wed, 22 Oct 2014 16:32:26 -0700 Subject: Eleven - Introducing the ability to filter a list items into two - localizable and non-localizable based on a specified attribute of the item. Udpating the SongFragment and ArtistFragment to list localizable songs towards the top, while pushing the others towards the bottom of the list. Also, updated the section creator logic to *not* create sections for the non- latin named songs. https://cyanogen.atlassian.net/browse/MUSIC-73 Change-Id: I5aaa98ae4312a9f1d142a48aaf025bdbc7e0150b Conflicts: src/com/cyngn/eleven/loaders/AlbumLoader.java src/com/cyngn/eleven/loaders/ArtistLoader.java src/com/cyngn/eleven/loaders/SongLoader.java --- res/values/strings.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'res/values') diff --git a/res/values/strings.xml b/res/values/strings.xml index 8f88618..c6acc4f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -183,6 +183,8 @@ 5+ albums + "Other" + Show all artists Show all albums Show all songs @@ -196,4 +198,4 @@ %1$s %2$s - \ No newline at end of file + -- cgit v1.2.3