Added basic support for App Shortcuts
Shuffle All, Top Tracks, and Last added. Still need to fix icons and add dynamic shortcuts for playlists
This commit is contained in:
parent
d5bf0b58d2
commit
33ff49de0f
7 changed files with 232 additions and 0 deletions
|
|
@ -275,4 +275,16 @@
|
|||
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
|
||||
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
|
||||
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
|
||||
|
||||
<!-- App Shortcuts -->
|
||||
<string name="appshortcut_shuffleall_long">@string/action_shuffle_all</string>
|
||||
<string name="appshortcut_shuffleall_short">Shuffle</string>
|
||||
|
||||
<string name="appshortcut_toptracks_long">@string/my_top_tracks</string>
|
||||
<string name="appshortcut_toptracks_short">Top Tracks</string>
|
||||
|
||||
<string name="appshortcut_lastadded_long">@string/last_added</string>
|
||||
<string name="appshortcut_lastadded_short">@string/last_added</string>
|
||||
|
||||
<string name="error_launching_shortcut">Error launching shortcut.</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue