summaryrefslogtreecommitdiff
path: root/sal/android
AgeCommit message (Expand)AuthorFilesLines
2014-08-30Start of support for Android on AArch64Tor Lillqvist1-6/+8
2014-07-01android: LibreOfficeKit needs the path to program/ as the starting point.Jan Holesovsky1-1/+14
2014-07-01lok bootstrap: nicer function names, clean-upTomaž Vajngerl1-21/+24
2014-06-30android: Make the extract_files() part of setup / init.Jan Holesovsky2-24/+9
2014-06-30android: Make use of LibreOfficeKit.Jan Holesovsky2-19/+40
2014-06-30android: Introduce LibreOfficeKit.java to bootstrap using LibreOfficeKit.Jan Holesovsky2-7/+134
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-3/+3
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist2-5/+0
2013-10-13lo_dlcall_argc_argv() is unusedTor Lillqvist1-12/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-27/+4
2013-03-27-Werror=unused-macrosStephan Bergmann1-7/+0
2013-02-26createWindowFoo is unusedTor Lillqvist1-14/+0
2013-02-23No NativeActivity, so native_app_glue and struct android_app are meaninglessTor Lillqvist2-576/+8
2013-02-21remove un-conditional 20 second sleep on-start for now.Michael Meeks1-0/+2
2013-02-21android: finally starting and rendering at least something again.Michael Meeks1-0/+1
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks2-8/+575
2012-11-22Add lo_get_app_data_dir()Tor Lillqvist1-0/+7
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist2-575/+8
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-10/+10
2012-11-21We don't need the library search path anymoreTor Lillqvist1-33/+4
2012-11-21Enable storing some files gzipped in the .apkTor Lillqvist1-11/+91
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist1-724/+36
2012-09-21Guard against lack of slashes in dli_fnameTor Lillqvist1-1/+4
2012-09-19dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks1-21/+0
2012-09-05Detach thread before returning from android_main()Tor Lillqvist1-0/+1
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist1-3/+3
2012-08-06android: expose dummy JNI gnustl patching method for x86Michael Meeks1-3/+3
2012-07-20android: x86 porting work.Michael Meeks1-13/+17
2012-06-12Use XToolkit2::createScreenCompatibleDeviceUsingBufferTor Lillqvist1-6/+34
2012-06-05Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist1-0/+23
2012-05-31Add a BGR to RGBA twiddling JNI functionTor Lillqvist1-0/+44
2012-05-30Add temporary test JNI method createWindowFoo()...Tor Lillqvist1-0/+19
2012-05-16Create the redirection thread in detached stateTor Lillqvist1-1/+4
2012-05-16Add stdout and stderr redirection to the Android logTor Lillqvist1-0/+208
2012-04-02Refactor where patch_libgnustl_shared() and extract_files() are calledTor Lillqvist1-5/+14
2012-04-02Add a JNI_OnLoad() to store the JavaVM* also from non-NativeActivity appsTor Lillqvist1-5/+25
2012-03-30Use correct JNI name mangling of underscoresTor Lillqvist1-2/+2
2012-03-28Add JNI wrapper for InitUCBHelper() and call itTor Lillqvist1-0/+21
2012-03-22Add JNI wrappers for InitVCL and osl_setCommandArgsTor Lillqvist1-24/+106
2012-02-20Work around the fact that empty directories are not present in an .apkTor Lillqvist1-1/+11
2012-01-31Add lo_dlclose()Tor Lillqvist1-0/+13
2012-01-31Log time taken by dlopen()Tor Lillqvist1-1/+9
2012-01-27Drop accidental #includeTor Lillqvist1-1/+1
2012-01-27Tweak the st_mode returned by lo_apk_lstat() to match reality betterTor Lillqvist1-3/+3
2012-01-27android: attach as daemon with given JNI version, and don't exit.Michael Meeks1-5/+13
2012-01-27android: push the redraw-needed command into the app thread & waitMichael Meeks1-0/+24
2012-01-26Use lo-bootstrap as the log tagTor Lillqvist1-1/+1
2012-01-26Call the JavaVM's AttachCurrentThread(), can't hurt...Tor Lillqvist1-0/+2
2012-01-26Move the sleep earlier, and log itTor Lillqvist1-3/+6
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks1-1/+1