dd7966a228
Added confirm dialog to restart button ( fixes #716 )
2016-08-03 00:58:41 +02:00
c4d858e8f9
Updated contributing instructions.
2016-08-02 18:50:17 +02:00
e310931c49
Added issue template, based on that in syncthing/syncthing.
2016-08-02 17:11:34 +02:00
7181b07281
Merge branch 'xduugu-sort-by-label'
2016-08-01 15:47:55 +02:00
2a5374a2a5
Merge branch 'sort-by-label' of https://github.com/xduugu/syncthing-android into xduugu-sort-by-label
2016-08-01 15:45:09 +02:00
d8577bd4f7
Bumped version to 0.8.1
2016-08-01 15:34:21 +02:00
a30c5a7d4b
Imported translations.
2016-08-01 15:31:33 +02:00
cb4e65368c
Merge branch 'capi-syncthing-v0.14.3'
2016-08-01 15:23:02 +02:00
Martin Carpella
aa42e5dca9
Update Syncthing to v0.14.3
2016-07-29 16:42:13 +02:00
eee2a01ec3
Bumped version to 0.8.0
2016-07-21 23:10:40 +02:00
fdb64191ed
Imported translations.
2016-07-21 22:40:17 +02:00
ba3623785f
Fixed back button not working if disabled dialog is open.
2016-07-21 15:17:50 +02:00
e59934a071
Updated Syncthing to v0.14.0
2016-07-21 14:34:51 +02:00
cf1585494f
Removed unused FolderFragment/DeviceFragment drawables.
2016-07-20 18:16:53 +02:00
020b37dbab
Updated dependencies.
2016-07-20 18:14:10 +02:00
5b9cd28eb8
Fixed crash when opening DevicesFragment ( fixes #690 ).
...
It seems that the xxxhdpi `active` drawable was corrupted. The old
build tools could still read the drawable, but the new ones
couldn't handle it. Regenerating the drawable fixed the crash.
Also removed `inactive` drawables and xml drawable which weren't
being used.
2016-07-20 18:11:58 +02:00
d22fbc3f38
Merge pull request #694 from capi/foreground-service
...
Experimental "Run as foreground service" setting
2016-07-14 15:37:56 +02:00
Martin Carpella
7ab4f4d835
Experimental "Run as foreground service" setting
2016-07-14 00:01:00 +02:00
97ea54f716
Removed unneeded quotation marks.
2016-07-13 13:35:26 +02:00
Lars K.W. Gohlke
7e4879a26e
fix NPE, when pressing back button on LogActivity ( fixes #604 )
2016-07-06 02:02:47 +02:00
Cedric Staniewski
3a8346b9a5
Sort folders by label
...
If the label is empty or unset, use the folder ID in comparision.
2016-07-03 23:02:31 +02:00
49d053f6bc
Clarified root option warning ( fixes #688 ).
2016-06-27 19:14:31 +02:00
8fe8fba4dc
Bumped version to 0.7.21
2016-06-25 14:48:56 +02:00
c49e33818a
Imported translations.
2016-06-25 14:25:15 +02:00
047d0cf0fd
Updated Syncthing to v0.13.7
2016-06-25 14:18:10 +02:00
Lars K.W. Gohlke
6a09c3d18f
upgrades latest gradle and build tools
...
* upgrades latest gradle and build tools
* restore part of the previous removed comment
2016-06-25 14:14:21 +02:00
Lars K.W. Gohlke
48e19a88bb
fix api access to activate/deactive natEnabled
...
* fix api access to activate/deactive natEnabled
* remove old key and add a single 'nat_enabled' new one
* fixed translation
2016-06-25 14:04:04 +02:00
5a2d8aca97
Merge pull request #682 from syncthing/upgrade-android-design-version
...
upgrades android design dependency
2016-06-21 23:55:53 +02:00
Lars K.W. Gohlke
0232abb445
upgrades android design dependency
2016-06-21 23:52:37 +02:00
f328714e60
Merge pull request #672 from Unrud/patch-1
...
Make multiple PendingIntents distinguishable
2016-06-14 22:04:14 +02:00
Unrud
af8ec86843
Make multiple PendingIntents distinguishable
...
If notifications for multiple new devices or folders are shown, the last Intent was used for all of them.
2016-06-14 18:17:28 +02:00
ea96011c39
Merge pull request #675 from Unrud/folder_label
...
Use folderLabel from FolderRejected events
2016-06-14 12:33:02 +02:00
Unrud
3899abf454
Use folderLabel from FolderRejected events
...
Show folder label in notification and
preset value for new folder.
2016-06-13 01:13:32 +02:00
b4e2c44ab2
Added "enable relaying option ( fixes #616 ).
2016-06-12 22:24:09 +02:00
d29b675a1e
Use expandable notification for new device/folder ( fixes #614 ).
2016-06-12 22:15:36 +02:00
788af35c00
Updated Go to 1.6.2
2016-06-12 21:54:57 +02:00
6fc0106880
Also don't reset submodule in make-go.bash
2016-06-12 21:54:38 +02:00
9009301106
Completely removed $RESET variable from build script.
2016-06-12 21:03:25 +02:00
2f1a5af7c3
Build script shouldn't overwrite submodule status.
2016-06-12 19:54:26 +02:00
c6b42adef9
Bumped version to 0.7.20
2016-06-12 16:55:08 +02:00
650550c573
Imported translations.
2016-06-12 15:19:42 +02:00
d49c2b05c6
Merge pull request #670 from lkwg82/syncthing-0.13.5
...
upgrade to syncthing v0.13.5
2016-06-10 16:36:22 +02:00
c48cd2c3f3
Merge pull request #662 from lkwg82/syncthing-version
...
Syncthing version
2016-06-10 16:34:43 +02:00
Lars K.W. Gohlke
1dc13f17d5
upgrade to syncthing v0.13.5
2016-06-09 23:58:24 +02:00
cdb09285bc
Merge pull request #669 from lkwg82/fix-changed-settings
...
fixes RestApi options for 'listenAddress'
2016-06-09 23:57:46 +02:00
Lars K.W. Gohlke
6a337bd443
fixes RestApi options for 'listenAddress'
2016-06-09 23:52:00 +02:00
Lars K.W. Gohlke
1aafb38764
adds display of syncthing version in main drawer
2016-06-09 08:55:49 +02:00
1f6acb8f83
Bumped version to 0.7.19
2016-05-25 14:53:01 +02:00
d0efdca1e8
Imported translations.
2016-05-25 14:51:49 +02:00
eb6a123017
Updated Syncthing to v0.13.2
2016-05-25 14:42:32 +02:00