1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-10 20:15:54 +00:00
Commit graph

1564 commits

Author SHA1 Message Date
Catfriend1
ec037b02e4 Remove PreferenceScreen dividers on API level > 21 2018-07-29 14:10:59 +02:00
Catfriend1
b456249f62 Fix logic for metered/non-metered wifi run condition 2018-07-28 02:19:19 +02:00
Catfriend1
8dbf9ba953 Review 1/2 2018-07-28 02:14:34 +02:00
Catfriend1
e3eb347f3b Merge branch 'master' of https://github.com/syncthing/syncthing-android into newRunCondUI 2018-07-28 01:07:52 +02:00
Catfriend1
5426e750ef
Fix sending wrongly encoded commands into the unix subshell (fixes #1198) (#1199)
* Fix sending wrongly encoded commands into the unix subshell (fixes #1198)

This reverts commit 7541fa978e.
2018-07-28 01:05:41 +02:00
Catfriend1
b99d6d47d4 Revert "Disable write test to work around (ref #1198)"
This reverts commit a9a863ace9.
2018-07-28 00:54:48 +02:00
Audrius Butkevicius
815f945bb4 Bumped version to 0.10.13 2018-07-27 20:38:00 +01:00
Audrius Butkevicius
f5bec66232 Imported translations 2018-07-27 20:34:59 +01:00
Audrius Butkevicius
a9a863ace9 Disable write test to work around (ref #1198) 2018-07-27 20:30:15 +01:00
Catfriend1
095a98ed3f Reordered run conditions
wifi, metered wifi, wifi whitelist, mobile data
2018-07-27 02:16:48 +02:00
Catfriend1
fbd6f211c3 Merge branch 'master' of https://github.com/syncthing/syncthing-android into newRunCondUI 2018-07-27 01:03:21 +02:00
Catfriend1
d0dbb695eb Implement mPendingRunConditions in SettingsActivity to queue run condition changes until the user leaves the preferences screen after making changes. (fixes #1196) 2018-07-26 23:52:36 +01:00
Catfriend1
0d337d97b7 Fix implementation of ContentResolver.removeStatusChangeListener 2018-07-26 23:35:29 +02:00
Catfriend1
b040a6e4bc Merge branch 'master' of https://github.com/syncthing/syncthing-android into newRunCondUI 2018-07-26 22:07:29 +02:00
Audrius Butkevicius
20922055db
Fix NPE in FolderActivity#onOptionsItemSelected (fixes #1190) (#1191) 2018-07-26 21:01:37 +01:00
Catfriend1
3d9b90b3a7 Rename reEvaluateRunConditions to evaluateRunConditions
according to review
2018-07-26 21:37:22 +02:00
Catfriend1
84dfbf9a6b Implement mPendingRunConditions in SettingsActivity
to queue run condition changes until the user leaves
the preferences screen after making changes. (fixes #1196)
2018-07-26 21:29:41 +02:00
Catfriend1
6579e2ea94 Added SyncthingService#reEvaluateRunConditions 2018-07-26 21:22:48 +02:00
Catfriend1
a1e0b10e7b Remove SharedPreferences.OnSharedPreferenceChangeListener 2018-07-26 21:20:19 +02:00
Catfriend1
d78b86f5b4 Fix missing blank line 2018-07-26 10:24:58 +02:00
Catfriend1
aad57de03d Initialize mFolder.type to FOLDER_TYPE_SEND_RECEIVE
according to the switch element having android:checked=false
by default in the xml layout.
2018-07-26 10:23:16 +02:00
Catfriend1
9382685fc9 More Log 2018-07-26 10:16:11 +02:00
Catfriend1
50ea1e47de Add run condition "Respect Android Auto-sync data quick toggle" (fixes #588) 2018-07-25 16:33:53 +02:00
Catfriend1
da77d3bb06 Improve string 2018-07-25 16:08:12 +02:00
Catfriend1
13ab9b6599 Add run condition "Run on metered wifi" (fixes #937) 2018-07-25 16:02:37 +02:00
Catfriend1
35d4421cbf Disable Syncthing in flight mode (fixes #1173)
... and allow to enable it on phone that have problems
detecting wifi connection if the user manually enables
one during flight mode.
2018-07-25 15:06:46 +02:00
Catfriend1
69913ebead Add paranoid safety checks to FolderActivity#onOptionsItemSelected (fixes #1190) 2018-07-25 14:02:02 +02:00
Catfriend1
7f187a18f3 WIP - Directly go to SettingsActivity#Run_Conditions screen
after the "change run condition" button has been clicked in
StateDialogActivity during STATE_DISABLED
2018-07-25 13:48:43 +02:00
Catfriend1
9ecfec9f78 WIP - Fix RunConditionMonitor#onSharedPreferenceChanged 2018-07-25 13:00:05 +02:00
Catfriend1
947ff691f2 WIP - Add mobile data run condition 2018-07-25 12:47:11 +02:00
Catfriend1
4232f7f468 WIP - Allow applying run conditions to foreground and background
execution of the syncthing app
2018-07-25 10:11:21 +02:00
Catfriend1
6d9f9dea80 WIP - Better run conditions UI 2018-07-25 10:05:51 +02:00
Catfriend1
634d09c5a2 Merge branch 'master' of https://github.com/syncthing/syncthing-android into newRunCondUI 2018-07-24 23:09:29 +02:00
Audrius Butkevicius
7cfe0855bb Bumped version to 0.10.12 2018-07-24 21:52:18 +01:00
Audrius Butkevicius
ecb6200503 Imported translations 2018-07-24 21:47:51 +01:00
Audrius Butkevicius
8abcc58bad Updated Syncthing to v0.14.49 2018-07-24 21:37:42 +01:00
Catfriend1
a4c263f7cc WIP - Extend run condition monitor functions 2018-07-24 22:07:06 +02:00
Catfriend1
02b6f987eb Refactor DeviceStateHolder and its receivers into RunConditionMonitor (#1187) 2018-07-24 20:10:10 +01:00
Catfriend1
6ead66b359 Add options button "undo ingoring devices and folders" (fixes #938) (#1185) 2018-07-18 18:11:11 +01:00
Catfriend1
765bc4a984 Add error description UI on folder error (fixes #965) (#1182) 2018-07-18 07:42:12 +01:00
Catfriend1
b8511cfd41 Add "Override changes" UI button (fixes #396) (#1183) 2018-07-18 07:20:26 +01:00
Audrius Butkevicius
988bbb0893
Move build script to python (#1184) 2018-07-18 00:17:58 +01:00
Catfriend1
88535ed16f Remove shell boilerplate code (fixes #1181) (#1180) 2018-07-17 10:26:33 +01:00
Catfriend1
40b16cb065 Implement proper permission handling using SAF (fixes #1160) 2018-07-15 22:34:25 +01:00
Catfriend1
23f407ed74 Add pull order to folder create and edit UI (fixes #677) (#1178) 2018-07-08 11:32:03 +01:00
Catfriend1
53aec6a313 Fix recurring device, folder accept notifications, add ignore action (fixes #679) (#1177) 2018-07-07 19:35:18 +01:00
Catfriend1
b9f45f5162 remove duplicate line (#1175) 2018-06-30 11:14:50 +01:00
Catfriend1
d83060975c Fix warning about missing write perm in root mode (fixes #1165) (#1166) 2018-06-24 11:37:06 +01:00
Catfriend1
1442eb9fce Fix multiple chances of a usage reporting dialog NPE (fixes #1154) 2018-06-20 22:47:13 +01:00
Catfriend1
bea4bc3d01 Create or restore fragments before setAdapter (fixes #1162) 2018-06-20 21:16:34 +01:00