Skip to content

Commit

Permalink
version 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SirkoVZ committed Dec 15, 2015
1 parent 5e547c2 commit d65d1c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Download: [https://github.com/volkszaehler/app-android/releases/latest](https://
![ScreenShot3](http://wiki.volkszaehler.org/_media/software/frontends/vz_app/grafik.png?w=200 "ScreenShots 3 of VolkszaehlerApp")
![ScreenShot4](http://wiki.volkszaehler.org/_media/software/frontends/vz_app/einstellungen.png?w=200 "ScreenShots 4 of VolkszaehlerApp")

## VolkszählerApp für Android, Version 0.8.5
## VolkszählerApp für Android, Version 0.8.6
---

Funktionen:
Expand All @@ -34,7 +34,7 @@ Wenn das Clonen bzw. das Öffnen des Projektes wegen eines ausgegrauten "Use def


English:
## VolkszaehlerApp for Android, Version 0.8.5
## VolkszaehlerApp for Android, Version 0.8.6
---

Features:
Expand All @@ -60,6 +60,11 @@ If the cloning resp. opening of the project fails due to a grayed "Use default g
###Version history:
---

###Version 0.8.6
####Fixed
- empty Channel Color causes crash
- Umlauts in host name causes crash

###Version 0.8.5
####Changed
- Extended Chart Details Dialog
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.volkszaehler.volkszaehlerapp"
android:versionCode="85"
android:versionName="0.8.5" >
android:versionCode="86"
android:versionName="0.8.6" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down

0 comments on commit d65d1c0

Please sign in to comment.