Skip to content

Commit

Permalink
Version 1.96.0
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nilsbraden committed Oct 3, 2020
1 parent 37316ff commit 2e4a9f8
Show file tree
Hide file tree
Showing 2 changed files with 6 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="1958"
android:versionName="1.95.8">
android:versionCode="1960"
android:versionName="1.96.0">

<!-- Check connectivity -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
5 changes: 4 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,10 @@
<resources>

<string-array name="updates">
<item>Version 1.95.8
<item>Version 1.96.0
* 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
* Implement dark mode following system-wide dark mode (or battery-saver on Android Pie or earlier)
* Enable automatic dark theme by default
* Use OkHttp library to allow using TLSv1.3 on Android Pie or earlier</item>
Expand Down

0 comments on commit 2e4a9f8

Please sign in to comment.