mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Bumped version to 0.10.9
This commit is contained in:
parent
9ae02d30eb
commit
8482ea610b
2 changed files with 12 additions and 3 deletions
|
@ -35,7 +35,7 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4141
|
versionCode 4142
|
||||||
versionName "0.10.8"
|
versionName "0.10.8"
|
||||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||||
|
|
|
@ -1,2 +1,11 @@
|
||||||
* Fix high CPU usage (for some devices this manifested as a crash)
|
* Update syncthing to v0.14.47
|
||||||
* Fix Wifi run condition on Android 8.1
|
* Minimum supported Android version is now 4.1
|
||||||
|
* Migrated to built-in syncthing file watcher
|
||||||
|
* Added pause button for folders and devices
|
||||||
|
* Support more file managers when opening folders from the application
|
||||||
|
* Ability to set proxy settings
|
||||||
|
* Added experimental toggle for disabling restarts after beind suspended, which when enabled can reduce battery usage yet increase the time it takes to reconnect
|
||||||
|
* Fix issue when web UI was inaccessible when network connected configured a proxy
|
||||||
|
* Add support for reseting delta indexes from the UI
|
||||||
|
* Fixed issue with device names being overwritten after config restore
|
||||||
|
* Potential fix for config corruption
|
||||||
|
|
Loading…
Reference in a new issue