From 6c1c3ae561e3526f08cbbba9c3fd8fab826ecdf6 Mon Sep 17 00:00:00 2001 From: Joey Hess <joey@kitenet.net> Date: Thu, 18 Apr 2013 17:16:40 -0400 Subject: [PATCH] update --- doc/design/assistant/blog/day_241__cleanup.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/design/assistant/blog/day_241__cleanup.mdwn 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 0000000000..077922695e --- /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.