Commit Graph

272 Commits

Author SHA1 Message Date
Catfriend1 e800286bc1 Fix build lint warnings (#1087) 2018-05-11 12:23:02 +01:00
Felix Ableitner 533557c135 Fix crash in settings onApiChange call (fixes #1084) 2018-05-10 18:13:49 +01:00
Audrius Butkevicius 49853d77fc Update whatsnew 2018-05-09 19:43:39 +01:00
Audrius Butkevicius df7d8c138e Fixup translations 2018-05-09 19:42:18 +01:00
Audrius Butkevicius e25bfe3e04 Bumped version to 0.10.10 2018-05-09 19:26:46 +01:00
Audrius Butkevicius b8d9326cc7 Imported translations 2018-05-09 18:57:37 +01:00
Catfriend1 f13ed587d7 Fix incorrect remote device syncing status UI (fixes #1062) 2018-05-09 18:54:58 +01:00
Catfriend1 7e3c6c0b8f Reread the config on configSaved event (fixes #1078) 2018-05-07 13:47:05 +01:00
Catfriend1 cb1575b890 Fix chromium running multiple times in the background (fixes #1064) 2018-05-07 08:47:07 +01:00
Catfriend1 d5da9d7883 UI - improve fileWatcher explanation (#1077) 2018-05-06 10:45:08 +01:00
Audrius Butkevicius 16223f4c61 Shorten whats new 2018-05-03 22:00:04 +01:00
Audrius Butkevicius 8482ea610b Bumped version to 0.10.9 2018-05-03 21:44:11 +01:00
Audrius Butkevicius 9ae02d30eb Imported translations 2018-05-03 21:40:13 +01:00
Catfriend1 71c9cadce9 Bypass system proxy for local webgui access (fixes #440) 2018-05-02 23:11:09 +01:00
Catfriend1 3738f609ba Correct device renaming, save config via temp file (fixes #1059) 2018-04-30 21:32:49 +01:00
Catfriend1 22e03d65da Fix DevicesAdapter NullPtr exception (#1075) 2018-04-30 07:01:46 +01:00
Audrius Butkevicius 5d5bbd4653 Imported translations 2018-04-29 23:23:38 +01:00
Catfriend1 b7f0c02238 Add pause support for folders and devices (fixes #856) 2018-04-29 23:17:27 +01:00
Catfriend1 030ef4ee7b Add proxy settings to settings UI (fixes #766) 2018-04-29 16:49:59 +01:00
Catfriend1 69885e2aa2 Adjust folder rescan interval (#1069) 2018-04-28 16:44:55 +01:00
Audrius Butkevicius 638789c7b1
Update minSdk to 16 (#1067) 2018-04-27 23:29:25 +01:00
Catfriend1 f6f09515c5 Send an alternative intent on folder open (fixes #838) 2018-04-27 22:52:53 +01:00
Catfriend1 299b556923 Migrate to built in fs notifications, add restart on wakeup toggle
* Added UI experimental option to enable/disable FolderObserver

* Disable android watcher by default.

* WIP - dismiss file watcher notification

todo - SyncthingRunnable has to run and migrate the config v27>28 before the file watcher notification can be dismissed.

* fix object type

* remove unackednotifications instead of altering it

* removed extra blank lines

* fix removeChild

* updated syncthing to v0.14.47-rc.2

* WIP - log remove of unackedNotificationID

* WIP - improved config migration 27>28

Prevent generating the unackedNotification fsWatcher in WebGUI by manual bumping the config version to #28.

* fix typo

* WIP - polish version bump code

* syncthing/imsodin-debugAndroidWatch

* update syncthing to v0.14.47-rc.3

* fix NPE on first app start

* fix pref condition

* add ConfigXML support for fsWatcher transition

Added UI experimental option to enable/disable FolderObserver

Disable android watcher by default.

WIP - dismiss file watcher notification

todo - SyncthingRunnable has to run and migrate the config v27>28 before the file watcher notification can be dismissed.

fix object type

remove unackednotifications instead of altering it

removed extra blank lines

fix removeChild

updated syncthing to v0.14.47-rc.2

WIP - log remove of unackedNotificationID

WIP - improved config migration 27>28

Prevent generating the unackedNotification fsWatcher in WebGUI by manual bumping the config version to #28.

fix typo

WIP - polish version bump code

syncthing/imsodin-debugAndroidWatch

update syncthing to v0.14.47-rc.3

fix NPE on first app start

fix pref condition

* updated syncthing to v0.14.47+3d02fcd notify-fix

* updated ConfigXml, FolderObs explanation, st 0.14.47-rc.4

* fixed string escape

* add restartOnWakeup setting to the UI

* restartOnWakeup = false by default on first app start and config generation

* improved logging of restartOnWakeup option to produce meaningful logs

* restartOnWakeup enabled by default
see discussion in https://github.com/syncthing/syncthing-android/issues/368

* PR improved according to review

* fix intendation - Atom Tab Indent = 4

* move configXml migration to separate function

* changeLocalDeviceName only affects "self device" - fixes https://github.com/syncthing/syncthing-android/issues/1059

* revert changeLocalDeviceName fix

* fixed changed result in migrateSyncthingOptions

* improved dismissing unackedNotificationID

* extend folder settings UI by fsWatcherEnabled checkbox

* remove FolderObserver

+ Constant.PREF_USE_TOR according to AudriusButkevicius' review added instead of static strings

* remove folderchange listener

* WIP - temporary - restApi logging

for better understanding whats going on

* prevent removingthe wrong unackedNotificationID

* fix build

* give me more log

* fix PostConfig REST request not working

due to missing fields in the folder model

* remove unused string

toast_folder_observer_stack_overflow using AndroidStudio

* fix typo

* trigger rebuild

* fix UI icon

* Revert to Syncthing to 0.14.46 and cherry-pick

* improved code according to review

* fix translation indent
2018-04-27 21:24:47 +01:00
Catfriend1 203dfc753f Add UI support for delta index resets (fixes #1060) 2018-04-27 20:57:15 +01:00
Audrius Butkevicius f8f3f723e4
Roll out to beta track by default 2018-04-18 23:46:20 +01:00
Audrius Butkevicius 285797f89b Bumped version to 0.10.8 2018-04-10 23:33:30 +01:00
Audrius Butkevicius 66ee130e7d
Docker image, and windows builds (#1049) 2018-04-09 21:13:25 +01:00
Martin Carpella 7194e25a5c Use separate notification channel while monitoring run conditions (#1046) 2018-03-28 22:52:36 +01:00
Martin Carpella 7ab45a9d88 Request ACCESS_COARSE_LOCATION on Android 8.1 (fixes #999) 2018-03-28 22:04:25 +01:00
Felix Ableitner c4336569e5 Bumped version to 0.10.7 2018-03-14 23:13:05 +09:00
Felix Ableitner e9d7355656 Bumped version to 0.10.6 2018-03-14 16:31:45 +09:00
Felix Ableitner 9b56c96be0 Imported translations 2018-03-14 16:29:45 +09:00
Felix Ableitner db840ab1cf Bumped version to 0.10.5 2018-03-09 20:05:19 +09:00
Felix Ableitner 8f324a866d Imported translations 2018-03-09 20:04:22 +09:00
Felix Ableitner 8a0b010773 Externalize string 2018-02-24 16:33:18 +09:00
Catfriend1 6a31e9d78e
Fix root startup of libsyncthing.so binary
Call suOut.flush on starting the syncthing binary using root
Fixes issue https://github.com/syncthing/syncthing-android/issues/1005
2018-02-23 16:58:13 +01:00
Felix Ableitner 18075f7151 Bumped version to 0.10.4 2018-01-28 01:07:42 +09:00
Andrey D a0a40b6f17
MainActivity.java: Don't show Usage Reporting dialog if aready decided 2018-01-26 09:41:55 +02:00
Felix Ableitner a989e4df97 Bumped version to 0.10.3 2018-01-25 17:00:17 +09:00
Felix Ableitner a2b3a1b4d6 Imported translations 2018-01-25 16:00:25 +09:00
Felix Ableitner 08bf74d7aa Don't show usage reporting dialog again if reporting was disabled 2018-01-24 13:37:18 +09:00
Felix Ableitner 4705332a9a Fix usage reporting dialog setting wrong version (fixes #1003) 2018-01-24 13:13:18 +09:00
Felix Ableitner 6c77b67bc2 Fix Travis build 2017-12-27 03:47:23 +09:00
Felix Ableitner 0ace9015bc Bumped version to 0.10.2 2017-12-27 03:06:01 +09:00
Felix Ableitner edb3958573 Imported translations 2017-12-27 03:04:11 +09:00
Felix Ableitner b59f2b4798 Update build tools and dependencies (fixes #1001) 2017-12-27 02:59:48 +09:00
Felix Ableitner 531f1c4041 Delay file scan events (fixes #857) 2017-12-10 17:17:56 +09:00
Felix Ableitner 9d1d954807 Update guava 2017-12-06 03:01:30 +09:00
Felix Ableitner 8f3456e0dc Bumped version to 0.10.1 2017-12-05 21:07:32 +09:00
Felix Ableitner e5e5b26d38 Imported translations 2017-12-05 21:07:00 +09:00
Felix Ableitner 40270f4da4 Update dependencies, clean code 2017-12-05 20:53:33 +09:00
Felix Ableitner 0350ff5f40 Implement notification channels (fixes #966) 2017-12-04 12:29:30 +09:00
Cristian Beskid 65f10d1c23 Fix redundant web UI reload (#990)
Don't reload the web UI if it was already loaded.
2017-11-15 16:20:47 +09:00
Felix Ableitner 9686406aaa Merge branch 'fix-webview-reload-on-orientation-change' of https://github.com/sferra/syncthing-android into sferra-fix-webview-reload-on-orientation-change 2017-11-13 16:52:28 +09:00
Felix Ableitner 3b05663041 Bumped version to 0.10.0 2017-11-13 11:23:50 +09:00
Felix Ableitner 473b2040fc Don't upgrade plugin to 3.0 yet, as it breaks lint
https://stackoverflow.com/a/47127584/1837158
2017-11-13 11:09:26 +09:00
Felix Ableitner 9671bc584a Updated dependencies 2017-11-13 09:46:29 +09:00
Felix Ableitner d9a48de886 Merge branch 'develop' 2017-11-13 09:31:37 +09:00
Felix Ableitner bb2dc295c7 Bumped version to 0.10.0-beta4 2017-11-09 12:26:05 +09:00
Felix Ableitner 8177fa4e2c Imported translations 2017-11-09 12:25:46 +09:00
Felix Ableitner cb5e9b48ba Improve Volley retry policy to problems with events (fixes #904) 2017-11-05 21:50:03 +09:00
Felix Ableitner 433829036d Delete files properly from MediaStore (fixes #983) 2017-11-05 21:31:34 +09:00
Felix Ableitner ba791c6ae3 Bumped version to 0.10.0-beta3 2017-10-25 15:20:56 +09:00
Felix Ableitner 3a6a6030bf Don't crash if password BCrypt formatted 2017-10-25 10:59:58 +09:00
Felix Ableitner bdb3593468 Bumped version to 0.10.0-beta2 2017-10-25 00:00:20 +09:00
Felix Ableitner 09efecaead Fix crash related to usage reporting update (fixes #978) 2017-10-24 23:58:37 +09:00
Felix Ableitner 6c542600fa Fix version 2017-10-24 22:26:31 +09:00
Felix Ableitner abbc123995 Bumped version to 0.10.0-beta1 2017-10-24 21:32:45 +09:00
Felix Ableitner 51f6809b2b Imported translations 2017-10-24 21:29:24 +09:00
Felix Ableitner 485d76163e Revert "Revert build script changes"
This reverts commit 18c419b2ed.
2017-10-24 14:55:28 +09:00
Felix Ableitner 18c419b2ed Revert build script changes
This reverts commits 5749b98b92,
9559d0c2d9,
536c826fbb
2017-10-19 12:09:53 +09:00
Felix Ableitner 9559d0c2d9 Divide project into submodules, compile with Clang 2017-10-17 12:59:13 +09:00