This is a community app for the open source project Träwelling.
The app is using the official Jetpack Compose framework by Google. Crashes of the app are detected and transmitted by Sentry. For the production version of the app deployed to Google Play, a self-hosted Sentry instance is used. Feature Flags are possible and implemented via a self-hosted Unleash instance.
Personalised properties can be configured in the app-level build.gradle
file.
Property name | Usage | Mandatory |
---|---|---|
SENTRY_DSN |
The DSN used for error logging with Sentry. | No |
OAUTH_CLIENT_ID |
The OAuth client id | Yes |
OAUTH_REDIRECT_URL |
The OAuth redirect URL | Yes |
REPO_URL |
The URL to the repository | No |
PRIVACY_URL |
URL to the privacy statement and imprint. | Yes |
UNLEASH_URL |
API URL to reach the Unleash API | No |
UNLEASH_KEY |
API Key for Unleash API | No |
WEBHOOK_URL |
URL for accepting Träwelling webhooks | No |
I'm always happy for contributions in any way! Is there something that could be improved on Träwelldroid? Just create an issue and tell us about your concerns or ideas!
Of course you're also free to contribute code by yourself! Just fork the repo, do your changes and simply submit a PR. Thank you! 😊