Skip to content

devkanza/traewelldroid

 
 

Repository files navigation

Träwelldroid

This is a community app for the open source project Träwelling.

How it is developed

The app is using the official AndroidX framework by Google. Crashes of the app are detected and transmitted by Sentry. For the production version of the app a self-hosted Sentry instance is used.

At the moment the app is available on Google Play. You can download the app there: Google Play Store

Setup

First of all you should copy the key.properties.example file in the root directory and copy the contents into a key.properties file. With those properties the main keys and URLs of the application can be set.

Property name Usage Mandatory
SENTRY_DSN The DSN used for error logging with Sentry. No
OAUTH_SERVER The URL to the OAuth server running the authentication service for Träwelling No
REPO_URL The URL to the repository No
PRIVACY_URL URL to the privacy statement and imprint. Yes

After that, open Android Studio and the project should setup itself automatically.

Contributions

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! 😊

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%