mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-24 10:55:54 +00:00
Updated APK version to 0.14.51.rc3.3 / 4159
Updated whatsnew
This commit is contained in:
parent
3eab8fe132
commit
861d92b855
2 changed files with 10 additions and 13 deletions
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "com.github.catfriend1.syncthingandroid"
|
applicationId "com.github.catfriend1.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4158
|
versionCode 4159
|
||||||
versionName "0.14.51.rc3.2"
|
versionName "0.14.51.rc3.3"
|
||||||
testApplicationId 'com.github.catfriend1.syncthingandroid.test'
|
testApplicationId 'com.github.catfriend1.syncthingandroid.test'
|
||||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
Fixes
|
Fixes
|
||||||
* Added detection for wireless charging
|
|
||||||
* Fixed phone plugged to charger detection
|
|
||||||
* Fixed override changes button not showing
|
* Fixed override changes button not showing
|
||||||
* Fixed the "battery eater"
|
* 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
|
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
|
* 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
|
* Support in-app editing of folder's ignore list items
|
||||||
* Welcome wizard slide added for key and config generation on first app launch
|
* Added support for "receive only" folders
|
||||||
* Added welcome wizard
|
* Stop polling when the user doesn't look at a tab
|
||||||
* Added support for receive only folder type
|
* Speed up syncthing startup and reduce log spam (#60)
|
||||||
* Added "Uptime" to status tab
|
* Better default prefs and crash detection
|
||||||
|
|
||||||
Maintenance
|
Maintenance
|
||||||
* Updated syncthing to v0.14.51-rc.3
|
* Updated syncthing to v0.14.51-rc.3
|
||||||
|
|
Loading…
Reference in a new issue