initial temporary branding changes
This commit is contained in:
parent
28c0872676
commit
0c7204ccfb
4 changed files with 4 additions and 7 deletions
|
@ -14,7 +14,7 @@ android {
|
||||||
renderscriptTargetApi 29//must match target sdk and build tools
|
renderscriptTargetApi 29//must match target sdk and build tools
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId "code.name.monkey.retromusic"
|
applicationId "software.lavender.music"
|
||||||
versionCode 10545
|
versionCode 10545
|
||||||
versionName '5.4.2 ' + "_" + getDate()
|
versionName '5.4.2 ' + "_" + getDate()
|
||||||
|
|
||||||
|
|
|
@ -80,10 +80,6 @@ class App : Application() {
|
||||||
return instance!!
|
return instance!!
|
||||||
}
|
}
|
||||||
|
|
||||||
fun isProVersion(): Boolean {
|
fun isProVersion() = true
|
||||||
return BuildConfig.DEBUG || instance?.billingProcessor!!.isPurchased(
|
|
||||||
PRO_VERSION_PRODUCT_ID
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1646,6 +1646,7 @@ public class MusicService extends MediaBrowserServiceCompat
|
||||||
mediaButtonReceiverPendingIntent = PendingIntent.getBroadcast(getApplicationContext(), 0, mediaButtonIntent,
|
mediaButtonReceiverPendingIntent = PendingIntent.getBroadcast(getApplicationContext(), 0, mediaButtonIntent,
|
||||||
VersionUtils.INSTANCE.hasMarshmallow() ? PendingIntent.FLAG_IMMUTABLE : 0);
|
VersionUtils.INSTANCE.hasMarshmallow() ? PendingIntent.FLAG_IMMUTABLE : 0);
|
||||||
|
|
||||||
|
// TODO: change tag
|
||||||
mediaSession = new MediaSessionCompat(
|
mediaSession = new MediaSessionCompat(
|
||||||
this,
|
this,
|
||||||
"RetroMusicPlayer",
|
"RetroMusicPlayer",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<item>code_name_monkey_donate_8</item>
|
<item>code_name_monkey_donate_8</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string name="app_name" translatable="false">Retro Music</string>
|
<string name="app_name" translatable="false">Unnamed Player</string>
|
||||||
<string name="git_hub" translatable="false">GitHub</string>
|
<string name="git_hub" translatable="false">GitHub</string>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue