Here's a list of changes/features: https://github.com/RetroMusicPlayer/RetroMusicPlayer/releases/tag/v5.0

Internal Changes:
1) Migrated to ViewBinding
2) Migrated to Glide V4
3) Migrated to kotlin version of Material Dialogs
This commit is contained in:
Prathamesh More 2021-09-09 00:00:20 +05:30
parent fc42767031
commit bce6dbfa27
421 changed files with 13285 additions and 5757 deletions

View file

@ -98,18 +98,6 @@
<item>this_year</item>
</string-array>
<string-array name="pref_type_home_banner_titles">
<item>@string/home_only_profile</item>
<item>@string/home_banner_full</item>
<item>@string/home_no_profile</item>
</string-array>
<string-array name="pref_type_home_banner_values">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
<string-array name="pref_language_names">
<item>System default</item>
@ -125,6 +113,7 @@
<item>Czech</item>
<item>Danish</item>
<item>Dutch</item>
<item>English</item>
<item>Finnish</item>
<item>French</item>
<item>German</item>
@ -171,6 +160,7 @@
<item>cs-cz</item>
<item>da-DK</item>
<item>nl-NL</item>
<item>en</item>
<item>fi-FI</item>
<item>fr</item>
<item>de</item>
@ -203,4 +193,4 @@
<item>ur</item>
<item>vi</item>
</string-array>
</resources>
</resources>