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

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2016-05-22 08:00:05 +0300
committerDaniel Schaal <daniel@schaal.email>2016-05-22 08:00:05 +0300
commitc757d7ee7c88ee86d88736038d65353445427eae (patch)
treedbc915f210267c59c465cccc33ca8d90c8a02eec
parent9d564bc078594cb76d577eaf52248b58c821a9fe (diff)
Bump version code and update CHANGELOG.md for 0.7v0.7
-rw-r--r--CHANGELOG.md6
-rw-r--r--app/build.gradle4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c02bc1f..0302b605 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.7 (2016-05-22)
+
+* Remove accepting of selfs-signed certs again, this undermines TLS security (see e.g. https://github.com/owncloud/news/blob/master/docs/developer/External-Api.md#security-guidelines)
+* Don't start a full sync if article changes weren't synced successfully (hopefully fixes #6)
+* Fixes for LoginActivity
+
## 0.6 (2016-05-03)
* Add possibility to accept self-signed certs (Uses [MemorizingTrustManager](https://github.com/ge0rg/MemorizingTrustManager))
diff --git a/app/build.gradle b/app/build.gradle
index f15b30bf..82ac3836 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -29,8 +29,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 16
targetSdkVersion 23
- versionCode 9
- versionName "0.6"
+ versionCode 10
+ versionName "0.7"
archivesBaseName="${getApplicationId()}_${getVersionCode()}"