Age | Commit message (Expand) | Author |
2013-03-27 | -Werror=unused-macros | Stephan Bergmann |
2013-02-26 | createWindowFoo is unused | Tor Lillqvist |
2013-02-23 | No NativeActivity, so native_app_glue and struct android_app are meaningless | Tor Lillqvist |
2013-02-21 | remove un-conditional 20 second sleep on-start for now. | Michael Meeks |
2013-02-21 | android: finally starting and rendering at least something again. | Michael Meeks |
2013-02-21 | Revert "Clean up remains of NativeActivity-based Android app support" | Michael Meeks |
2012-11-22 | Add lo_get_app_data_dir() | Tor Lillqvist |
2012-11-21 | Clean up remains of NativeActivity-based Android app support | Tor Lillqvist |
2012-11-21 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-11-21 | We don't need the library search path anymore | Tor Lillqvist |
2012-11-21 | Enable storing some files gzipped in the .apk | Tor Lillqvist |
2012-10-11 | Use DISABLE_DYNLOADING on Android | Tor Lillqvist |
2012-09-21 | Guard against lack of slashes in dli_fname | Tor Lillqvist |
2012-09-19 | dung out no longer needed initUCBHelper methods; thanks to sberg. | Michael Meeks |
2012-09-05 | Detach thread before returning from android_main() | Tor Lillqvist |
2012-08-16 | For kicks, enable cross-building for Android on MIPS | Tor Lillqvist |
2012-08-06 | android: expose dummy JNI gnustl patching method for x86 | Michael Meeks |
2012-07-20 | android: x86 porting work. | Michael Meeks |
2012-06-12 | Use XToolkit2::createScreenCompatibleDeviceUsingBuffer | Tor Lillqvist |
2012-06-05 | Use 32bpp bitmaps on Android (and iOS) | Tor Lillqvist |
2012-05-31 | Add a BGR to RGBA twiddling JNI function | Tor Lillqvist |
2012-05-30 | Add temporary test JNI method createWindowFoo()... | Tor Lillqvist |
2012-05-16 | Create the redirection thread in detached state | Tor Lillqvist |
2012-05-16 | Add stdout and stderr redirection to the Android log | Tor Lillqvist |
2012-04-02 | Refactor where patch_libgnustl_shared() and extract_files() are called | Tor Lillqvist |
2012-04-02 | Add a JNI_OnLoad() to store the JavaVM* also from non-NativeActivity apps | Tor Lillqvist |
2012-03-30 | Use correct JNI name mangling of underscores | Tor Lillqvist |
2012-03-28 | Add JNI wrapper for InitUCBHelper() and call it | Tor Lillqvist |
2012-03-22 | Add JNI wrappers for InitVCL and osl_setCommandArgs | Tor Lillqvist |
2012-02-20 | Work around the fact that empty directories are not present in an .apk | Tor Lillqvist |
2012-01-31 | Add lo_dlclose() | Tor Lillqvist |
2012-01-31 | Log time taken by dlopen() | Tor Lillqvist |
2012-01-27 | Drop accidental #include | Tor Lillqvist |
2012-01-27 | Tweak the st_mode returned by lo_apk_lstat() to match reality better | Tor Lillqvist |
2012-01-27 | android: attach as daemon with given JNI version, and don't exit. | Michael Meeks |
2012-01-27 | android: push the redraw-needed command into the app thread & wait | Michael Meeks |
2012-01-26 | Use lo-bootstrap as the log tag | Tor Lillqvist |
2012-01-26 | Call the JavaVM's AttachCurrentThread(), can't hurt... | Tor Lillqvist |
2012-01-26 | Move the sleep earlier, and log it | Tor Lillqvist |
2012-01-26 | android: move lo-bootstrap to osl/detail, Attach threads as created | Michael Meeks |
2012-01-25 | WaE: unwind possible undefined warnings | Michael Meeks |
2012-01-25 | Bin global_android_app and instead use lo-bootstrap API | Tor Lillqvist |
2012-01-24 | android: rename native_app_glue.h and install as osl/detail/android.h | Michael Meeks |
2012-01-24 | Fill in more struct stat fields in lo_apk_lstat() | Tor Lillqvist |
2012-01-13 | Comment out the verbose logging of code that seems to work fine | Tor Lillqvist |
2012-01-12 | Add unpacking of files from assets/unpack to the data dir | Tor Lillqvist |
2012-01-04 | Make the apk dirent functions work properly | Tor Lillqvist |
2012-01-04 | Fix the monkey patching to work for an arbitrary offset | Tor Lillqvist |
2012-01-04 | Fixes for the lo-bootstrap apk element code | Tor Lillqvist |
2011-12-22 | Initial untested implementation of dirent style functions for the .apk | Tor Lillqvist |