summaryrefslogtreecommitdiff
path: root/android/Bootstrap
AgeCommit message (Expand)AuthorFilesLines
2013-03-01Cleanups to the android and ios makefileryTor Lillqvist1-3/+3
2013-02-26createWindowFoo is unusedTor Lillqvist1-3/+0
2013-02-22We are not using NativeActivity, nor do we plan to, IIUCTor Lillqvist1-104/+10
2013-02-21Do strip the .so that will be included in the .apkTor Lillqvist1-1/+1
2013-02-21android: finally starting and rendering at least something again.Michael Meeks2-3/+5
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks1-3/+104
2013-02-15android: detect updated sdk and re-generate troublesome ant rules.Michael Meeks1-2/+2
2013-02-15avoid re-linking if nothing changed.Michael Meeks1-1/+5
2013-02-15android: share more of the Makefile / build logicMichael Meeks1-0/+22
2012-11-26Let's not break "make clean install"Tor Lillqvist1-1/+1
2012-11-26It's an emulator, not simulatorTor Lillqvist1-1/+1
2012-11-25Add newlineTor Lillqvist1-1/+1
2012-11-25Make the android_version_setup work betterTor Lillqvist1-6/+5
2012-11-24android: adapt the ant clobbering to a given SDK version.Michael Meeks4-1/+77
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist1-104/+3
2012-11-21We don't need the library search path anymoreTor Lillqvist1-10/+2
2012-11-21Enable storing some files gzipped in the .apkTor Lillqvist1-1/+5
2012-11-20Update to match SDK r21Tor Lillqvist1-1/+2
2012-11-16Reduce dynamic symbols and strip all local ones from the Android single .soTor Lillqvist1-0/+7
2012-10-11COPYSO should not be used with DISABLE_DYNLOADINGTor Lillqvist1-2/+1
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist1-55/+9
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