Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2017-05-27 01:43:25 +0300
committerDavid Luhmer <david-dev@live.de>2017-05-27 01:43:25 +0300
commitc0c7b23b72584703020e08417c2cf439e26da953 (patch)
treefb7eb6aa6379f26c7970ba2652cde99abe5d0f73
parente42f14c9ac2dac4c4ff5782d0d851e06c161ed34 (diff)
Update to v.0.9.9.6v.0.9.9.6
-rw-r--r--News-Android-App.apkbin6332694 -> 4715868 bytes
-rw-r--r--News-Android-App/src/main/AndroidManifest.xml4
-rw-r--r--README.md10
3 files changed, 11 insertions, 3 deletions
diff --git a/News-Android-App.apk b/News-Android-App.apk
index f48842bd..6e644ffb 100644
--- a/News-Android-App.apk
+++ b/News-Android-App.apk
Binary files differ
diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml
index 74d68829..627595b8 100644
--- a/News-Android-App/src/main/AndroidManifest.xml
+++ b/News-Android-App/src/main/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="de.luhmer.owncloudnewsreader"
- android:versionCode="116"
- android:versionName="0.9.9.4"
+ android:versionCode="118"
+ android:versionName="0.9.9.6"
android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
diff --git a/README.md b/README.md
index 94112942..08f93e59 100644
--- a/README.md
+++ b/README.md
@@ -89,8 +89,16 @@ Updates
---------------------
-0.9.9.5 (in development)
+0.9.9.6 (in development)
---------------------
+- Rewrite of sync backend (use Retrofit, Dagger, OkHttp)
+- Fix app crash (when using self signed ssl certificates)
+- Serveral other fixes and improvements
+
+
+0.9.9.5 (Google Play)
+---------------------
+- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/559">#559 Sync is slow</a>
0.9.9.4 (Google Play)