Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-21 | Clean up remains of NativeActivity-based Android app support | Tor Lillqvist | |
We haven't been able to build NativeActivity-based apps (like the android/qa/sc and anroid/qa/desktop thingies) since we switched to DISABLE_DYNLOADING and a single DSO liblo-native-code.so anyway. No lo_main() any more. <sal/main.h> should not be included ever when compiling for Android of iOS now. Lots of stuff binned from vcl's androidinst.cxx, in the (vain?) hope that it will reduce the amount of never invoked GUI code that gets linked in. Change-Id: I25f584864c40110774c728a23151e089620442d9 | |||
2012-04-11 | Drop unused EGL stuff | Tor Lillqvist | |
2012-02-25 | android: move DamageTracker concept into SvpSalFrame and try to use it | Michael Meeks | |
2012-02-03 | android: implement theming to get default font set, 1st cut at GetWorkArea | Michael Meeks | |
2012-01-30 | android: add start of keycode mapping | Michael Meeks | |
2012-01-27 | android: add EGL and pixel redrawing modes + start of 565 conversion | Michael Meeks | |
2012-01-26 | android: get at least something onto the screen | Michael Meeks | |
2012-01-26 | android: move lo-bootstrap to osl/detail, Attach threads as created | Michael Meeks | |
2012-01-25 | android: missing header pieces | Michael Meeks | |
2012-01-25 | Bin global_android_app and instead use lo-bootstrap API | Tor Lillqvist | |
Instead of introducing a global variable, use the already existing saved android_app pointer in lo-bootstrap.c, and just add a function to retrieve it from there. Store it in the AndroidSalInstance. Reanme osl/detail/android.h back to android_native_app_glue.h, which is the name of that file in NDK/sources. "android.h" sounded to me too grand, as if it was some universal Android header. But if we do start to modify the android_native_app_glue stuff heavily, then it indeed makes sense to call it something else. Until then, revert also some whitespace changes to android_native_app_glue.c for it to be as close as possible to the "upstream" one in the NDK, for clarity. | |||
2012-01-24 | android: re-factor headless a little, and start on the mainloop | Michael Meeks | |
2012-01-18 | android: tweak headless, expand docs, and start custom android backend | Michael Meeks | |
2011-06-21 | Add (dummy) svsys.h file for Android | Tor Lillqvist | |