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>2017-02-11 10:32:33 +0300
committerDaniel Schaal <daniel@schaal.email>2017-02-11 10:32:33 +0300
commit9a4f31d726bb32ba1c5a65881bba5fd051a30054 (patch)
treedbb1c36f6477dc5a565db5858f7363b2706b8f91
parent54137c0e553c4c21e7ebe84da565e503dc20c1e3 (diff)
Update to 0.28 (31)v0.28
-rw-r--r--CHANGELOG.md8
-rw-r--r--app/build.gradle4
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f641d30..f3096663 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.28 (2017-02-11)
+
+* Prepend https:// to server url if user didn't enter url scheme
+* Save and restore webview's scroll position
+* Fix crash when favicon uri doesn't have a path segment, Closes #42
+* Save currently selected folder when pressing the back button, Fixes #40
+* Support fresh articles (< 24h old) (#39), Thanks to @tobiasKaminsky
+
## 0.27 (2017-01-12)
* Allow user-added CAs on Android >= 7
diff --git a/app/build.gradle b/app/build.gradle
index b7281728..e2aae779 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -32,8 +32,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 16
targetSdkVersion 25
- versionCode 30
- versionName "0.27"
+ versionCode 31
+ versionName "0.28"
archivesBaseName="${getApplicationId()}_${getVersionCode()}"