summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-03 13:21:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-03 13:21:36 -0400
commit417a3c2a709b9a1c7e49be783f4ece5e01fa8412 (patch)
treeb298b4a422021de61df21878c61f2646788c1432 /doc
parent7deb3238fb7ea34a913c97e3286abe56a63a7923 (diff)
update
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/android.mdwn5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn
index 3f0ab9c3d..accc7b93e 100644
--- a/doc/design/assistant/android.mdwn
+++ b/doc/design/assistant/android.mdwn
@@ -20,9 +20,7 @@ transfers when not on wifi. This may need to be configurable.
## TODO
-* autostart any configured assistants. Best on boot, but may need to only
- do it when app is opened for the first time.
-* Don't make app initially open terminal, but go to a page that
+* Don't make app initially open terminal + webapp, but go to a page that
allows opening the webapp or terminal.
* I have seen an assistant thread crash with an interrupted system call
when the device went to sleep while it was running. Auto-detect and deal with
@@ -36,3 +34,4 @@ transfers when not on wifi. This may need to be configurable.
currently install.
* Get test suite to pass. Current failure is because `git fetch` is somehow
broken with local repositories.
+* Make app autostart on boot, optionally. <http://stackoverflow.com/questions/1056570/how-to-autostart-an-android-application>