Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
bishiboosh committed Nov 11, 2015
2 parents 29d923a + 3d17c93 commit 76a8de3
Show file tree
Hide file tree
Showing 121 changed files with 1,472 additions and 1,518 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# FOSDEM Companion
# CDL Companion

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

The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used with permission.
Advanced native Android schedule browser application for the [Capitole du Libre](https://2015.capitoledulibre.org/) conference in Toulouse, France.

## How to build

Expand All @@ -31,3 +25,4 @@ The result apk file will be placed in ```app/build/outputs/apk/```.
## Contributors

* Christophe Beyls
* Valentin Rocher
11 changes: 6 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ android {
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "be.digitalia.fosdem"
applicationId "org.toulibre.cdl"
minSdkVersion 7
targetSdkVersion 21
versionCode 2
versionName "1.0"
}

buildTypes {
Expand All @@ -19,8 +21,7 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:21.0.+'
compile 'com.android.support:cardview-v7:21.0.+'
// Version 1.2.3 has a bug and crashes when detecting 2-finger gestures. Use 1.2.2 instead.
compile 'com.github.chrisbanes.photoview:library:1.2.2'
compile 'com.android.support:appcompat-v7:21.+'
compile 'com.android.support:cardview-v7:21.+'
compile 'com.commit451:PhotoView:1.2.4'
}
14 changes: 4 additions & 10 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
package="be.digitalia.fosdem"
package="org.toulibre.cdl"
xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:versionCode="700131"
android:versionName="1.3.1">

<uses-sdk
android:minSdkVersion="7"
android:targetSdkVersion="21"/>
android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.NFC"/>
Expand All @@ -24,7 +18,7 @@
android:required="false"/>

<application
android:name="be.digitalia.fosdem.FosdemApplication"
android:name=".CdlApplication"
android:allowBackup="true"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
Expand Down Expand Up @@ -109,7 +103,7 @@

<provider
android:name=".providers.SearchSuggestionProvider"
android:authorities="be.digitalia.fosdem.search"
android:authorities="org.toulibre.cdl.search"
android:exported="true"/>
</application>

Expand Down

This file was deleted.

28 changes: 0 additions & 28 deletions app/src/main/java/be/digitalia/fosdem/api/FosdemUrls.java

This file was deleted.

60 changes: 0 additions & 60 deletions app/src/main/java/be/digitalia/fosdem/fragments/MapFragment.java

This file was deleted.

34 changes: 0 additions & 34 deletions app/src/main/java/be/digitalia/fosdem/model/Building.java

This file was deleted.

Loading

0 comments on commit 76a8de3

Please sign in to comment.