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

@ -10,6 +10,22 @@
android:title="@string/pref_title_audio_ducking"
app:icon="@drawable/ic_volume_down" />
<code.name.monkey.retromusic.preferences.DurationPreference
android:defaultValue="0"
android:key="audio_fade_duration"
android:layout="@layout/list_item_view"
android:summary="@string/pref_summary_audio_fade"
android:title="@string/pref_title_audio_fade" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESeekBarPreference
android:defaultValue="0"
android:key="cross_fade_duration"
android:layout="@layout/list_item_view_seekbar"
android:max="12"
android:summary="@string/pref_summary_cross_fade"
android:title="@string/pref_title_cross_fade"
app:showSeekBarValue="true" />
<code.name.monkey.appthemehelper.common.prefs.supportv7.ATESwitchPreference
android:defaultValue="false"
android:key="gapless_playback"