summaryrefslogtreecommitdiff
path: root/sal/android
AgeCommit message (Expand)Author
2012-05-31Add a BGR to RGBA twiddling JNI functionTor Lillqvist
2012-05-30Add temporary test JNI method createWindowFoo()...Tor Lillqvist
2012-05-16Create the redirection thread in detached stateTor Lillqvist
2012-05-16Add stdout and stderr redirection to the Android logTor Lillqvist
2012-04-02Refactor where patch_libgnustl_shared() and extract_files() are calledTor Lillqvist
2012-04-02Add a JNI_OnLoad() to store the JavaVM* also from non-NativeActivity appsTor Lillqvist
2012-03-30Use correct JNI name mangling of underscoresTor Lillqvist
2012-03-28Add JNI wrapper for InitUCBHelper() and call itTor Lillqvist
2012-03-22Add JNI wrappers for InitVCL and osl_setCommandArgsTor Lillqvist
2012-02-20Work around the fact that empty directories are not present in an .apkTor Lillqvist
2012-01-31Add lo_dlclose()Tor Lillqvist
2012-01-31Log time taken by dlopen()Tor Lillqvist
2012-01-27Drop accidental #includeTor Lillqvist
2012-01-27Tweak the st_mode returned by lo_apk_lstat() to match reality betterTor Lillqvist
2012-01-27android: attach as daemon with given JNI version, and don't exit.Michael Meeks
2012-01-27android: push the redraw-needed command into the app thread & waitMichael Meeks
2012-01-26Use lo-bootstrap as the log tagTor Lillqvist
2012-01-26Call the JavaVM's AttachCurrentThread(), can't hurt...Tor Lillqvist
2012-01-26Move the sleep earlier, and log itTor Lillqvist
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks
2012-01-25WaE: unwind possible undefined warningsMichael Meeks
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist
2012-01-24android: rename native_app_glue.h and install as osl/detail/android.hMichael Meeks
2012-01-24Fill in more struct stat fields in lo_apk_lstat()Tor Lillqvist
2012-01-13Comment out the verbose logging of code that seems to work fineTor Lillqvist
2012-01-12Add unpacking of files from assets/unpack to the data dirTor Lillqvist
2012-01-04Make the apk dirent functions work properlyTor Lillqvist
2012-01-04Fix the monkey patching to work for an arbitrary offsetTor Lillqvist
2012-01-04Fixes for the lo-bootstrap apk element codeTor Lillqvist
2011-12-22Initial untested implementation of dirent style functions for the .apkTor Lillqvist
2011-12-21Need visibility markup for ANativeActivity_onCreate() tooTor Lillqvist
2011-12-20Use visibility attributes as we get compiled with -fvisibility=hiddenTor Lillqvist
2011-12-20Fix compiler warnings for AndroidTor Lillqvist
2011-12-19sal: convert to gbuildMatúš Kukan
2011-11-30Fix build breaker thinkoTor Lillqvist
2011-11-30Android code refactorig and hackingTor Lillqvist