From 861d92b855088095f22500d85fdf65d82024694d Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sat, 15 Sep 2018 22:40:45 +0200 Subject: [PATCH] Updated APK version to 0.14.51.rc3.3 / 4159 Updated whatsnew --- app/build.gradle | 4 ++-- app/src/main/play/en-GB/whatsnew | 19 ++++++++----------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f781b729..afdd767d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4158 - versionName "0.14.51.rc3.2" + versionCode 4159 + versionName "0.14.51.rc3.3" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig diff --git a/app/src/main/play/en-GB/whatsnew b/app/src/main/play/en-GB/whatsnew index 65be812d..d8198c8a 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,19 +1,16 @@ Fixes -* Added detection for wireless charging -* Fixed phone plugged to charger detection * Fixed override changes button not showing * Fixed the "battery eater" - +* Added detection for wireless charging +* Fixed phone plugged to charger detection +* Lots of bug fixes and better Android 8+ support (#52, #54, #56, #59) Enhancements -* UI explains why syncthing is running or not running according to the run conditions set in preferences. +* UI explains why syncthing is running (or not) * Improved run conditions and their UI -* Better default prefs, crash detection and fixes -* Stop polling when the user doesn't look at a tab * Support in-app editing of folder's ignore list items -* Welcome wizard slide added for key and config generation on first app launch -* Added welcome wizard -* Added support for receive only folder type -* Added "Uptime" to status tab - +* Added support for "receive only" folders +* Stop polling when the user doesn't look at a tab +* Speed up syncthing startup and reduce log spam (#60) +* Better default prefs and crash detection Maintenance * Updated syncthing to v0.14.51-rc.3