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

34 lines
1.3 KiB
Markdown
Raw Normal View History

2014-01-15 00:13:22 +01:00
# FOSDEM Companion
2014-01-15 01:22:04 +01:00
Advanced native Android schedule browser application for the [FOSDEM](http://fosdem.org/) conference in Brussels, Belgium.
2014-01-15 01:27:22 +01:00
This is a new implementation of the [legacy FOSDEM app](https://github.com/rkallensee/fosdem-android/). 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.
2014-01-15 00:13:22 +01:00
To get more information and install the app, look at the [Google Play Store](https://play.google.com/store/apps/details?id=be.digitalia.fosdem) page.
2014-01-15 01:22:04 +01:00
2014-01-21 03:38:38 +01:00
The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used with permission.
2014-01-31 22:15:41 +01:00
## How to build
2014-01-15 01:22:04 +01:00
All dependencies are defined in ```app/build.gradle```. Import the project in Android Studio or use Gradle in command line:
2014-01-31 22:15:41 +01:00
```
./gradlew assembleRelease
2014-01-31 22:15:41 +01:00
```
2014-01-15 01:22:04 +01:00
The result apk file will be placed in ```app/build/outputs/apk/```.
2014-01-31 22:15:41 +01:00
## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
2014-01-15 01:22:04 +01:00
## Used libraries
* [Android Support Library](http://developer.android.com/tools/support-library/) by The Android Open Source Project
* [ViewPagerIndicator](http://viewpagerindicator.com/) by Jake Wharton
* [PhotoView](https://github.com/chrisbanes/PhotoView) by Chris Banes
## Contributors
* Christophe Beyls