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

977 commits

Author SHA1 Message Date
9d21902090 Merge pull request #582 from DevFactory/release/default-encoding-should-not-be-used-fix-1
Code quality fix - Classes and methods that rely on the default system encoding should not be used.
2016-03-15 15:15:50 +01:00
c3ceb94c38 Merge pull request #583 from DevFactory/release/useless-parenthesis-should-be-removed-fix-1
Code quality fix - Useless parentheses around expressions should be removed to prevent any misunderstanding.
2016-03-15 15:15:36 +01:00
Faisal Hameed
fc9c170bb1 Fixing squid:UselessParenthesesCheck -Removing useless parentheses. 2016-03-15 15:42:25 +05:00
Faisal Hameed
1d06411883 Fixing squid:S1943 - Default system encoding should not be used. 2016-03-15 08:18:47 +05:00
b9c76ff062 Shutdown syncthing before importing a config (fixes #570). 2016-03-12 19:46:36 +01:00
fc5827a1df Actually use PID to stop Syncthing. 2016-03-12 19:46:36 +01:00
91f9231501 Don't use Process#exit() to avoid exit code 9.
Process#exit() seems to cause syncthing to return exit code 9 all
the time. Using SIGINT instead always gives a clean exit (at least
on my Android 6 device).
2016-03-12 19:46:31 +01:00
963704778a Replaced deprecated xml attribute. 2016-03-11 22:32:23 +01:00
8cba94fed1 Improve error outout. 2016-03-11 22:24:04 +01:00
8fb1a314b5 Removed legacy code. 2016-03-11 21:39:25 +01:00
115a9b5727 Force crash if Syncthing exits with an error.
This should give us some useful info for all our native crashes.
2016-03-11 01:22:02 +01:00
602383f643 Bumped version to 0.7.10 2016-03-08 20:29:46 +01:00
683be86c05 Downgrade design support library (fixes #580).
Looks like Google fucked up the lib and is using a dependency
that's not available before 5.0
2016-03-08 20:29:14 +01:00
c175ad91c9 Bumped version to 0.7.9 2016-03-08 01:12:53 +01:00
9f3b97531a Updated unit tests. 2016-03-08 01:12:26 +01:00
78789730bd Removed unneeded file. 2016-03-08 00:53:58 +01:00
60d01aea89 Fixed infinite loop when changing folder settings. 2016-03-08 00:51:50 +01:00
52491e192d Updated dependencies. 2016-03-08 00:41:43 +01:00
23314677fa Imported translations. 2016-03-08 00:37:58 +01:00
210a1157c5 Updated syncthing to v0.12.20 2016-03-08 00:22:12 +01:00
90331bb7ab Immediately update GUI after config was changed (fixes #355). 2016-02-26 00:06:49 +01:00
5996e134c2 Updated Google Play translations. 2016-02-25 14:49:35 +01:00
192188fd4e Fixed comparison type. 2016-02-25 14:04:57 +01:00
04043a1174 Improved handling of device addresses (fixes #508). 2016-02-25 13:52:11 +01:00
63a7342bfc Fixed loading of folder and device list items (fixes #556, ref #74). 2016-02-25 12:47:16 +01:00
a15d08cfb3 Moved exit button to static position in drawer (fixes #571). 2016-02-24 23:08:27 +01:00
9636c2ae91 Moved root to experimental settings, removed confirm dialog. 2016-02-20 20:21:13 +01:00
273d24bc15 Disable keep wakelock setting on restart. 2016-02-20 20:19:51 +01:00
53b945dd22 Bumped version to 0.7.8 2016-02-20 17:37:53 +01:00
5537b19706 Imported translations 2016-02-20 16:51:14 +01:00
37461a8682 Updated Go to 1.6 2016-02-20 16:33:53 +01:00
a92a5a0958 Updated Syncthing to v0.12.19 2016-02-20 16:31:09 +01:00
f335afe735 Merge pull request #547 from capi/wakelock
Experimental setting to keep a partial wakelock
2016-02-18 23:32:32 +01:00
Martin Carpella
74b374a16e Experimental setting to keep a wakelock while Syncthing native binary is running 2016-02-18 23:23:20 +01:00
6f2b924f99 Removed unused files. 2016-02-12 01:17:20 +01:00
fd84ec53e7 Disable test coverage because it causes debugging problems.
https://code.google.com/p/android/issues/detail?id=177480
2016-02-11 22:27:24 +01:00
25fc3a427c Fixed test logic. 2016-02-11 14:07:05 +01:00
994d397558 Fixed DevicesAdapterTest. 2016-02-10 23:27:28 +01:00
f299ca2d1e Added copy button to device IDs (fixes #559). 2016-02-09 23:01:39 +01:00
af5ba5c0d9 Don't restart before config has been updated (fixes #398). 2016-02-09 22:06:02 +01:00
7117933b6d Added input type field to text inputs (fixes #542). 2016-02-09 21:50:33 +01:00
cda06d8938 Reduce logging and number of retries for HTTP tasks. 2016-02-09 21:11:00 +01:00
6b6efabcc0 Don't spin drawer toggle (fixes #532). 2016-02-09 01:45:24 +01:00
691ca26daa Added share device ID button to drawer, always show scrollbar. 2016-02-08 23:03:20 +01:00
776a746740 Removed device ID placeholder which is not needed any more. 2016-02-08 22:34:59 +01:00
6ea906d056 Optimized imports. 2016-02-08 21:56:52 +01:00
5733d95fa5 Fixed string formatting warnings. 2016-02-08 21:56:52 +01:00
3779b311fd Also use Math.round() for folder percentage. 2016-02-08 21:56:52 +01:00
89c3be2280 Ignore added files in go1.4 submodule. 2016-02-08 21:56:52 +01:00
a620911e89 Updated golang to 1.6rc2 (ref #515). 2016-02-08 21:56:15 +01:00