summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-18 17:16:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-18 17:16:40 -0400
commit47ffecbd41e8e16acd9fae141155d26e44698dcb (patch)
treeac6a88f95290f3e96b0da92243e265e4951b6636 /doc
parent514012ceabbbc2b768851dc6395a8f39f55e64bb (diff)
update
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/blog/day_241__cleanup.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_241__cleanup.mdwn b/doc/design/assistant/blog/day_241__cleanup.mdwn
new file mode 100644
index 000000000..077922695
--- /dev/null
+++ b/doc/design/assistant/blog/day_241__cleanup.mdwn
@@ -0,0 +1,14 @@
+Finished the last EvilSplicer tweak and other fixes to make the
+Android webapp build without any hand-holding.
+
+Currently setting up the Android autobuilder to include the webapp in its
+builds. To make this work I had to set up a new chroot with all the right
+stuff installed.
+
+Investigated how to make the Android webapp open a web browser when run.
+As far as I can tell (without access to an Android device right now),
+`am start -a android.intent.action.VIEW -d http://localhost/etc` should do
+it.
+
+Seems that git 1.8.2 broke the assistant. I've put in a fix but have not
+yet tested it.