summaryrefslogtreecommitdiffstats
path: root/sal/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* android: push the redraw-needed command into the app thread & waitMichael Meeks2012-01-271-0/+24
* Use lo-bootstrap as the log tagTor Lillqvist2012-01-261-1/+1
* 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-252-12/+10
* android: rename native_app_glue.h and install as osl/detail/android.hMichael Meeks2012-01-243-353/+14
* Fill in more struct stat fields in lo_apk_lstat()Tor Lillqvist2012-01-241-2/+23
* Comment out the verbose logging of code that seems to work fineTor Lillqvist2012-01-131-4/+5
* Add unpacking of files from assets/unpack to the data dirTor Lillqvist2012-01-121-0/+118
* Make the apk dirent functions work properlyTor Lillqvist2012-01-042-88/+1113
* Fix the monkey patching to work for an arbitrary offsetTor Lillqvist2012-01-041-4/+3
* Fixes for the lo-bootstrap apk element codeTor Lillqvist2012-01-041-21/+100
* Initial untested implementation of dirent style functions for the .apkTor Lillqvist2011-12-221-37/+159
* Need visibility markup for ANativeActivity_onCreate() tooTor Lillqvist2011-12-211-1/+1
* Use visibility attributes as we get compiled with -fvisibility=hiddenTor Lillqvist2011-12-201-0/+18
* Fix compiler warnings for AndroidTor Lillqvist2011-12-201-26/+61
* sal: convert to gbuildMatúš Kukan2011-12-191-59/+0
* Fix build breaker thinkoTor Lillqvist2011-11-301-1/+1
* Android code refactorig and hackingTor Lillqvist2011-11-304-0/+1900