1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-16 12:43:46 +02:00
FOSDEM Companion for Android
Find a file
2022-10-26 00:51:56 +02:00
app update dependencies and release 2022-10-26 00:51:56 +02:00
gradle/wrapper update Gradle plugin, various libraries and change compileSdkVersion to 33 2022-09-24 13:16:23 +02:00
.gitignore Added output.json to .gitignore 2018-01-18 15:21:10 +01:00
.travis.yml update Gradle plugin, various libraries and change compileSdkVersion to 33 2022-09-24 13:16:23 +02:00
build.gradle update dependencies and release 2022-10-26 00:51:56 +02:00
gradle.properties enable precise resource shrinking 2022-01-28 13:58:00 +01:00
gradlew Migrated project structure to Android Studio 2014-12-10 22:46:27 +01:00
gradlew.bat Migrated project structure to Android Studio 2014-12-10 22:46:27 +01:00
LICENSE.md Add licence 2014-01-14 22:20:30 +01:00
README.md update README 2022-10-25 21:58:34 +02:00
settings.gradle Migrated project structure to Android Studio 2014-12-10 22:46:27 +01:00

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 repository in F-Droid.

Direct APK 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