diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-22 17:06:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-22 17:06:00 -0400 |
commit | 16f020b52be0f02cdb0dd97e2c24ddeb7937d793 (patch) | |
tree | d2c0bc40d2b70d2cc53948cc9877ffba719e56f3 | |
parent | cc1e06c9a5e2ce18c5a001052ffa3af09d212155 (diff) |
update
-rw-r--r-- | doc/design/assistant/android.mdwn | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index 2fe2145ef..de194ffb5 100644 --- a/doc/design/assistant/android.mdwn +++ b/doc/design/assistant/android.mdwn @@ -2,8 +2,9 @@ 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. +2. Deal with crippled filesystem; no symlinks; etc. **done** +3. Get an easy to install Android app built. **done** +4. Get the webapp working. Needs Template Haskell, or a workaround. ### Android specific features @@ -13,13 +14,6 @@ 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. -### FAT - -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 |