summaryrefslogtreecommitdiff
path: root/android/Bootstrap
AgeCommit message (Expand)Author
2012-11-26Let's not break "make clean install"Tor Lillqvist
2012-11-26It's an emulator, not simulatorTor Lillqvist
2012-11-25Add newlineTor Lillqvist
2012-11-25Make the android_version_setup work betterTor Lillqvist
2012-11-24android: adapt the ant clobbering to a given SDK version.Michael Meeks
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist
2012-11-21We don't need the library search path anymoreTor Lillqvist
2012-11-21Enable storing some files gzipped in the .apkTor Lillqvist
2012-11-20Update to match SDK r21Tor Lillqvist
2012-11-16Reduce dynamic symbols and strip all local ones from the Android single .soTor Lillqvist
2012-10-11COPYSO should not be used with DISABLE_DYNLOADINGTor Lillqvist
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist
2012-09-19dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks
2012-09-05RTFM for Arrays.copyOfRange()Tor Lillqvist
2012-09-04Fix infinite loop introduced by accidentTor Lillqvist
2012-09-04Fix misleading macro nameTor Lillqvist
2012-08-23Factor out the Android APP_ABI sanely instead of copy-paste galoreTor Lillqvist
2012-08-22Build also the DocumentLoader test Android app with gbuildTor Lillqvist
2012-08-13Perform setup(Activity) just onceTor Lillqvist
2012-08-08Clarify that "stop" and "start" is only for simulator, I guessTor Lillqvist
2012-08-06merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks
2012-08-03android: get rule sharing right; it seems we have to nest importsMichael Meeks
2012-08-03android: share the clobbering of ant rules to not compress resourcesMichael Meeks
2012-06-12Use XToolkit2::createScreenCompatibleDeviceUsingBufferTor Lillqvist
2012-06-05Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist
2012-05-31Add a BGR to RGBA twiddling JNI functionTor Lillqvist
2012-05-30Add temporary test JNI method createWindowFoo()...Tor Lillqvist
2012-05-30Add an "extra" called lo-extra-libs for a list of libs to load earlyTor Lillqvist
2012-05-28android: disable document recovery, it doesn't demo so well.Michael Meeks
2012-05-28android: make launcher function as expected - starts writer.Michael Meeks
2012-05-23android: un-break env. var parsing (sorry)Michael Meeks
2012-05-23android: make launcher function as expected - starts writer.Michael Meeks
2012-05-16Don't create the local.properties files in the source tree from configureTor Lillqvist
2012-05-16Call lo-bootstrap's redirect_stdioTor Lillqvist
2012-04-05Set TMPDIR also in non-NativeActivity appsTor Lillqvist
2012-04-02Automate setting of FONTCONFIG_FILETor Lillqvist
2012-04-02Refactor where patch_libgnustl_shared() and extract_files() are calledTor Lillqvist
2012-03-28Add JNI wrapper for InitUCBHelper() and call itTor Lillqvist
2012-03-22Add JNI wrappers for InitVCL and osl_setCommandArgsTor Lillqvist
2012-03-22Edit a comment a bitTor Lillqvist
2012-02-03Need also android/Bootstrap/local.propertiesTor Lillqvist
2012-01-31Set TMPDIR for osl_getTempDirURL()Tor Lillqvist
2012-01-31putenv() does seem to be process-wideTor Lillqvist
2012-01-12Add setting environment variablesTor Lillqvist
2012-01-11Need to trim trailing newline from the indirect command line stringTor Lillqvist
2012-01-11Work around http://code.google.com/p/android/issues/detail?id=23351Tor Lillqvist
2011-12-22Add comment about how to use the lo-strace "extra" (option)Tor Lillqvist
2011-12-14Turn Bootstrap into a "library" project from Ant's point of viewTor Lillqvist
2011-12-12Move .gitignore one level upTor Lillqvist