CappielloAntonio / tempo

An open source and lightweight music client for Subsonic, designed and built natively for Android.
GNU General Public License v3.0
1.06k stars 49 forks source link

Language switcher in Preferences #38

Closed dnno closed 1 year ago

dnno commented 1 year ago

See discussion here: https://github.com/CappielloAntonio/tempo/discussions/27

Inspirations mainly from here:

https://developer.android.com/guide/topics/resources/app-languages

Official documentation:

https://developer.android.com/guide/topics/resources/app-languages

Things to consider: Is it risky to update appcompat to a newer version when it was transitively imported with version 1.5.0 before? I see no obvious errors, but worth thinking about.