Skip to content

Commit cabc7a8

Browse files
committed
Prepare for v3.5.11
1 parent 233adb8 commit cabc7a8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

app/src/main/java/io/github/muntashirakon/music/activities/PermissionActivity.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import android.net.Uri
55
import android.os.Bundle
66
import android.provider.Settings
77
import androidx.core.text.HtmlCompat
8-
import code.name.monkey.appthemehelper.ThemeStore
98
import code.name.monkey.appthemehelper.util.VersionUtils
109
import io.github.muntashirakon.music.R
1110
import 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
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fixed songs not loading from SD card
2+
- Changed default grid size for libraries
3+
- Fixed crash on rotating the device

0 commit comments

Comments
 (0)