1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 12:51:16 +00:00
Commit graph

1463 commits

Author SHA1 Message Date
e371269ada Bumped version to 0.9.13 2017-09-06 00:07:13 +09:00
226b503a97 Imported translations 2017-09-06 00:06:54 +09:00
a65b62fda5 Updated Syncthing to v0.14.37 2017-09-06 00:02:20 +09:00
6857118305 Start Syncthing service earlier 2017-09-05 11:48:30 +09:00
7b95baa2a3 Update dependencies 2017-09-05 09:07:19 +09:00
52a7cc5972 Try to fix WindowManager$BadTokenException crashes on Android 7 2017-09-05 00:54:35 +09:00
5741928324 Poll web gui more frequently 2017-09-04 16:16:37 +09:00
d8a872e592 Improve ConfigXml code 2017-09-04 16:14:33 +09:00
76ca22526b Disable all hashing benchmarks in Syncthing (ref syncthing/syncthing#4348) 2017-09-04 15:54:39 +09:00
7e37c14a82 Various lint fixes 2017-09-04 13:43:27 +09:00
2f195cec3b BCrypt password hashing wasn't released, no need for migration 2017-09-04 12:56:22 +09:00
679841a6ac Start up config handling at app startup 2017-09-04 10:55:11 +09:00
f4e1b077d3 Move StrictMode handling into SyncthingApp class 2017-09-04 02:07:04 +09:00
3ddf526679 Add option to start directly into web gui (fixes #578) 2017-09-04 02:06:35 +09:00
f2071be81c Allow setting arbitary environment variables (fixes #788) 2017-08-25 20:12:14 +09:00
31721af0c3 Dont crash if request ignore battery optimizations is not supported 2017-08-25 18:57:13 +09:00
4c8a98d169 Make sure dialog is showing before dismissing 2017-08-25 18:50:42 +09:00
e89ec17c9f Remove unused variable from SyncthingRunnable 2017-08-25 18:41:22 +09:00
204eb194ad Fix NPE if activity is null 2017-08-25 17:10:40 +09:00
d3d00ff1d9 Sort language names alphabetically and capitalize (fixes #935) 2017-08-15 13:06:07 +09:00
2f1d5f1ff2 Dont hardcode web gui URL 2017-07-21 12:18:02 +09:00
a9b80fbdc4 Webview improvements (respect back button, open external links in browser)
ref https://github.com/syncthing/syncthing/issues/4264
2017-07-21 01:43:28 +09:00
c13828b734 Delete unused strings 2017-07-19 13:40:12 +09:00
Unrud
2b0e70ca97 Remove custom user and password (fixes #868) (#923)
This removes the ability to set a custom user and password.
The user is always set to "syncthing" and the password to the API key.
This ensure that the web GUI works and makes sure that the web GUI is protected.
2017-07-19 13:21:50 +09:00
b2a3c7465c Bumped version to 0.9.12 2017-07-19 13:16:45 +09:00
efd3f291f0 Imported translations 2017-07-19 13:16:30 +09:00
749c29591a Various lint fixes 2017-07-19 13:12:55 +09:00
9813163020 Imported translations 2017-07-19 12:44:45 +09:00
7f2a6d6ec2 Updated Syncthing to v0.14.32 2017-07-19 12:39:10 +09:00
f7032a832b Update dependencies 2017-07-19 12:37:47 +09:00
e8073599ae Add preference to change app language (fixes #742) 2017-07-19 12:24:45 +09:00
Unrud
6718811c29 Show error when folder is out of sync (#925)
* Show error when folder is out of sync

* Translate status_outofsync

Copied from Syncthing GUI

* Colorize status message of folders
2017-07-19 11:18:37 +09:00
Unrud
596bc1c49d Show global file count and size 2017-07-18 17:41:59 +02:00
Unrud
45fb92c248 Fix calculation of sync progress (fixes #866) 2017-07-18 17:41:58 +02:00
Unrud
fd69477e6c Remove TargetApi annotations
They are not used correctly and suppress important linter warnings. (e.g. ea8621cfc3)
2017-07-18 17:41:57 +02:00
Unrud
d119517614 Don't access devices/folders when config is not loaded (fixes #876) (#924) 2017-07-18 12:33:20 +09:00
Unrud
ea8621cfc3 Check battery saving on Android 5.0 (#921)
isPowerSaveMode and ACTION_POWER_SAVE_MODE_CHANGED were added in API level 21.
2017-07-17 12:31:56 +09:00
Unrud
a3deb81c72 Fix network broadcasts on Android 7.0 (fixes #783) (#918) 2017-07-17 12:24:53 +09:00
Unrud
b09abf320e Verify certificates of web GUI (#919)
The check of the SDK version is wrong.
2017-07-17 12:24:06 +09:00
d4fc8d3605 Fix some other default values 2017-07-06 15:15:32 +09:00
e4ba5be843 Set proper default value for autoNormalize (fixes #915) 2017-07-06 15:07:58 +09:00
Matthew Davis
cd41856cf0 fixed typo with send/recv rate limit (#916) 2017-07-06 14:58:59 +09:00
Jessie Chatham Spencer
ab88ca252b Added dialog displaying device ID and QRCode addressing #790 (#912)
* Wip adding dialog.

* Wip adding ImageRequest functionality.

* Got a text converted to a QrCode using the syncthing Api.

* Dialog now shows device ID and QRCode.
The dialog also keeps it state when the device rotates and the copy ID functionality has been moved
to the dialog, from the drawer.

* Moved share device ID functionality to the Device ID dialog.

* Addressed code change requests and added improved dialog layout by @nutomic.
2017-07-06 14:55:18 +09:00
825a62b902 Bumped version to 0.9.11 2017-06-15 18:14:04 +09:00
ed701ca7da Updated Syncthing to v0.14.30 2017-06-15 18:09:24 +09:00
d07245ba91 Fix lint errors 2017-06-15 18:05:48 +09:00
Jessie Chatham Spencer
0c1abb3c9c Added support for all versioning types in the app UI. Addressing #718 (#896)
* Merge branch 'Fix718'
Merged fixes for issues #718, added functionality for all the file versioning types in the app UI.

* Basic theme is working

* GOt dialog working with setREsult.

* Addressed issues raised and fixed orientation change bug.
Adressed issues radied by nutomic:
- Changed the String concatenation so it uses String.format.
- Made members variables private that were not previously private by mistake.
- Changed name from FolderPathTextView to FolderPathTextViewFragment.
- Fixed typo in NumberPickerFragment
- Now uses TImeUnit for time conversion
- Changed from DialogFragment to a dialog themed Activity inorder to have correct themeing.

About the orientation change bug. When the dialog themed activity was open and the orientation was changed, it would cause the background activity(The FolderActivity) to
recreate itself. In the process of recreating itself it would reset the mFolder variable and then reinitialise it in the OnApiChange listener. However the result from the
Dialog was returned before the mFolder had been reinitialised and was still null, so inbetween the result being returned and the mFolder variable being reinitialised the new file versioning
configuration had to be stored and then applied to the mFolder variable in the onApiChange listener. The file versioning configuration is temporarily stored in the mVersioning variable which is
an instance of Folder.versioning.
This error only occurred when using an Activity as a dialog and using the startActivityForResult method for initialisling the activity. Before when using a dialogfragment and an interface to callback to
the parent activity, everything happend in the correct order.

* Fixed versioning dialog lag.
The initial updateFragmentView() is called in onCreate() and the
fragment is only updated when a new file versioning type is selected.

* Removed FolderPathTextViewFragment
The fragment is removed, and a helper method has been added to FolderPickerActivity to create an intent
to the the FolderPickerActivity for result.
2017-06-15 17:44:44 +09:00
941f9aa0c8 Always sort folders (fixes #902) 2017-06-07 17:14:44 +09:00
755e581eb3 MinDiskFree value should be float, not int (fixes #901) 2017-06-07 17:07:23 +09:00
7f6d72d0fa Fetch tags before building Syncthing (fixes #872) 2017-06-07 10:35:45 +09:00