Merge pull request #45 from bendardenne/sort-by-added
#22 Allow sorting by date added
This commit is contained in:
commit
7b9e03e5f4
10 changed files with 24 additions and 3 deletions
|
|
@ -10,8 +10,9 @@
|
|||
<item name="action_sort_method_album" type="id" />
|
||||
<item name="action_sort_method_artist" type="id" />
|
||||
<item name="action_sort_method_year" type="id" />
|
||||
<item name="action_sort_method_added" type="id" />
|
||||
<item name="action_sort_method_random" type="id" />
|
||||
|
||||
<item name="action_multi_select_adapter_check_all" type="id" />
|
||||
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -208,6 +208,7 @@
|
|||
<string name="sort_method_artist">Artist</string>
|
||||
<string name="sort_method_album">Album</string>
|
||||
<string name="sort_method_year">Year</string>
|
||||
<string name="sort_method_added">Added</string>
|
||||
<string name="sort_method_random">Random</string>
|
||||
|
||||
<string name="finish_current_music_sleep_timer">Finish last song</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue