diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-09 13:49:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-09 13:55:18 -0400 |
commit | dc132dfb0917925932a1472e6ea1dedb7988c430 (patch) | |
tree | 20573c80aac5954e1e3fb078713a3d2d9e1909ec /doc/design | |
parent | 13d04eb9c793a712ae64337b6f192df12c4a11ec (diff) |
rsync special remotes: When sending from a crippled filesystem, use the destination's default file permissions, as the local ones can be arbitrarily broken. (Ie, ----rwxr-x for files on Android)
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/android.mdwn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index 268b5aba3..278fad210 100644 --- a/doc/design/assistant/android.mdwn +++ b/doc/design/assistant/android.mdwn @@ -23,8 +23,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. -* Jabber and Webdav configuration both fail with - "getProtocolByname: does not exist (no such protocol name: tcp)" * 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? |