diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-03 15:21:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-03 15:21:31 -0400 |
commit | d38d01941530307679ccac23de57f7c42b91c0a2 (patch) | |
tree | 3fec8711bdf4969637da2ddcddcd2b9fa50b2d98 | |
parent | 7e12b63136ee7cc52e1f015faea4f2c5fe4d8561 (diff) |
added special camera repository to start screen for android
-rw-r--r-- | doc/Android.mdwn | 16 | ||||
-rw-r--r-- | doc/design/assistant/android.mdwn | 8 |
2 files changed, 8 insertions, 16 deletions
diff --git a/doc/Android.mdwn b/doc/Android.mdwn index 8bf582b27..5d6e74ef7 100644 --- a/doc/Android.mdwn +++ b/doc/Android.mdwn @@ -12,22 +12,6 @@ webapp. [[!toc ]] -## using the webapp - -You can use the webapp on Android much the same as on any other -operating system, to set up the git-annex assistant. - -The repository created by the webapp on your Android device is configured, -by default, as a "source" repository. This way, when you create a file on -Android (by, for example, taking a picture), it will be uploaded from your -Android device, and then its content removed from the device. This saves -storage space. - -If you want to send files to your Android, and use them there, you should -edit the repository's configuration, and select "client". Bear in mind that -this will make it try to get every file placed in your repository on any -other computer, which might take up a lot of space. - ## closing and reopening the webapp The webapp does not need to be left open after you've set up your 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? |