Skip to content

Commit

Permalink
Version 1.96.2
Browse files Browse the repository at this point in the history
 * Fix #445: Close app with "Go back after mark all read" on main page
 * Fix #439: Login issues due to removed base64 encoding of credentials
 * Fix #441: Mark as read generates a warning on the server
  • Loading branch information
nilsbraden committed Mar 14, 2021
1 parent c900cd2 commit 08c4e6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ttrssreader/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="internalOnly"
android:versionCode="1961"
android:versionName="1.96.1">
android:versionCode="1962"
android:versionName="1.96.2">

<!-- Check connectivity -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
7 changes: 6 additions & 1 deletion ttrssreader/src/main/res/values/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
<resources>

<string-array name="updates">
<item>Version 1.96.1
<item>Version 1.96.2
* Fix #445: Close app with "Go back after mark all read" on main page
* Fix #439: Login issues due to removed base64 encoding of credentials
* Fix #441: Mark as read generates a warning on the server
</item>
<item>Version 1.96.1
* Use OkHttp Library to reduce issues with SSL, optimize re-use of existing connection
* Attempt fix of issue #425: Crash upon backing out to top of folder structure</item>
<item>Version 1.95.8
Expand Down

0 comments on commit 08c4e6d

Please sign in to comment.