mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 00:29:00 +01:00
Use temporary name Riot.imX
This commit is contained in:
parent
0ad493d860
commit
16a275529d
@ -178,7 +178,7 @@ android {
|
|||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
resValue "string", "app_name", "RiotX dbg"
|
resValue "string", "app_name", "Riot.imX dbg"
|
||||||
|
|
||||||
resValue "bool", "debug_mode", "true"
|
resValue "bool", "debug_mode", "true"
|
||||||
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"
|
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"
|
||||||
@ -187,7 +187,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
resValue "string", "app_name", "RiotX"
|
resValue "string", "app_name", "Riot.imX"
|
||||||
|
|
||||||
resValue "bool", "debug_mode", "false"
|
resValue "bool", "debug_mode", "false"
|
||||||
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"
|
buildConfigField "boolean", "LOW_PRIVACY_LOG_ENABLE", "false"
|
||||||
|
@ -220,7 +220,7 @@ class BugReporter @Inject constructor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!mIsCancelled) {
|
if (!mIsCancelled) {
|
||||||
val text = "[RiotX] " +
|
val text = "[Riot.imX] " +
|
||||||
if (forSuggestion) {
|
if (forSuggestion) {
|
||||||
"[Suggestion] "
|
"[Suggestion] "
|
||||||
} else {
|
} else {
|
||||||
@ -292,7 +292,7 @@ class BugReporter @Inject constructor(
|
|||||||
builder.addFormDataPart("label", context.getString(R.string.git_branch_name))
|
builder.addFormDataPart("label", context.getString(R.string.git_branch_name))
|
||||||
|
|
||||||
// Special for RiotX
|
// Special for RiotX
|
||||||
builder.addFormDataPart("label", "[RiotX]")
|
builder.addFormDataPart("label", "[Riot.imX]")
|
||||||
|
|
||||||
// Suggestion
|
// Suggestion
|
||||||
if (forSuggestion) {
|
if (forSuggestion) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user