summaryrefslogtreecommitdiff
path: root/android/Bootstrap
AgeCommit message (Expand)AuthorFilesLines
2012-09-19dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks1-4/+0
2012-09-05RTFM for Arrays.copyOfRange()Tor Lillqvist1-1/+1
2012-09-04Fix infinite loop introduced by accidentTor Lillqvist1-0/+1
2012-09-04Fix misleading macro nameTor Lillqvist1-1/+1
2012-08-23Factor out the Android APP_ABI sanely instead of copy-paste galoreTor Lillqvist1-9/+3
2012-08-22Build also the DocumentLoader test Android app with gbuildTor Lillqvist1-1/+1
2012-08-13Perform setup(Activity) just onceTor Lillqvist1-1/+8
2012-08-08Clarify that "stop" and "start" is only for simulator, I guessTor Lillqvist1-3/+5
2012-08-06merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks1-0/+6
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks1-0/+53
2012-08-03android: get rule sharing right; it seems we have to nest importsMichael Meeks1-1/+3
2012-08-03android: share the clobbering of ant rules to not compress resourcesMichael Meeks1-0/+37
2012-06-12Use XToolkit2::createScreenCompatibleDeviceUsingBufferTor Lillqvist1-1/+9
2012-06-05Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist1-0/+2
2012-05-31Add a BGR to RGBA twiddling JNI functionTor Lillqvist1-0/+8
2012-05-30Add temporary test JNI method createWindowFoo()...Tor Lillqvist1-1/+4
2012-05-30Add an "extra" called lo-extra-libs for a list of libs to load earlyTor Lillqvist1-0/+11
2012-05-28android: disable document recovery, it doesn't demo so well.Michael Meeks1-0/+1
2012-05-28android: make launcher function as expected - starts writer.Michael Meeks1-1/+0
2012-05-23android: un-break env. var parsing (sorry)Michael Meeks1-0/+1
2012-05-23android: make launcher function as expected - starts writer.Michael Meeks1-5/+8
2012-05-16Don't create the local.properties files in the source tree from configureTor Lillqvist1-2/+0
2012-05-16Call lo-bootstrap's redirect_stdioTor Lillqvist1-0/+6
2012-04-05Set TMPDIR also in non-NativeActivity appsTor Lillqvist1-3/+3
2012-04-02Automate setting of FONTCONFIG_FILETor Lillqvist1-0/+12
2012-04-02Refactor where patch_libgnustl_shared() and extract_files() are calledTor Lillqvist1-1/+14
2012-03-28Add JNI wrapper for InitUCBHelper() and call itTor Lillqvist1-0/+4
2012-03-22Add JNI wrappers for InitVCL and osl_setCommandArgsTor Lillqvist1-0/+14
2012-03-22Edit a comment a bitTor Lillqvist1-3/+3
2012-02-03Need also android/Bootstrap/local.propertiesTor Lillqvist1-0/+2
2012-01-31Set TMPDIR for osl_getTempDirURL()Tor Lillqvist1-0/+3
2012-01-31putenv() does seem to be process-wideTor Lillqvist1-4/+1
2012-01-12Add setting environment variablesTor Lillqvist1-3/+18
2012-01-11Need to trim trailing newline from the indirect command line stringTor Lillqvist1-1/+1
2012-01-11Work around http://code.google.com/p/android/issues/detail?id=23351Tor Lillqvist1-3/+19
2011-12-22Add comment about how to use the lo-strace "extra" (option)Tor Lillqvist1-1/+8
2011-12-14Turn Bootstrap into a "library" project from Ant's point of viewTor Lillqvist6-191/+3
2011-12-12Move .gitignore one level upTor Lillqvist1-6/+0
2011-11-30Android code refactorig and hackingTor Lillqvist10-0/+665