File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/java/io/github/muntashirakon/music/activities
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
1616 vectorDrawables. useSupportLibrary = true
1717
1818 applicationId ' io.github.muntashirakon.Music'
19- versionCode 10444
20- versionName ' 3.5.10 '
19+ versionCode 10445
20+ versionName ' 3.5.11 '
2121
2222 multiDexEnabled true
2323 }
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import android.net.Uri
55import android.os.Bundle
66import android.provider.Settings
77import androidx.core.text.HtmlCompat
8- import code.name.monkey.appthemehelper.ThemeStore
98import code.name.monkey.appthemehelper.util.VersionUtils
109import io.github.muntashirakon.music.R
1110import io.github.muntashirakon.music.activities.base.AbsMusicServiceActivity
@@ -51,10 +50,8 @@ class PermissionActivity : AbsMusicServiceActivity() {
5150 }
5251
5352 private fun setupTitle () {
54- val color = ThemeStore .accentColor(this )
55- val hexColor = String .format(" #%06X" , 0xFFFFFF and color)
5653 val appName = HtmlCompat .fromHtml(
57- " Hello there! <br>Welcome to <b>Retro <span style='color: $hexColor ';>Music</span> </b>" ,
54+ " Hello there! <br>Welcome to <b>Metro </b>" ,
5855 HtmlCompat .FROM_HTML_MODE_COMPACT
5956 )
6057 appNameText.text = appName
Original file line number Diff line number Diff line change 1+ - Fixed songs not loading from SD card
2+ - Changed default grid size for libraries
3+ - Fixed crash on rotating the device
You can’t perform that action at this time.
0 commit comments