summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-19 17:52:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-19 17:52:52 -0400
commit81c6cea084a67974e7445550da854c69db6c6e6e (patch)
treeb5e943688c0a4d23fcca31299e2f8662bf8b0007
parent4042e81b7bbf9be43b9a7fa084ebce9cf4dd5376 (diff)
blog for the day
-rw-r--r--doc/design/assistant/android.mdwn3
-rw-r--r--doc/design/assistant/blog/day_242__more_porting.mdwn4
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn
index ad2253126..a13bb19e4 100644
--- a/doc/design/assistant/android.mdwn
+++ b/doc/design/assistant/android.mdwn
@@ -34,9 +34,6 @@ transfers when not on wifi. This may need to be configurable.
and a few places use it.
* XMPP support. I got all haskell libraries installed, but it fails to find
several C libraries at link time.
-* WebDAV. All haskell libraries are installed, but it fails at link
- time due to some missing symbols that are not in the Android libc.
- (DNS lookup stuff)
* Get local pairing to work. network-multicast and network-info don't
currently install.
* Get test suite to pass. Current failure is because `git fetch` is somehow
diff --git a/doc/design/assistant/blog/day_242__more_porting.mdwn b/doc/design/assistant/blog/day_242__more_porting.mdwn
new file mode 100644
index 000000000..89fbfea0f
--- /dev/null
+++ b/doc/design/assistant/blog/day_242__more_porting.mdwn
@@ -0,0 +1,4 @@
+Got WebDAV enabled in the Android build. Had to deal with some system calls
+not available in Android's libc.
+
+New poll: [[polls/Android_default_directory]]