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 f72fd5966f Load bookmark status asynchronously using a loader to ensure the UI
thread is not blocked when the database is updating. The loader is
notified of bookmarks status changes to deliver the new status
immediately.
2014-01-23 21:34:59 +01:00
libs - Added MapFragment with zoomable map thanks to PhotoView. 2013-12-18 23:50:12 +01:00
res Load bookmark status asynchronously using a loader to ensure the UI 2014-01-23 21:34:59 +01:00
src Load bookmark status asynchronously using a loader to ensure the UI 2014-01-23 21:34:59 +01: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 Updating manifest for release 1.0.3 2014-01-22 01:10:27 +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 updated legal info in README 2014-01-21 03:38:38 +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.

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.

License

Apache License, Version 2.0

Build dependencies

The project is built with Eclipse and depends on the Android Support Library and the compatibility ActionBar. You need to import the appcompat project from your local SDK folder to your Eclipse workspace and add it as a dependency to this project. All other dependencies are included in the project.

Used libraries

Contributors

  • Christophe Beyls