summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRohit Yengisetty <rohit@cyngn.com>2014-10-22 16:32:26 -0700
committerlinus_lee <llee@cyngn.com>2014-11-25 16:43:10 -0800
commit493aa1d6e10f008ff06f2ab1e4ac66df15e795ed (patch)
treea900bc6dedff841c613f21a557dcf43b2329fdf0 /res/values
parent20a4fe3d358a92bc06d7c3544c8c86b2806c6705 (diff)
downloadandroid_packages_apps_Eleven-493aa1d6e10f008ff06f2ab1e4ac66df15e795ed.tar.gz
android_packages_apps_Eleven-493aa1d6e10f008ff06f2ab1e4ac66df15e795ed.tar.bz2
android_packages_apps_Eleven-493aa1d6e10f008ff06f2ab1e4ac66df15e795ed.zip
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
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
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 @@
<string name="header_5_plus_albums">5+ albums</string>
+ <string name="header_other">"Other"</string>
+
<string name="footer_search_artists">Show all artists</string>
<string name="footer_search_albums">Show all albums</string>
<string name="footer_search_songs">Show all songs</string>
@@ -196,4 +198,4 @@
<string name="duration_format"><xliff:g id="hours">%1$s</xliff:g> <xliff:g id="minutes">%2$s</xliff:g></string>
-</resources> \ No newline at end of file
+</resources>