* Add folder dialog: "Tap to add device" if no devices are present (fixes#344)
* Update string: devices_list_empty
* Add service/TestData
* activity_folder/layout: Make devicesContainer selectable from DPAD
* Imported de translation
* Add prefs: verbose_log, expert_mode
* Update prefs in Constants
* Add service.AppPrefs
* Update fragments to read verbose log pref
* Update classes with context or inject to read verbose log pref
* Inherit ENABLE_VERBOSE_LOG from RestApi to Completion
* Restart whole app if verbose log pref was changed
* A line too much
* Revert expert mode pref (DELTA REVERT)
* Move notificationHandler shutdown from RestApi to SyncthingService
* http/PostRequest: Add shutdown uri
* Add RestApi#shutdown to post a shutdown request (fixes#320)
* SyncthingService#shutdown: Send a shutdown POST request first in case the kill via shell fails (fixes#320)
* Add pref: Suggested new folder root (fixes#309)
* Fix NPE in offline config reader (fixes#316)
after folder has been created while Syncthing was not running
* Fix language pref and root pref
* Fix action bar not showing on sub-prefs screen (fixes#317)
on Android < 7
* Add DATA, MEDIA to FileUtils#getExternalFilesDirUri (fixes#309)
* SettingsActivity: Remove pref "SuggestNewFolderRoot" on API < 21
* Update Constants
PREF_SUGGEST_NEW_FOLDER_ROOT_DATA, PREF_SUGGEST_NEW_FOLDER_ROOT_MEDIA
* Update FolderActivity#onPathViewClick (fixes#309)
to respect PREF_SUGGEST_NEW_FOLDER_ROOT_DATA
* Imported de translation
* Add drawable ic_refresh_black_24
* Add device: Add refresh button to dialog
* Add device dialog: Implement refresh button (fixes#310)
Always show "No devices discovered label" and refresh button if no device ID had been entered yet.
* Update model/Options for SyncthingNative 1.0.1
* Add ConfigRouter#getOptions
* Add ConfigXml#getOptions
* Update README.md
* Add string: local_discovery_disabled
* Add device dialog: Show notice if local discovery is disabled
and explain how to enable it.
* Add device dialog: Show helpful text if no devices were discovered locally
* Updated de translation
* Fix crash notification reason is off-screen (fixes#294)
* Indicate a broken config on the welcome wizard (fixes#293)
* SyncthingService must stop if the config got corrupted (fixes#292)
* Show crash notification extraInfo below notification title (fixes#294)
* Fix NPE when config elements gui, options are missing (fixes#291)
* Updated de translation
* Update en translation
* Updated translations
* Remove debug log
* Util#runShellCommand: Add BufferedReader
* Util: Correct class TAG
* SyncthingRunnable: Use Util.runShellCommand for "chmod 500"
* Util: Add notes
* LogActivity: Replace ProcessBuilder with Util.runShellCommandGetOutput
* SyncthingRunnable: Improve "error" message
* LogActivity: Show Android log by default
* SyncthingRunnable: Don't log if the chmod fail is expected on Android 5+
* LogActivity: Remove SyncthingNativeCode per line repetition if we are showing its own log
* WIP
* Revert "WIP"
This reverts commit 98b34c47c6b844bd7c5a332360cd5965708e69d7.
* WIP
* Revert "WIP"
This reverts commit 3b9fc96d90708e4d4c0eef08f8372c5c4a2f2314.
* Add de/serializer for MinDiskFree
* Move MinDiskFree out of Folder
* Move MinDiskFree out of Folder (2)
* Revert "Move MinDiskFree out of Folder (2)"
This reverts commit 65f87db9a59c67d5a59eb713904976c78a5dcb9a.
* Revert "Move MinDiskFree out of Folder"
This reverts commit b71350bd105731d2763d95db7f3f1d1524328cfa.
* Revert "Add de/serializer for MinDiskFree"
This reverts commit 582742662942ece78658ebc3f7fa5c3ec91a5262.
* RestApi: Add MinDiskFreeSerializer, MinDiskFreeDeserializer
* Revert "RestApi: Add MinDiskFreeSerializer, MinDiskFreeDeserializer"
This reverts commit 3922f2451c48850c92e9403607bfb4edab8c591d.
* Test
* Revert "Test"
This reverts commit 355009565aaaf50efcf06c72bdff5b3466547a63.
* FolderActivity/DeviceActivity: Fix restApi unavailable in onCreate()
* Model/Folder#MinDiskFree: Initialize members (fixes#277)
* ConfigXml#getFolders: Add MinDiskFree (fixes#277)
* ConfigXml: Write back minDiskFree (fixes#277)
* Ignore notices about updating gradle dependencies
* ConfigXml: Make number parsing more safe
* FolderActivity#initFolder: Add new Folder.MinDiskFree
* Handle minDiskFree.value as String instead of float
* Revert "Handle minDiskFree.value as String instead of float"
This reverts commit 0552cfcbe139e99e575237a9b47ee4e888721c6f.
* WIP
* Revert "WIP"
This reverts commit 0a3df9144a86a396318c57a089d41da449d284dc.
* RestApi: Avoid creating duplicate Gson() instances
* Model/Folder: Use Integer instead of Float
See gson glitch:
https://github.com/google/gson/pull/1290https://github.com/google/gson/issues/968
* Try MinDiskFree.value as Long instead of Integer
* Revert "Try MinDiskFree.value as Long instead of Integer"
This reverts commit d3588629818b3f75d30a2486a7c4583b0d4c99c7.
* Revert "Model/Folder: Use Integer instead of Float"
This reverts commit ca3931bd0d06cf500cff2443e4205f7c3211e777.
* Update model/Options: MinHomeDiskFree (fixes#277)
* Save welcome wizard button state (fixes#281)
* FirstStartActivity xml: Disallow focus for non-button elements
* Fix ViewPager taking focus on mouse click glitch on TV
* Provide key navigation if ViewPager accidentially took focus (fixes#281)
* Device overview: Show status "Syncing" in case of data throughput (fixes#240)
If (incoming_bits_per_second + outgoing_bits_per_second) top the threshold, we'll assume syncing state for the device reporting that data throughput.
* Imported de translation
* SettingsActivity: Fix var name
* Add verbose logging
* SettingsActivity: Use a handler to call sub pref screen (fixes#247)
* Add verbose log
* Fix toolbar ignoring input after going back from subpref screen
when directly opened in subpref screen before (fixes#247)
* Revert "Add verbose log"
This reverts commit 33207d0721dd38ce5efa04dddb891557ade6f5c3.
* SettingsActivity: Re-register actionbar after a subpref screen dismissal (fixes#247)
* WIP
* AndroidManifest: Add WebViewActivity
* Open WebViewActivity from prefs, move to "Debug" menu
* Add WebViewActivity below SettingsActivity
* Add strings for ssl security notice
* Handle web page links and ssl warnings correctly
* Mention issue tracker URL in pref summary
* Don't use ACTION_VIEW for deeplinks on syncthing's WebUI
* Rename string: report_issue_summary to open_issue_tracker_summary
* Imported translations
* Add "open in browser" drawable
* Add webview_options menu
* Add strings: web page loading, open in browser
* Add option to open webpage in browser on non-TV devices (fixes#227)
* Imported de translation
* 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