Commit Graph

1987 Commits

Author SHA1 Message Date
Lode Hoste 9f4bb9923b Prepare building environment for F-Droid. 2014-08-20 23:58:28 +02:00
kDot bf08506cc3 Update README.md
There was still a typo. And another small rephrase.
2014-08-20 14:18:19 +02:00
kDot 03b0f812b7 Update README.md
Another small update of the documentation
2014-08-20 14:03:30 +02:00
kDot b25af3dca8 Update README.md
Fix typos
2014-08-20 13:59:13 +02:00
kDot 2d18b5db88 Update README.md
fix bad headline
2014-08-19 20:28:49 +02:00
kDot e545e11254 Update README.md
Improve description
2014-08-19 20:26:52 +02:00
kDot c09d758c0b Update README.md
Add how to acces web frontent from devopment machine
2014-08-19 20:24:36 +02:00
Felix Ableitner c092ff659e Bumped version to 0.4.8. 2014-08-18 11:12:33 +02:00
Felix Ableitner 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
Felix Ableitner 6a85fae8ca Fixed error text position in repository item layout (fixes #78). 2014-08-17 03:05:28 +02:00
Felix Ableitner 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
Felix Ableitner 41b33d6bf6 Bumped version to 0.4.6. 2014-08-07 17:37:30 +02:00
Felix Ableitner d05081a10c Fixed node status and transmission speed display (fixes #74). 2014-08-07 17:37:09 +02:00
Felix Ableitner 804912062c Adjust build process for syncthing v0.9.0 (binary moved, fixes #72). 2014-08-06 16:15:44 +02:00
Felix Ableitner fd5455eff4 Bumped version to 0.4.5. 2014-08-04 19:27:07 +02:00
Felix Ableitner 97bb64643a Adjust announce server port for v0.9.0 (ref #74). 2014-08-04 19:26:48 +02:00
Felix Ableitner 5af2e55878 Log error code on syncthing binary crash for better logcat searchability. 2014-08-03 17:18:00 +02:00
Felix Ableitner 2eece2e350 Fix crash if no QR scanner is available (fixes #71). 2014-08-03 17:00:29 +02:00
Felix Ableitner 44317ba2f0 Bumped version to 0.4.4. 2014-08-03 16:38:04 +02:00
Felix Ableitner 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
Felix Ableitner 1639123232 Change "Create Node" to "Add Node" (ref #64). 2014-07-28 01:36:45 +02:00
Felix Ableitner 44311601d2 Updated gradle Android plugin name. 2014-07-27 22:00:07 +02:00
Felix Ableitner ffb0deaaf9 Added content description for scan QR code icon in "add node" screen. 2014-07-27 21:55:39 +02:00
Felix Ableitner e5c578a54d Fixed restart dialog disappearing on Activity finish (closes #60). 2014-07-27 01:53:00 +02:00
Felix Ableitner e7a097d215 Bumped version to 0.4.3. 2014-07-23 15:02:00 +02:00
Felix Ableitner 12db32dcd8 Fix font color problems on pre-Honeycomb (fixes #63). 2014-07-13 16:15:35 +02:00
Felix Ableitner 980bb83c7c Close service connection in FolderPickerActivity. 2014-07-09 23:22:35 +02:00
Felix Ableitner 96dd7bf809 Removed unused variable, use static variable to hold log tag. 2014-07-09 16:07:15 +02:00
Felix Ableitner 3719be19c0 Bumped version to 0.4.2. 2014-07-09 14:39:13 +02:00
Felix Ableitner 0c2378ac94 Added missing QR ImageView drawables. 2014-07-06 23:02:52 +02:00
Felix Ableitner 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
Felix Ableitner 6ccf1667e8 Show dialog if syncthing binary crashes instead of just crashing (ref #58). 2014-07-05 19:22:11 +02:00
Felix Ableitner 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
Felix Ableitner 3ce26dafb2 Allow copying node ID to clipboard in Drawer and node settings (closes #53). 2014-07-04 21:41:03 +02:00
Felix Ableitner 20d1fcf3e8 Fix drawer clicks leaking through to underlying layout (ref #53). 2014-07-04 17:08:33 +02:00
Felix Ableitner 7b51d8f355 Use minimum priority for ongoing notification. 2014-07-04 13:28:34 +02:00
Felix Ableitner dfc589d714 Use correct stream for native logging, use tag SyncthingNativeCode, simplify Code. 2014-07-04 01:27:08 +02:00
Felix Ableitner 1c1197b85b Bumped version to 0.4.1. 2014-07-03 23:14:51 +02:00
Felix Ableitner 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
Felix Ableitner 8f5422968a Fixed repo list item layout ids. 2014-07-03 00:33:09 +02:00
Felix Ableitner 1fa5576625 Removed leftover line of code. 2014-07-03 00:32:37 +02:00
Felix Ableitner 205056f0ef Use updated syncthing logo (ref calmh/syncthing#67445a6). 2014-07-01 22:49:55 +02:00
Felix Ableitner 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
Felix Ableitner 50c71c5b45 Updated launcher icon for better quality. 2014-07-01 16:10:57 +02:00