Use temporary name Riot.imX

This commit is contained in:
Benoit Marty 2020-06-27 00:14:08 +02:00
parent 0ad493d860
commit 16a275529d
2 changed files with 4 additions and 4 deletions

View file

@ -178,7 +178,7 @@ android {
buildTypes {
debug {
applicationIdSuffix ".debug"
resValue "string", "app_name", "RiotX dbg"
resValue "string", "app_name", "Riot.imX dbg"
resValue "bool", "debug_mode", "true"
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"
@ -187,7 +187,7 @@ android {
}
release {
resValue "string", "app_name", "RiotX"
resValue "string", "app_name", "Riot.imX"
resValue "bool", "debug_mode", "false"
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"

View file

@ -220,7 +220,7 @@ class BugReporter @Inject constructor(
}
if (!mIsCancelled) {
val text = "[RiotX] " +
val text = "[Riot.imX] " +
if (forSuggestion) {
"[Suggestion] "
} else {
@ -292,7 +292,7 @@ class BugReporter @Inject constructor(
builder.addFormDataPart("label", context.getString(R.string.git_branch_name))
// Special for RiotX
builder.addFormDataPart("label", "[RiotX]")
builder.addFormDataPart("label", "[Riot.imX]")
// Suggestion
if (forSuggestion) {