File: day_241__cleanup.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (14 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.