Prepare for v3.5.11
This commit is contained in:
parent
233adb833b
commit
cabc7a89f8
3 changed files with 6 additions and 6 deletions
|
@ -16,8 +16,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId 'io.github.muntashirakon.Music'
|
applicationId 'io.github.muntashirakon.Music'
|
||||||
versionCode 10444
|
versionCode 10445
|
||||||
versionName '3.5.10'
|
versionName '3.5.11'
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,6 @@ import android.net.Uri
|
||||||
import android.os.Bundle
|
import android.os.Bundle
|
||||||
import android.provider.Settings
|
import android.provider.Settings
|
||||||
import androidx.core.text.HtmlCompat
|
import androidx.core.text.HtmlCompat
|
||||||
import code.name.monkey.appthemehelper.ThemeStore
|
|
||||||
import code.name.monkey.appthemehelper.util.VersionUtils
|
import code.name.monkey.appthemehelper.util.VersionUtils
|
||||||
import io.github.muntashirakon.music.R
|
import io.github.muntashirakon.music.R
|
||||||
import io.github.muntashirakon.music.activities.base.AbsMusicServiceActivity
|
import io.github.muntashirakon.music.activities.base.AbsMusicServiceActivity
|
||||||
|
@ -51,10 +50,8 @@ class PermissionActivity : AbsMusicServiceActivity() {
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun setupTitle() {
|
private fun setupTitle() {
|
||||||
val color = ThemeStore.accentColor(this)
|
|
||||||
val hexColor = String.format("#%06X", 0xFFFFFF and color)
|
|
||||||
val appName = HtmlCompat.fromHtml(
|
val appName = HtmlCompat.fromHtml(
|
||||||
"Hello there! <br>Welcome to <b>Retro <span style='color:$hexColor';>Music</span></b>",
|
"Hello there! <br>Welcome to <b>Metro</b>",
|
||||||
HtmlCompat.FROM_HTML_MODE_COMPACT
|
HtmlCompat.FROM_HTML_MODE_COMPACT
|
||||||
)
|
)
|
||||||
appNameText.text = appName
|
appNameText.text = appName
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/10445.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/10445.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
- Fixed songs not loading from SD card
|
||||||
|
- Changed default grid size for libraries
|
||||||
|
- Fixed crash on rotating the device
|
Loading…
Add table
Add a link
Reference in a new issue