Cleaned up and rewrote big parts of the MusicService. Added gapless playback option in settings.
This commit is contained in:
parent
1908d1fe78
commit
3bdecbebe4
10 changed files with 471 additions and 271 deletions
|
|
@ -109,6 +109,7 @@
|
|||
<string name="pref_title_colored_album_footers">Colored album footers</string>
|
||||
<string name="pref_title_colored_notification">Colored notification</string>
|
||||
<string name="pref_title_fade_play_pause">Fade play/pause</string>
|
||||
<string name="pref_title_gapless_playback">Gapless playback</string>
|
||||
<string name="pref_title_force_square_album_art">Force square album art</string>
|
||||
<string name="pref_title_opaque_toolbar_now_playing">Opaque toolbar</string>
|
||||
<string name="pref_title_opaque_statusbar_now_playing">Opaque statusbar</string>
|
||||
|
|
@ -143,6 +144,7 @@
|
|||
<string name="pref_summary_colored_album_footers">"Album footers in the grid are colored with the album cover\'s vibrant color."</string>
|
||||
<string name="pref_summary_colored_notification">"The notification is colored with the album cover\'s vibrant color."</string>
|
||||
<string name="pref_summary_fade_play_pause">"Fades the song in/out on play/pause."</string>
|
||||
<string name="pref_summary_gapless_playback">"Eliminates the gap between two songs. Disabling this might fix playback issues."</string>
|
||||
<string name="pref_summary_force_square_album_art">Album art in the now playing view is forced to be squared.</string>
|
||||
<string name="pref_summary_opaque_toolbar_now_playing">The toolbar is opaque and do not cover the album art.</string>
|
||||
<string name="pref_summary_opaque_statusbar_now_playing">The statusbar is opaque and do not cover the album art.</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue