5c9464c4a5
Imported translations
2017-09-20 01:38:11 +09:00
ec985aad9c
Force updating translations for release ( fixes #947 )
2017-09-20 01:34:20 +09:00
e127437bf1
Updated Syncthing to v0.14.38
2017-09-20 01:08:49 +09:00
648dd0f885
Remove empty translation file
2017-09-19 19:10:03 +09:00
abd7668926
Add workaround for AlertDialog crash
2017-09-18 12:52:15 +09:00
bc30b79fde
Prevent starting multiple instances of MainActivity ( fixes #943 )
2017-09-11 13:14:56 +09:00
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