Merge pull request #45 from bendardenne/sort-by-added

#22 Allow sorting by date added
This commit is contained in:
dkanada 2020-07-17 07:24:40 +09:00 committed by GitHub
commit 7b9e03e5f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 24 additions and 3 deletions

View file

@ -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>

View file

@ -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>