Fixes to FOSDEM companion
This commit is contained in:
parent
06b1e1739e
commit
abd06780e6
|
@ -1,4 +1,3 @@
|
|||
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/cbeyls/fosdem-companion-android
|
||||
|
@ -8,31 +7,36 @@ Issue Tracker:https://github.com/cbeyls/fosdem-companion-android/issues
|
|||
Auto Name:FOSDEM Companion
|
||||
Summary:Schedule browser for the FOSDEM conference
|
||||
Description:
|
||||
Advanced schedule browser for the [https://fosdem.org/ FOSDEM] conference in Brussels, Belgium. Download the most recent schedule and browse it offline.
|
||||
Advanced schedule browser for the [https://fosdem.org/ FOSDEM] conference in
|
||||
Brussels, Belgium. Download the most recent schedule and browse it offline.
|
||||
|
||||
Features:
|
||||
# Browse sessions by day and by track
|
||||
# Instant search
|
||||
# Track schedule view optimized for phones and tablets
|
||||
# Full sessions details with related links, speakers info and room maps
|
||||
# Add sessions directly to your calendar
|
||||
# Share sessions with a link to their page on the FOSDEM website
|
||||
# Manage bookmarks and get notified when a bookmarked session is about to start
|
||||
# “Live” view: during FOSDEM, watch the realtime updated list of currently running and upcoming sessions
|
||||
# Includes a simple map of the site.
|
||||
* Browse sessions by day and by track
|
||||
* Instant search
|
||||
* Track schedule view optimized for phones and tablets
|
||||
* Full sessions details with related links, speakers info and room maps
|
||||
* Add sessions directly to your calendar
|
||||
* Share sessions with a link to their page on the FOSDEM website
|
||||
* Manage bookmarks and get notified when a bookmarked session is about to start
|
||||
* “Live” view: during FOSDEM, watch the realtime updated list of currently running and upcoming sessions
|
||||
* Includes a simple map of the site.
|
||||
|
||||
Note: this app properly handles timezone changes and device reboots for notifications; you can download the schedule and add bookmarks on any timezone and you will get notified at the right time when the events start in Belgium.
|
||||
The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used with permission.
|
||||
Note: this app properly handles timezone changes and device reboots for
|
||||
notifications; you can download the schedule and add bookmarks on any timezone
|
||||
and you will get notified at the right time when the events start in Belgium.
|
||||
|
||||
The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW.
|
||||
Used with permission.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/cbeyls/fosdem-companion-android.git
|
||||
|
||||
Build:1.0.5,700105
|
||||
commit=1.0.5
|
||||
srclibs=Support-v7@android-sdk-4.4.2_r1
|
||||
prebuild=echo ‘android.library.reference.1=$$Support-v7$$’ >> project.properties && \
|
||||
cp ../extlib/android/android-support-v4.jar $$Support-v7$$/libs/
|
||||
commit=1.0.5
|
||||
extlibs=android/android-support-v4.jar
|
||||
srclibs=1:Support-v7@android-sdk-4.4.2_r1
|
||||
prebuild=mv libs/android-support-v4.jar $$Support-v7$$/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue