summaryrefslogtreecommitdiffstats
path: root/sal/android
Commit message (Expand)AuthorAgeFilesLines
* 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-232-576/+8
* remove un-conditional 20 second sleep on-start for now.Michael Meeks2013-02-211-0/+2
* android: finally starting and rendering at least something again.Michael Meeks2013-02-211-0/+1
* Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks2013-02-212-8/+575
* Add lo_get_app_data_dir()Tor Lillqvist2012-11-221-0/+7
* Clean up remains of NativeActivity-based Android app supportTor Lillqvist2012-11-212-575/+8
* re-base on ALv2 code. Includes:Michael Meeks2012-11-211-10/+10
* 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
* 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