* Remove welcome slide dots from screen reading
according to advice from the prelaunch report.
* Try setImportantForAccessibility on TextViews
* Update APK version to 1.0.0.7
* Try setContentDescription
* Update APK version to 1.0.0.8
* Update APK version to 1.0.0.9
* Add meaningful content description
in case a screen reader unintentionally reads out loud
* Update APK version to 1.0.0.10
* Fix type conversion
* Update APK version to 1.0.0.11
* Add views/CustomViewPager
* Use CustomViewPager in FirstStartActivity
* FirstStartActivity: Use CustomViewPager
* Add main menu string for screen readers
* Reformat code
* Try toolbar.setNavigationContentDescription
* Update APK version to 1.0.0.12
* Import de translation
* Add Util#isTcpPortListening (fixes#193)
* Move model/Config.Gui to model/Gui
* Constants: Add default tcp ports
* Add string: webui_tcp_port_unavailable
* Add ConfigXml#getWebGuiBindPort
* Check if webUI tcp port is available before launching native (fixes#193)
Output failure notification if the port is allocated by someone else.
* Settings UI - Valid tcp ports are from 1024 to 65535 (fixes#211)
* Add tcp6 listen port detection, check on connState == LISTEN
* Update translations de
#200 - Cannot change folder type or pull order in wrapper UI
#202 - User selections are lost if screen rotation changes during folder edit
#203 - Edit folder dialog - AlertDialogs leak on screen rotation
* SyncthingActivity: Reformat code
* Add status light to toolbar
* MainActivity: Add status light indicating if syncthing is running (fixes#187)
* New colors for status light
* Tri-state status light
* Add RestApi#isUsageReportingAccepted (fixes#184)
* Add verbose log when usage report question dialog triggers (fixes#184)
* Remove asynchronous requests to determine if user opted-in to usage reporting (fixes#184)
* Check if the config is loaded before evaluating current ur user wish
* Properly dismiss mUsageReportingDialog on orientation change (fixes#184)
- Consolidate createRestartDialog into showRestartDialog
- Remove unused var mBatteryOptimizationsDialog
* Add new label syncthing_database_size on Settings/About
* Add Util#runShellCommandGetOutput
* Make INDEX_DB_FOLDER constant public
* Add Database Size status label to Settings/About (fixes#155)
* Imported translation de-DE
* Fix lint: Application Context within SettingsFragment
* Update tasker actions and broadcast intent extras (fixes#161)
according to https://github.com/Catfriend1/syncthing-android/wiki/Remote-Control-by-Broadcast-Intents
* Update AndroidManifest.xml intent filters
-
com.github.catfriend1.syncthingandroid.action.START
-
com.github.catfriend1.syncthingandroid.action.STOP
* Fix missing "public" declaration
* Add PREF_BROADCAST_SERVICE_CONTROL
* Add null check for mRunConditionMonitor
in SyncthingService#ACTION_REFRESH_NETWORK_INFO
* Disable RunConditionMonitor completely
when PREF_BROADCAST_SERVICE_CONTROL is enabled.
* Status tab: Display hint if service control by broadcast is enabled in prefs
* Update strings
* Imported translations
- de
- sv