1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
FOSDEM Companion for Android
Find a file
Christophe Beyls 66bb625955 Drop support for API 7-8 devices.
It's been a good time!
2017-05-21 19:55:32 +02:00
app Drop support for API 7-8 devices. 2017-05-21 19:55:32 +02:00
gradle/wrapper Updated Gradle plugin to 2.3.1 2017-04-17 16:38:15 +02:00
.gitignore Improved .gitignore rules 2014-12-10 23:05:11 +01:00
build.gradle Updated Gradle plugin 2017-05-20 23:16:05 +02:00
gradle.properties Migrate to the latest build tools 2016-05-07 16:51:16 +02: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 Added some buttons to download the app 2017-01-13 18:54:27 +01:00
settings.gradle Migrated project structure to Android Studio 2014-12-10 22:46:27 +01:00

FOSDEM Companion

Advanced native Android schedule browser application for the FOSDEM conference in Brussels, Belgium.

This is a new implementation of the legacy FOSDEM app. The code has been rewritten from scratch and the features have been extended. It uses loaders and fragments extensively and is backward compatible up to Android 2.1 thanks to the support library.

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