1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
matomocamp-companion-android/README.md
2021-09-22 23:03:25 +02:00

2.4 KiB

Build Status

MatomoCamp Companion

Advanced native Android schedule browser application for the MatomoCamp conference.

Get it on Google Play

Get it from our F-Droid repository

F-Droid repo

Add https://fdroid.matomocamp.org/fdroid as a package repostiory in F-Droid.

Direct API download

This is a modification of the "FOSDEM Companion for Android" by Christophe Beyls to be used in MatomoCamp by Lukas Winkler.

The text below refers to the original app:


This is a new implementation of the legacy FOSDEM app. The code has been rewritten from scratch and the features have been extended. It is built on top of the latest Jetpack libraries by Google.

The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used with permission.

How to build

All dependencies are defined in app/build.gradle. Import the project in Android Studio or use Gradle in command line:

./gradlew assembleRelease

The result apk file will be placed in app/build/outputs/apk/.

License

Apache License, Version 2.0

Used libraries

Contributors

  • Christophe Beyls