-
-
Notifications
You must be signed in to change notification settings - Fork 76
[Feature Request] - Rename bleeding-edge app name #518
Copy link
Copy link
Open
Description
Summary
In order to distinguish the normal app from the bleeding-edge version, I propose to rename the later for better differentiation during testing.
Description
Currently build.gradle looks like this:
productFlavors {
tempus {
dimension = "default"
applicationId 'com.eddyizm.tempus'
}
degoogled {
dimension = "default"
applicationId "com.eddyizm.degoogled.tempus"
}
}
I propose for it to look like this:
productFlavors {
tempus {
dimension = "default"
applicationId 'com.eddyizm.tempus'
resValue "string", "app_name", "Tempus: Allegro"
}
degoogled {
dimension = "default"
applicationId "com.eddyizm.degoogled.tempus
"resValue "string", "app_name", "Tempus: Allegro"
}
}
Use Case
Having both variants of the app without confusing them in the app drawer.
Additional context
From Wikipedia:
Many tempo markings also indicate mood and expression. For example, presto and allegro both indicate a speedy execution (presto being faster), but allegro also connotes joy (from its original meaning in Italian).
Renaming that string value is enough for changes to propagate throughout the entire app.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels