summaryrefslogtreecommitdiff
path: root/doc/design/assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-21 16:57:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-21 16:57:28 -0400
commitb58bcb0216357145a95177f31598d9246e43d6ec (patch)
tree668a58ef883b908aee589f62f1a12a768e0fc03b /doc/design/assistant
parenta46b5bf2ab687a8022de87e425c18818ee9c22cb (diff)
link to new app
Diffstat (limited to 'doc/design/assistant')
-rw-r--r--doc/design/assistant/android.mdwn15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn
index a8ed891bb..b1b3c3a35 100644
--- a/doc/design/assistant/android.mdwn
+++ b/doc/design/assistant/android.mdwn
@@ -2,9 +2,8 @@
1. Get git-annex working at the command line in Android,
along with all the programs it needs, and the assistant. **done**
+2. Get an easy to install Android app built. **done**
2. Get the webapp working. Needs Template Haskell, or a workaround.
-3. A hopefully small Java app will be developed, which runs the
- webapp daemon, and a web browser to display it.
### Android specific features
@@ -20,3 +19,15 @@ Due to use of the FAT filesystem, which doesn't do symlinks, [[desymlink]]
is probably needed for at least older Android devices that have SD cards.
Additionally, cripped filesystem mode is needed, to avoid hard links,
file modes, etc.
+
+## TODO
+
+* webapp
+* 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
+ 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
+ that somehow.
+* Make git stop complaining that "warning: no threads uspport, ignoring --threads"