summaryrefslogtreecommitdiff
path: root/doc/design/assistant/android.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-03 15:21:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-03 15:21:31 -0400
commitd38d01941530307679ccac23de57f7c42b91c0a2 (patch)
tree3fec8711bdf4969637da2ddcddcd2b9fa50b2d98 /doc/design/assistant/android.mdwn
parent7e12b63136ee7cc52e1f015faea4f2c5fe4d8561 (diff)
added special camera repository to start screen for android
Diffstat (limited to 'doc/design/assistant/android.mdwn')
-rw-r--r--doc/design/assistant/android.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn
index a63c88c2a..6b3b4cbc5 100644
--- a/doc/design/assistant/android.mdwn
+++ b/doc/design/assistant/android.mdwn
@@ -23,3 +23,11 @@
jobs when low on battery or run flat out when plugged in.
* The app should be aware of network status, and avoid expensive data
transfers when not on wifi. This may need to be configurable.
+* Jabber and Webdav configuration both fail with
+ "getProtocolByname: does not exist (no such protocol name: tcp)"
+* Ssh server and Rsync.net configuration stops where ssh
+ should be prompting for a password in the terminal.
+* Enabling debug logging in the webapp doesn't seem to work.
+* S3, glacier, and local pairing are not yet enabled for Android.
+* The "Files" link doesn't start a file browser. Should be possible to do
+ on Android via intents, I suppose?