|
1 |
| -# FOSDEM Android app |
| 1 | +This is **not** the most up-to-date repo for the FOSDEM Android app. |
2 | 2 |
|
3 |
| -This is a native Android app for using the FOSDEM schedule offline. It is available in the [Google Play Store](https://play.google.com/store/apps/details?id=org.fosdem). |
| 3 | +Please see rkallensee's fork: |
| 4 | +https://github.com/rkallensee/fosdem-android |
4 | 5 |
|
5 |
| -## Features |
6 |
| - |
7 |
| -* View the different sessions by day and tracks |
8 |
| -* Room plans |
9 |
| -* Favorites and notifications |
10 |
| -* Search |
11 |
| -* Share a session with your social network |
12 |
| - |
13 |
| -## License |
14 |
| - |
15 |
| -[GPL](http://www.gnu.org/licenses/gpl.html) |
16 |
| - |
17 |
| -## Development |
18 |
| - |
19 |
| -* This application uses ActionBarSherlock to provide the action bar for older Android versions. You need to [include it](http://actionbarsherlock.com/usage.html) to build the application. The official documentation says: |
20 |
| - |
21 |
| -> If you’re using the Eclipse Development Environment with the ADT plugin version 0.9.7 or greater you can include ActionBarSherlock as a library project. Create a new Android project in Eclipse using the library/ folder as the existing source. Then, in your project properties, add the created project under the ‘Libraries’ section of the ‘Android’ category. |
22 |
| -
|
23 |
| -* Another dependency is the library [StickyListHeaders](https://github.com/emilsjolander/StickyListHeaders) - you need to include it the same way: download/clone it and add it as an Eclipse project (the /library folder as existing source) and add it as library to the FOSDEM app project. |
24 |
| - |
25 |
| -* 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"). |
26 |
| - |
27 |
| -## To-Do |
28 |
| - |
29 |
| -* Implementation with Fragments and Tablet UI |
30 |
| - |
31 |
| -## Changelog |
32 |
| - |
33 |
| -### 2.0.0 |
34 |
| - |
35 |
| -* Completely revised Holo-ified UI and new FOSDEM logo |
36 |
| -* Fixed to work with new HTTPS URL |
37 |
| -* Added fallback room images from 2012 because the room image download is currently not available. |
38 |
| - |
39 |
| -### 1.0.3 |
40 |
| - |
41 |
| -* Minor updates and points towards 2011 edition |
42 |
| - |
43 |
| -### 1.0.2 |
44 |
| - |
45 |
| -* Issue with notifications/background service solved. Thx to Christopher Orr. |
46 |
| - |
47 |
| -## Contributors |
48 |
| - |
49 |
| -### Original creators |
50 |
| - |
51 |
| -* Michaël Uyttersprot |
52 |
| -* Pieter Iserbyt |
53 |
| -* Christophe Vandeplas |
54 |
| - |
55 |
| -### Contributors |
56 |
| - |
57 |
| -* Christopher Orr |
58 |
| -* Raphael Kallensee |
59 |
| - |
60 |
| -## Links |
61 |
| - |
62 |
| -* [Official website](http://sourceforge.net/projects/fosdem-android/) |
63 |
| -* [App in the Google Play store](https://play.google.com/store/apps/details?id=org.fosdem) |
64 |
| -* [Announcement blog post](http://labs.emich.be/2010/01/29/fosdem-android-application/) |
| 6 | +His repo contains the code for the 2013 version in the Google Play store: |
| 7 | +https://play.google.com/store/apps/details?id=org.fosdem |
0 commit comments