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).

rkallensee/fosdem-android

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit ahead, 1 commit behind orrc:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 

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%