Remember library/collection sorting (#150)

Closes #148 
Closes #83

Remember the chosen sort order & direction per user profile on device.
Also adds a few more sort options.

This is only saved on the device and not saved/loaded from the server.
This commit is contained in:
damontecres 2025-11-03 12:15:41 -05:00 committed by GitHub
parent 08577b8a31
commit 40267be633
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 486 additions and 51 deletions

View file

@ -102,5 +102,8 @@
<string name="nav_drawer_switch_on_focus_summary_off">Click to switch pages</string>
<string name="show_next_up_when">Show next up</string>
<string name="next_up">Next Up</string>
<string name="community_rating">Community Rating</string>
<string name="critic_rating">Critic Rating</string>
<string name="play_count">Play Count</string>
</resources>