Skip to content

Commit 882bae8

Browse files
committed
Bumped version number up to 2.0.0, added a changelog.
1 parent ba6b082 commit 882bae8

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FOSDEM Android app
22

3-
This is a native Android app for using the FOSDEM schedule offline.
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).
44

55
## Features
66

@@ -28,6 +28,22 @@ This is a native Android app for using the FOSDEM schedule offline.
2828

2929
* Implementation with Fragments and Tablet UI
3030

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+
3147
## Contributors
3248

3349
### Original creators

app/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.fosdem"
4-
android:versionCode="4"
5-
android:versionName="1.0.2">
4+
android:versionCode="5"
5+
android:versionName="2.0.0">
66

77
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="13" />
88

0 commit comments

Comments
 (0)