Skip to content

Commit

Permalink
Version 1.96.3
Browse files Browse the repository at this point in the history
 * Fix #437: White screen on app launch by adding a default background showing the app icon
 * Fix #429: Hide articles with negative score in fresh feed
 * Second attempt: Fix #445: Problem with "Go back after mark all items as read"
 * Added more logging to check for problems with tablet ui
  • Loading branch information
nilsbraden committed Mar 17, 2021
1 parent b07fffc commit b29e47e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 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="1962"
android:versionName="1.96.2">
android:versionCode="1963"
android:versionName="1.96.3">

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

<string-array name="updates">
<item>Version 1.96.2
* Fix #445: Close app with "Go back after mark all read" on main page
<item>Version 1.96.3
* Fix #437: White screen on app launch by adding a default background showing the app icon
* Fix #429: Hide articles with negative score in fresh feed
* Second attempt: Fix #445: Problem with \"Go back after mark all items as read\"
* Added more logging to check for problems with tablet ui</item>
<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>
* 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>
Expand Down

0 comments on commit b29e47e

Please sign in to comment.