mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 12:16:55 +01:00
Use temporary name Riot.imX
This commit is contained in:
parent
0ad493d860
commit
16a275529d
@ -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"
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user