Skip to content

This is a native Android app which helps you to manage the FOSDEM conference schedule on your phone. Note: this is a fork of the app of orrc (https://github.com/orrc/fosdem-android) which is in turn a fork of the "official" app hosted on Sourceforge (https://github.com/orrc/fosdem-android).

Notifications You must be signed in to change notification settings

rkallensee/fosdem-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOSDEM Android app

This is a native Android app for using the FOSDEM schedule offline. It is available in the Google Play Store.

Features

  • View the different sessions by day and tracks
  • Room plans
  • Favorites and notifications
  • Search
  • Share a session with your social network

License

GPL

Development

  • This application uses ActionBarSherlock to provide the action bar for older Android versions.

  • Another dependency is the library StickyListHeaders which helps adding nice list headers.

  • The project needs the android-support-v4.jar to build. If your Eclipse doesn't find it on its own, you have to specify its path (it resides in your Android SDK folder as extras/android/support/v4/android-support-v4.jar) in the project settings > Java Build Path > Libraries (via "Add External JARs").

ActionBarSherlock and StickyListHeaders are added as git submodules. To fetch their content after cloning the repository, just execute:

git pull && git submodule init && git submodule update && git submodule status

To-Do

  • Implementation with Fragments and Tablet UI

Changelog

2.0.0

  • Completely revised Holo-ified UI and new FOSDEM logo
  • Fixed to work with new HTTPS URL
  • Added fallback room images from 2012 because the room image download is currently not available.

1.0.3

  • Minor updates and points towards 2011 edition

1.0.2

  • Issue with notifications/background service solved. Thx to Christopher Orr.

Contributors

Original creators

  • Michaël Uyttersprot
  • Pieter Iserbyt
  • Christophe Vandeplas

Contributors

  • Christopher Orr
  • Raphael Kallensee

Links

About

This is a native Android app which helps you to manage the FOSDEM conference schedule on your phone. Note: this is a fork of the app of orrc (https://github.com/orrc/fosdem-android) which is in turn a fork of the "official" app hosted on Sourceforge (https://github.com/orrc/fosdem-android).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%