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
2014-04-04 23:11:56 +02:00
libs - Added MapFragment with zoomable map thanks to PhotoView. 2013-12-18 23:50:12 +01:00
res Added xxxhdpi app icon 2014-04-04 23:11:56 +02:00
src Replaced PagerSlidingTabStrip with a slightly improved version of 2014-03-31 22:30:34 +02:00
.classpath Initial commit: Network stack, schedule parser, database layer, search suggestion content provider. 2013-12-18 01:58:42 +01:00
.gitignore Initial commit: Network stack, schedule parser, database layer, search suggestion content provider. 2013-12-18 01:58:42 +01:00
.project Initial commit: Network stack, schedule parser, database layer, search suggestion content provider. 2013-12-18 01:58:42 +01:00
AndroidManifest.xml Allow the app to be installed on external storage. 2014-03-13 02:31:27 +01:00
build.gradle Added Gradle Build script. 2014-01-31 21:51:31 +01:00
LICENSE.md Add licence 2014-01-14 22:20:30 +01:00
proguard-project.txt Replaced legacy search with SearchView in ActionBar for API level 8+ 2014-01-18 00:56:53 +01:00
project.properties Changed build target to API 19 (KitKat) 2014-01-14 22:07:56 +01:00
README.md Replaced PagerSlidingTabStrip with a slightly improved version of 2014-03-31 22:30:34 +02: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.

To get more information and install the app, look at the Google Play Store page.

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

How to build

The project depends on the Android Support Library, including the compatibility ActionBar. All other dependencies are included.

Eclipse

Import the android-support-v7-appcompat project from your local SDK folder to your Eclipse workspace and add it as a dependency to this project.

Gradle

gradle build

License

Apache License, Version 2.0

Used libraries

Contributors

  • Christophe Beyls