Skip to content

Commit

Permalink
Prepare for v3.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MuntashirAkon committed Sep 26, 2020
1 parent 233adb8 commit cabc7a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
vectorDrawables.useSupportLibrary = true

applicationId 'io.github.muntashirakon.Music'
versionCode 10444
versionName '3.5.10'
versionCode 10445
versionName '3.5.11'

multiDexEnabled true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import android.net.Uri
import android.os.Bundle
import android.provider.Settings
import androidx.core.text.HtmlCompat
import code.name.monkey.appthemehelper.ThemeStore
import code.name.monkey.appthemehelper.util.VersionUtils
import io.github.muntashirakon.music.R
import io.github.muntashirakon.music.activities.base.AbsMusicServiceActivity
Expand Down Expand Up @@ -51,10 +50,8 @@ class PermissionActivity : AbsMusicServiceActivity() {
}

private fun setupTitle() {
val color = ThemeStore.accentColor(this)
val hexColor = String.format("#%06X", 0xFFFFFF and color)
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
)
appNameText.text = appName
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10445.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed songs not loading from SD card
- Changed default grid size for libraries
- Fixed crash on rotating the device

0 comments on commit cabc7a8

Please sign in to comment.