From 50167e311edba943328bf8d5c069148d1b4c1b3c Mon Sep 17 00:00:00 2001 From: Christophe Beyls Date: Wed, 15 Jan 2014 00:13:22 +0100 Subject: [PATCH 1/3] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..905fe30 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# FOSDEM Companion + +Advanced native Android schedule browser application for the FOSDEM Conference in Brussels, Belgium. + +To get more information and install the app, look at the [Google Play Store](https://play.google.com/store/apps/details?id=be.digitalia.fosdem) page. From 599e4c31daebe6ca4bb92a8a001dd52fcd57a407 Mon Sep 17 00:00:00 2001 From: Christophe Beyls Date: Wed, 15 Jan 2014 01:22:04 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 905fe30..c883e9a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,26 @@ # FOSDEM Companion -Advanced native Android schedule browser application for the FOSDEM Conference in Brussels, Belgium. +Advanced native Android schedule browser application for the [FOSDEM](http://fosdem.org/) conference in Brussels, Belgium. + +This is a new implementation of the [legacy FOSDEM app](https://github.com/rkallensee/fosdem-android/edit/master/README.md). 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](https://play.google.com/store/apps/details?id=be.digitalia.fosdem) page. + +## License + +[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-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 + +* [Android Support Library](http://developer.android.com/tools/support-library/) by The Android Open Source Project +* [PagerSlidingTabStrip](https://github.com/astuetz/PagerSlidingTabStrip) by Andreas Stuetz +* [ViewPagerIndicator](http://viewpagerindicator.com/) by Jake Wharton +* [PhotoView](https://github.com/chrisbanes/PhotoView) by Chris Banes + +## Contributors + +* Christophe Beyls From bcbfa317aaf377f86c126c4b0b4815b50390e6fd Mon Sep 17 00:00:00 2001 From: Christophe Beyls Date: Wed, 15 Jan 2014 01:27:22 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c883e9a..5fe937f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Advanced native Android schedule browser application for the [FOSDEM](http://fosdem.org/) conference in Brussels, Belgium. -This is a new implementation of the [legacy FOSDEM app](https://github.com/rkallensee/fosdem-android/edit/master/README.md). 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. +This is a new implementation of the [legacy FOSDEM app](https://github.com/rkallensee/fosdem-android/). 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](https://play.google.com/store/apps/details?id=be.digitalia.fosdem) page.