Commit Graph

174 Commits

Author SHA1 Message Date
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
Felix Ableitner a16505b757 Added file count to repository list item (ref #49). 2014-07-01 16:09:30 +02:00
Felix Ableitner ad1138e5c5 Fixed ActionBar up button not working in all activities (ref #49). 2014-07-01 13:52:59 +02:00
Felix Ableitner 821206b97c Added phone screenshots. 2014-07-01 13:31:05 +02:00
Felix Ableitner 9806b66f56 Use split ActionBar for FolderPickerActivity. 2014-07-01 11:43:27 +02:00
Felix Ableitner 5fa3400693 Do not hardcode node list item height (ref #49). 2014-06-30 19:05:30 +02:00
Felix Ableitner 2bbc9e9e29 Bumped version to 0.4.0. 2014-06-30 02:20:47 +02:00
Felix Ableitner 28fa7068f1 Fixed lint warnings. 2014-06-30 02:20:32 +02:00
Felix Ableitner 52f84e0ec0 Show toast when trying to access nodes screen in repo settings if no nodes exist. 2014-06-30 02:19:58 +02:00
Felix Ableitner 0a4121e6cf Add ActionBar back button to repo/node settings Activities. 2014-06-30 01:43:55 +02:00
Felix Ableitner 505ec379b6 Share node id from node settings. 2014-06-30 01:43:55 +02:00
Felix Ableitner 505673bf71 Fixed repo size being always 0 (fixes #42). 2014-06-30 01:43:55 +02:00
Felix Ableitner ca0020b176 Added graphical repo folder picker (closes #40). 2014-06-30 01:43:55 +02:00
Felix Ableitner 35644c355b Fixed changed node settings not applying for repository. 2014-06-30 01:43:55 +02:00