kDot
c09d758c0b
Update README.md
...
Add how to acces web frontent from devopment machine
2014-08-19 20:24:36 +02:00
64bad6d0fe
Avoid the same node being added multiple times ( fixes #65 ).
...
When trying to add a node that already exists, the existing node is edited
instead.
2014-08-17 22:26:20 +02:00
6a85fae8ca
Fixed error text position in repository item layout ( fixes #78 ).
2014-08-17 03:05:28 +02:00
6c737c6b68
Bumped version to 0.4.7.
2014-08-16 22:34:26 +02:00
Felix Ableitner
17478ccd23
Merge pull request #88 from kDot/master
...
Improve README wording.
2014-08-16 22:09:36 +02:00
klaus
73c4cd3405
Improve documentation
2014-08-16 21:19:23 +02:00
Felix Ableitner
9fa8d28644
Merge pull request #82 from MStrecke/newlogo
...
Update launcher icons to upstream.
2014-08-10 12:34:43 +02:00
Michael Strecke
1b0fe50725
new icons
2014-08-09 01:35:14 +02:00
41b33d6bf6
Bumped version to 0.4.6.
2014-08-07 17:37:30 +02:00
d05081a10c
Fixed node status and transmission speed display ( fixes #74 ).
2014-08-07 17:37:09 +02:00
804912062c
Adjust build process for syncthing v0.9.0 (binary moved, fixes #72 ).
2014-08-06 16:15:44 +02:00
fd5455eff4
Bumped version to 0.4.5.
2014-08-04 19:27:07 +02:00
97bb64643a
Adjust announce server port for v0.9.0 (ref #74 ).
2014-08-04 19:26:48 +02:00
5af2e55878
Log error code on syncthing binary crash for better logcat searchability.
2014-08-03 17:18:00 +02:00
2eece2e350
Fix crash if no QR scanner is available ( fixes #71 ).
2014-08-03 17:00:29 +02:00
44317ba2f0
Bumped version to 0.4.4.
2014-08-03 16:38:04 +02:00
33ae6290b1
Prepare for syncthing v0.9.0.
...
This includes chaning the path from github.com/calmh/syncthing to
github.com/syncthing/syncthing, as well as disabling updates from
the web gui
(https://discourse.syncthing.net/t/v0-9-0-upgrade-from-within-gui/537 ).
2014-08-03 16:33:23 +02:00
Felix Ableitner
142636c84a
Merge pull request #68 from calmh/patch-1
...
Change "port" to "wrapper"
2014-07-29 11:22:44 +02:00
Jakob Borg
9e3c936c38
Change "port" to "wrapper"
...
I think that's more accurate; port sounds like you rewrote it in Java to me. :)
2014-07-29 08:56:02 +02:00
1639123232
Change "Create Node" to "Add Node" (ref #64 ).
2014-07-28 01:36:45 +02:00
44311601d2
Updated gradle Android plugin name.
2014-07-27 22:00:07 +02:00
ffb0deaaf9
Added content description for scan QR code icon in "add node" screen.
2014-07-27 21:55:39 +02:00
e5c578a54d
Fixed restart dialog disappearing on Activity finish ( closes #60 ).
2014-07-27 01:53:00 +02:00
e7a097d215
Bumped version to 0.4.3.
2014-07-23 15:02:00 +02:00
12db32dcd8
Fix font color problems on pre-Honeycomb ( fixes #63 ).
2014-07-13 16:15:35 +02:00
980bb83c7c
Close service connection in FolderPickerActivity.
2014-07-09 23:22:35 +02:00
96dd7bf809
Removed unused variable, use static variable to hold log tag.
2014-07-09 16:07:15 +02:00
3719be19c0
Bumped version to 0.4.2.
2014-07-09 14:39:13 +02:00
0c2378ac94
Added missing QR ImageView drawables.
2014-07-06 23:02:52 +02:00
87daf00867
Added QR code scanner on when adding node ( closes #39 ).
...
This uses intents, not a built-in scanner, so a seperate app is
required (eg "Barcode Scanner").
2014-07-06 12:08:41 +02:00
6ccf1667e8
Show dialog if syncthing binary crashes instead of just crashing (ref #58 ).
2014-07-05 19:22:11 +02:00
d46d1d4e48
Use normal theme instead of dialog theme for repo/node settings.
...
This caused problems as dialogs don't have an ActionBar, and adding
ActionBar explicitly gives problems with old API levels. Closes #51 .
2014-07-04 23:03:58 +02:00
3ce26dafb2
Allow copying node ID to clipboard in Drawer and node settings ( closes #53 ).
2014-07-04 21:41:03 +02:00
20d1fcf3e8
Fix drawer clicks leaking through to underlying layout (ref #53 ).
2014-07-04 17:08:33 +02:00
7b51d8f355
Use minimum priority for ongoing notification.
2014-07-04 13:28:34 +02:00
dfc589d714
Use correct stream for native logging, use tag SyncthingNativeCode, simplify Code.
2014-07-04 01:27:08 +02:00
1c1197b85b
Bumped version to 0.4.1.
2014-07-03 23:14:51 +02:00
b63f5bc61e
Fix menu items in repo/node settings not showing as actions (ref #49 ).
...
This *should* work using `app:showAsAction`, but apparently it does not.
Using `android:showAsAction` gives warnings, but should work on all
platforms that support "showAsAction".
2014-07-03 15:27:40 +02:00
8f5422968a
Fixed repo list item layout ids.
2014-07-03 00:33:09 +02:00
1fa5576625
Removed leftover line of code.
2014-07-03 00:32:37 +02:00
205056f0ef
Use updated syncthing logo (ref calmh/syncthing#67445a6).
2014-07-01 22:49:55 +02:00
61eba3da1d
Change restart handling to show a dialog first (ref #49 ).
...
The notification is only shown if the dialog is dismissed, in which
case the dialog won't show up as long as syncthing is not restarted.
2014-07-01 20:51:41 +02:00
50c71c5b45
Updated launcher icon for better quality.
2014-07-01 16:10:57 +02:00
a16505b757
Added file count to repository list item (ref #49 ).
2014-07-01 16:09:30 +02:00
ad1138e5c5
Fixed ActionBar up button not working in all activities (ref #49 ).
2014-07-01 13:52:59 +02:00
821206b97c
Added phone screenshots.
2014-07-01 13:31:05 +02:00
9806b66f56
Use split ActionBar for FolderPickerActivity.
2014-07-01 11:43:27 +02:00
5fa3400693
Do not hardcode node list item height (ref #49 ).
2014-06-30 19:05:30 +02:00
2bbc9e9e29
Bumped version to 0.4.0.
2014-06-30 02:20:47 +02:00
28fa7068f1
Fixed lint warnings.
2014-06-30 02:20:32 +02:00