summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-09-19 15:27:31 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:03:03 -0800
commite45f89f9521fb203474d85b8ee0675a6fbd4a91c (patch)
treef76f27396de8a56c91611ca4454aef1b1c5cbc0f /res/values
parentd5d50247c7fd1389b6cc42ec2d9afe48ed09fdb3 (diff)
downloadandroid_packages_apps_Eleven-e45f89f9521fb203474d85b8ee0675a6fbd4a91c.tar.gz
android_packages_apps_Eleven-e45f89f9521fb203474d85b8ee0675a6fbd4a91c.tar.bz2
android_packages_apps_Eleven-e45f89f9521fb203474d85b8ee0675a6fbd4a91c.zip
Eleven: Move recents logic to song level instead of album level and enable it
This also fixes an empty state bug for playlists not showing the proper text Also adds logic where if ids are not found, they are removed from the SongPlayCount and Recents db https://cyanogen.atlassian.net/browse/MUSIC-34 Change-Id: I550f0481944a6c2bc82c0270a4f8024c7339d86e
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 120b056..3356d91 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -78,7 +78,8 @@
<!-- playlist_favorite used in voice search processing only -->
<string name="playlist_favorite">Favorite</string>
<string name="playlist_favorites">Favorites</string>
- <string name="playlist_last_added">Last added</string>
+ <string name="playlist_last_added">Last Added</string>
+ <string name="playlist_recently_played">Recently Played</string>
<string name="playlist_top_tracks">My Top Tracks</string>
<!-- AlertDialog items -->
@@ -177,7 +178,8 @@
<string name="empty_search">NO SEARCH RESULTS FOR</string>
<string name="empty_search_check">Please check that you have the correct spelling or try a different keyword.</string>
<string name="empty_favorite">Songs you mark as favorites will be shown here.</string>
- <string name="empty_recent">Albums you have listened to will show up here. Try playing some music.</string>
+ <string name="empty_recent_main">NO RECENT SONGS</string>
+ <string name="empty_recent">Songs you have listened to recently will show up here.</string>
<string name="empty_playlist_main">NO SONGS IN PLAYLIST</string>
<string name="empty_playlist_secondary">To add songs to this playlist, tap the options menu on a song, album or artist and select \"Add to playlist\".</string>
<string name="empty_top_tracks_main">NO TOP TRACKS</string>