Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Update to 0.28 (31)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed Feb 11, 2017
1 parent 54137c0 commit 9a4f31d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}"

Expand Down

0 comments on commit 9a4f31d

Please sign in to comment.