added special camera repository to start screen for android

This commit is contained in:
Joey Hess 2013-05-03 15:21:31 -04:00
parent 82b57b65cd
commit 33334bfe2e
5 changed files with 33 additions and 24 deletions

View file

@ -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

View file

@ -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?