1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00
Commit graph

1895 commits

Author SHA1 Message Date
Catfriend1
53d3c13403 MainActivity: Remove setOffscreenPageLimit (fixes #327) (fixes #321) 2019-02-19 08:02:28 +01:00
Catfriend1
88677c9638
Send a shutdown POST request first (fixes #320) (#323)
* 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)
2019-02-12 02:22:34 +01:00
Catfriend1
cf94716059 Move notificationHandler shutdown from RestApi to SyncthingService 2019-02-12 02:02:42 +01:00
Catfriend1
e468f5a29c
Safeguard the buggy ViewPager (fixes #321) (#322) 2019-02-12 01:53:09 +01:00
Catfriend1
30efd903b5
Allow changing suggested path for new folder (fixes #309) (#318)
* 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
2019-02-12 00:24:26 +01:00
Catfriend1
ca17291561 Fix action bar not showing on sub-prefs screen (fixes #317)
on Android < 7
2019-02-10 13:53:39 +01:00
Catfriend1
3a7705bde6 Fix NPE in offline config reader (fixes #316)
after folder has been created while Syncthing was not running
2019-02-10 13:53:16 +01:00
Catfriend1
cfa6ce4e3b Update APK version to 1.0.1.4 / 1000104 2019-02-09 19:02:02 +01:00
Catfriend1
c130bdb7fc
Rename the misleading "Syncthing is disabled" (fixes #314) (#313)
* SettingsActivity: Remove duplicate strings

syncthing_disabled_title, syncthing_disabled

* Remove string: syncthing_disabled_title

* Remove string translations

* Update string: syncthing_disabled

* Updated all translations
2019-02-09 18:47:59 +01:00
Catfriend1
7bd253ab0e
Add device dialog: Implement refresh button and help (fixes #310) (#311)
* 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
2019-02-09 18:26:54 +01:00
Catfriend1
e5a033a64d
Add ConfigRouter#getOptions (#312)
* Add ConfigRouter#getOptions

* Add ConfigXml#getOptions
2019-02-09 17:42:41 +01:00
Catfriend1
3e6266b446 Update model/Options for SyncthingNative 1.0.1 2019-02-09 17:40:41 +01:00
Catfriend1
e833cd699c Update README.md 2019-02-09 17:40:12 +01:00
Catfriend1
6b50c598ca Rename fragment_folder to activity_folder 2019-02-09 15:58:23 +01:00
Catfriend1
b99d03f9b9 Rename fragment_device to activity_device 2019-02-09 15:56:25 +01:00
Catfriend1
5a980dfa0b Update APK version to 1.0.1.3 / 1000103 2019-02-08 18:53:12 +01:00
Catfriend1
1163b1ec83
Add locally discovered devices to the "add device" dialog (fixes #305) (#306)
* ENABLE_TEST_DATA

* http/GetRequest: Add URI_SYSTEM_DISCOVERY

* Add model/DiscoveredDevice

* Add RestApi#getDiscoveredDevices (fixes #305)

* Add DeviceActivity#asyncQueryDiscoveredDevices in onServiceConnected (fixes #305)

* Add strings

* Add layout: item_discovered_device_form

* Add discoveredDevicesTitle, discoveredDevicesContainer to "add device" dialog (fixes #305)

* Revert "ENABLE_TEST_DATA"

This reverts commit b2efe73b9b4f7e9d4db8cc50cb48a5422f78c084.

* Fix lint error

* Updated de translation
2019-02-08 18:35:45 +01:00
Catfriend1
f5bb5473e6 Update APK version to 1.0.1.2 / 1000102 2019-02-05 23:48:58 +01:00
Catfriend1
bc6f134046
Update Syncthing to v1.0.1 (#304)
* Update whatsnew

* Update APK version to 1.0.1.1 / 1000101

* Update syncthing submodule to v1.0.1
2019-02-05 23:31:01 +01:00
Catfriend1
9120e4afc9
Update native build to use go 1.11.4 (fixes #213) (#214)
* Update Go version

* Update native build to use go 1.11.4 (fixes #213)

* Update fdroid metadata

* Fix builds with Go 1.10 onwards (#213)
2019-02-05 23:28:47 +01:00
Catfriend1
697defb1a7
Add screen reader label (fixes #297) (#298) 2019-02-03 11:46:13 +01:00
Catfriend1
72709f3cb8
TipsAndTricks: Add "Backup pictures from phone to computer" (fixes #257) (#299)
* Add tip: tip_ignore_delete (fixes #257)

* Add strings for tip (fixes #257)

* Updated de translation
2019-02-03 11:42:18 +01:00
Catfriend1
b239eec38e Update APK version to 1.0.0.21 / 1000021 2019-02-01 00:07:18 +01:00
Catfriend1
976d4e05c2
Fix deferred native shutdown not working during State.STARTING (fixes #290) (#296)
Remove SyncthingService#mDestroyScheduled
2019-01-31 23:51:39 +01:00
Catfriend1
a30163ea1e
Don't crash if config got corrupted and inform the user (#295)
* 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
2019-01-31 23:17:42 +01:00
Catfriend1
1bdc8fe6ec
Remove boilerplate shell code (#289)
* 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
2019-01-29 20:41:44 +01:00
Catfriend1
37c11836e1
Fix ANR in SyncthingRunnable#getSyncthingPIDs (fixes #285) (#288)
* Use Util.runShellCommandGetOutput in SyncthingRunnable#getSyncthingPIDs (fixes #285)
2019-01-28 09:03:01 +01:00
Catfriend1
9dcb9f2262 Update APK version to 1.0.0.20 2019-01-27 20:53:39 +01:00
Catfriend1
686eab225d Update README 2019-01-27 20:44:18 +01:00
Catfriend1
5911914fbf
Fix minimum free disk space setting not working (fixes #277) (#278)
* 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/1290
https://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)
2019-01-27 20:41:02 +01:00
Catfriend1
fb07486404 ConfigXml: Make getOrDefault more safe by catching NumberFormatException 2019-01-27 20:06:08 +01:00
Catfriend1
e4dae20a3a
Fix leftover SyncthingNative instance after update in root mode (fixes #261) (#284)
* Reformat code

* Fix leftover SyncthingNative instance after update in root mode (fixes #261)
2019-01-27 20:01:18 +01:00
Catfriend1
78ba036df7
Save welcome wizard button state on screen rotation (fixes #281) (#283)
* 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)
2019-01-27 19:22:39 +01:00
Catfriend1
f2eacf0401
Treat ethernet connection "like un-metered Wi-Fi" (fixes #280) (#282)
* Treat ethernet connection "like un-metered Wi-Fi" (fixes #280)

* Update string: run_on_wifi_summary

* Updated de translation

* Update explanation string: reason_wifi_disallowed

* Updated de translation
2019-01-27 16:23:44 +01:00
Catfriend1
56bdd740b5 RestApi: Avoid creating duplicate Gson() instances 2019-01-26 22:05:00 +01:00
Catfriend1
f9927aa603 FolderActivity/DeviceActivity: Fix restApi unavailable in onCreate() 2019-01-26 22:01:44 +01:00
Catfriend1
e0dc77d4d1 Ignore notices about updating gradle dependencies 2019-01-26 22:00:15 +01:00
Catfriend1
b27ce3a074 Update APK version to 1.0.0.19 / 1000019 2019-01-25 02:14:42 +01:00
Catfriend1
5c95fd29c9
Disable drawer menu action to open webUI on Android TV (fixes #275) (#276) 2019-01-24 20:49:32 +00:00
Catfriend1
56455fc89d
Device create/edit dialog: Check address input, fix losing changes on screen rotation (#270)
* Add comments

* Add model/Device#checkDeviceAddresses

* Add checkDeviceAddresses to device create dialog

* FolderActivity: Consolidate createDiscardDialog into showDiscardDialog

* folder_settings: R.id.create => R.id.save

* device_settings: R.id.create => R.id.save

* Edit device dialog: Offer back+discard and save action

* Add deviceNeedsToUpdate to savedInstanceState (fixes #271)

Remove dependency SyncthingService.OnServiceStateChangeListener

* Fix folder settings validation doesn't take place when editing folder (fixes #273) (fixes #265)

* Conditional label of the create/save button

* Remove workaround for rotation: mVersioning

* Fix folder.type is reset from SendOnly to Send&Receive on recreation of FolderActivity while creating a new folder (fixes #274)

* Fix typo

* Fix typo

* Fix typo

* Review - Relocate code

* Move null checks to the beginning of onSave

* Updated de translation

* Add ListenAddressesChanged to EventProcessor

as unhandled event.
2019-01-24 20:37:45 +00:00
Catfriend1
b2864cc3c5
Remove unused intent in WebViewActivity (fixes #268) (#269) 2019-01-23 20:18:00 +00:00
Catfriend1
d235eaddc8 Update APK version to 1.0.0.18 / 1000018 2019-01-23 09:19:20 +01:00
Catfriend1
0900d50379 Fix SSL handshake failed on Android 7.0 devices (fixes #262) (fixes #266) 2019-01-23 09:07:43 +01:00
Catfriend1
16769b137f Revert "Fallback to http on Huawei Nova (CAN-Lxx) (fixes #262) (#263)"
This reverts commit 04376d3bc8.
2019-01-23 09:01:11 +01:00
Catfriend1
04376d3bc8
Fallback to http on Huawei Nova (CAN-Lxx) (fixes #262) (#263) 2019-01-22 21:22:32 +00:00
Catfriend1
a16802cfec Update APK version to 1.0.0.17 / 1000017 2019-01-20 23:45:52 +01:00
Catfriend1
80d24c8843
Device overview: Show status "Syncing" in case of data throughput (fixes #240) (#260)
* 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
2019-01-20 22:34:51 +00:00
Catfriend1
e479bf6f77
Use WebViewActivity in MainActivity#previewUr (fixes #241) (#259)
* WebViewActivity: Add intent with EXTRA_WEB_URL

* Use WebViewActivity in MainActivity#previewUr (fixes #241)

* Update string: Debug => Troubleshooting

* Update prepare-release.bash

* Imported de translation
2019-01-20 21:42:00 +00:00
Catfriend1
2f251bc875 Update APK version to 1.0.0.16 / 1000016 2019-01-20 15:25:16 +01:00
Catfriend1
979088f4ca
Make status LED un-clickable, Reduce verbose logging (#254)
Change summary:
* Make status light un-clickable
* Add configurable verbose logging
* Reduce verbose logging
* Initialize model#Folder.label
* EventProcessor: Ignore event "FolderResumed"

Detailed changelog:

* Make status light un-clickable

* Initialize model#Folder.label

* Rename func to applyCustomRunConditions

* RunConditionMonitor: Make verbose log configurable

* ReceiverManager: Make verbose log configurable

* StatusFragment: Make verbose log configurable

* FolderListFragment: Make verbose log configurable

* DeviceListFragment: Make verbose log configurable

* RestApi: Make verbose log configurable

* SyncthingService: Make verbose log configurable

- Remove duplicate log lines referring to the same logic that happened
- Improved log levels

* RestApi: Log.v => LogV

* SyncthingApp ThreadPolicy - I'll need this later

* RestApi: Reduce logging

* applyCustomRunConditions: Log changes and result in non-verbose level

* EventProcessor: Ignore event "FolderResumed"

* RestApi#readConfigFromRestApi: Change log level to verbose

* SyncthingRunnable: Reduce log, make verbose log configurable
2019-01-20 14:06:49 +00:00