summaryrefslogtreecommitdiffstats
path: root/sal/android/lo-bootstrap.c
Commit message (Expand)AuthorAgeFilesLines
* Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist2015-03-301-15/+0
* This typedef is not unusedTor Lillqvist2015-01-281-0/+1
* remove unused typedefsNoel Grandin2015-01-281-1/+0
* android: No reason to return JNI version less than Java 6Tomaž Vajngerl2015-01-121-1/+1
* Bin code that became dead after 8ecf956d79878c9b24f5ddc51d6b723a76d334f5Tor Lillqvist2014-12-171-87/+0
* Start of support for Android on AArch64Tor Lillqvist2014-08-301-6/+8
* android: Make the extract_files() part of setup / init.Jan Holesovsky2014-06-301-14/+4
* android: Make use of LibreOfficeKit.Jan Holesovsky2014-06-301-15/+15
* android: Introduce LibreOfficeKit.java to bootstrap using LibreOfficeKit.Jan Holesovsky2014-06-301-7/+4
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-031-2/+0
* lo_dlcall_argc_argv() is unusedTor Lillqvist2013-10-131-12/+0
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-27/+4
* -Werror=unused-macrosStephan Bergmann2013-03-271-7/+0
* createWindowFoo is unusedTor Lillqvist2013-02-261-14/+0
* No NativeActivity, so native_app_glue and struct android_app are meaninglessTor Lillqvist2013-02-231-116/+8
* remove un-conditional 20 second sleep on-start for now.Michael Meeks2013-02-211-0/+2
* Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks2013-02-211-8/+116
* Add lo_get_app_data_dir()Tor Lillqvist2012-11-221-0/+7
* Clean up remains of NativeActivity-based Android app supportTor Lillqvist2012-11-211-116/+8
* We don't need the library search path anymoreTor Lillqvist2012-11-211-33/+4
* Enable storing some files gzipped in the .apkTor Lillqvist2012-11-211-11/+91
* Use DISABLE_DYNLOADING on AndroidTor Lillqvist2012-10-111-724/+36
* Guard against lack of slashes in dli_fnameTor Lillqvist2012-09-211-1/+4
* dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks2012-09-191-21/+0
* Detach thread before returning from android_main()Tor Lillqvist2012-09-051-0/+1
* For kicks, enable cross-building for Android on MIPSTor Lillqvist2012-08-161-3/+3
* android: expose dummy JNI gnustl patching method for x86Michael Meeks2012-08-061-3/+3
* android: x86 porting work.Michael Meeks2012-07-201-13/+17
* Use XToolkit2::createScreenCompatibleDeviceUsingBufferTor Lillqvist2012-06-121-6/+34
* Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist2012-06-051-0/+23
* Add a BGR to RGBA twiddling JNI functionTor Lillqvist2012-05-311-0/+44
* Add temporary test JNI method createWindowFoo()...Tor Lillqvist2012-05-301-0/+19
* Create the redirection thread in detached stateTor Lillqvist2012-05-161-1/+4
* Add stdout and stderr redirection to the Android logTor Lillqvist2012-05-161-0/+208
* Refactor where patch_libgnustl_shared() and extract_files() are calledTor Lillqvist2012-04-021-5/+14
* Add a JNI_OnLoad() to store the JavaVM* also from non-NativeActivity appsTor Lillqvist2012-04-021-5/+25
* Use correct JNI name mangling of underscoresTor Lillqvist2012-03-301-2/+2
* Add JNI wrapper for InitUCBHelper() and call itTor Lillqvist2012-03-281-0/+21
* Add JNI wrappers for InitVCL and osl_setCommandArgsTor Lillqvist2012-03-221-24/+106
* Work around the fact that empty directories are not present in an .apkTor Lillqvist2012-02-201-1/+11
* Add lo_dlclose()Tor Lillqvist2012-01-311-0/+13
* Log time taken by dlopen()Tor Lillqvist2012-01-311-1/+9
* Drop accidental #includeTor Lillqvist2012-01-271-1/+1
* Tweak the st_mode returned by lo_apk_lstat() to match reality betterTor Lillqvist2012-01-271-3/+3
* android: attach as daemon with given JNI version, and don't exit.Michael Meeks2012-01-271-5/+13
* Call the JavaVM's AttachCurrentThread(), can't hurt...Tor Lillqvist2012-01-261-0/+2
* Move the sleep earlier, and log itTor Lillqvist2012-01-261-3/+6
* android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks2012-01-261-1/+1
* WaE: unwind possible undefined warningsMichael Meeks2012-01-251-3/+5
* Bin global_android_app and instead use lo-bootstrap APITor Lillqvist2012-01-251-0/+7