Skip to content

[Feature Request] - Rename bleeding-edge app name #518

@tvillega

Description

@tvillega

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions