What directory should the Android webapp default to creating an annex in?
Same as the desktop webapp, users will be able to enter a directory they want the first time they run it, but to save typing on android, anything that gets enough votes will be included in a list of choices as well.
/sdcard/annex (81%)
Whole /sdcard (6%)
DCIM directory (photos and videos only) (9%)
Same as for regular git-annex. ~/annex/ (3%)
Total votes: 97
While my main use case is a photo repo, I don't think it's wise to default to there.
Similarly, spamming what amounts to the root dir of "external" storage with repos seems like a bad idea.
@Richard, including all of /sdcard seems a reasonable thing to do if you want to back it all up. I don't know how likely anyone would be to want to sync the whole contents though.
@Leonardo direct mode is the default for all respositories created by the webapp, as well as all repositories on crippled filesystems that cannot support indirect mode. Android webapp thus defaults to direct mode twice over!