summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-26 15:30:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-26 15:30:50 -0400
commitbf620d018cff6221c4dd5696b26e67d1ed5d4c3d (patch)
treec9477edcc96012970275a12eda312b57eca25cb5 /doc
parentba8849253688e2b845b383d5c28a11bb509c6092 (diff)
update
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant.mdwn2
-rw-r--r--doc/design/assistant/android.mdwn3
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/design/assistant.mdwn b/doc/design/assistant.mdwn
index ad1c6abd1..bbe1857a1 100644
--- a/doc/design/assistant.mdwn
+++ b/doc/design/assistant.mdwn
@@ -13,10 +13,10 @@ and use cases to add. Feel free to chip in with comments! --[[Joey]]
* Month 6 "9k bonus round": [[!traillink desymlink]]
* Month 7: user-driven features and polishing;
[presentation at LCA2013](http://mirror.linux.org.au/linux.conf.au/2013/mp4/gitannex.mp4)
+* Month 8: [[!traillink Android]]
We are, approximately, here:
-* Month 8: [[!traillink Android]]
* Months 9-11: more user-driven features and polishing (see remaining TODO items in all pages above)
* Month 12: "Windows purgatory" [[Windows]]
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn
index daa08bf5e..a338a38ab 100644
--- a/doc/design/assistant/android.mdwn
+++ b/doc/design/assistant/android.mdwn
@@ -30,3 +30,6 @@ transfers when not on wifi. This may need to be configurable.
allow git to link to it.
* getEnvironment is broken on Android <https://github.com/neurocyte/ghc-android/issues/7>
and a few places use it.
+* Enable WebDAV support. Currently needs template haskell (could be avoided
+ by changing the DAV library to not use it), and also networking support,
+ which seems broken in current ghc-android.