summaryrefslogtreecommitdiff
path: root/vcl/android
AgeCommit message (Expand)Author
2013-03-01The RGBA bytes are already in the order we wantTor Lillqvist
2013-02-28Drop unuse maRedrawRegionTor Lillqvist
2013-02-28Try uncommenting these now, I don't think the FIXME holds any moreTor Lillqvist
2013-02-28Try to use another kind of eventsTor Lillqvist
2013-02-28Bin one more too repetitive log lineTor Lillqvist
2013-02-28WaE: 'eventKind' may be used uninitialized in this functionTor Lillqvist
2013-02-28The "pre-cleaning" is fairly pointless now when we fill the whole screenTor Lillqvist
2013-02-28Bin some repetitive verbose loggingTor Lillqvist
2013-02-28Handle touch eventsTor Lillqvist
2013-02-27Send text input to the LO codeTor Lillqvist
2013-02-27Remove a too verbose and frequent log writeTor Lillqvist
2013-02-25The source buffer (virtual device) has 4 bytes per pixel, tooTor Lillqvist
2013-02-25Temporary (one hopes) hack to get the actual view size down to SvpSalFrameTor Lillqvist
2013-02-25Use __android_log_print() instead of fprintf(stderr)Tor Lillqvist
2013-02-23No NativeActivity, so native_app_glue and struct android_app are meaninglessTor Lillqvist
2013-02-22Rename the package and .apk of the "desktop" test app to avoid confusionTor Lillqvist
2013-02-21android: finally starting and rendering at least something again.Michael Meeks
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks
2013-01-30Remove unused DeInitSalMainStephan Bergmann
2012-12-12Consistently acquire solar mutex in all CreateSalInstance variantsStephan Bergmann
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist
2012-06-07Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOSTor Lillqvist
2012-06-05Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist
2012-05-28android: fix mouse click positioning, add more keymappings, fix focus.Michael Meeks
2012-04-11Drop unused EGL stuffTor Lillqvist
2012-04-11Drop plasma_now()Tor Lillqvist
2012-04-04Add debugging output (this file is experimental anyway)Tor Lillqvist
2012-04-02Don't crash in a non-NativeActivity app where mpApp is NULLTor Lillqvist
2012-02-25android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks
2012-02-24android: get basic 0-9, a-z keyinput workingMichael Meeks
2012-02-03android: implement theming to get default font set, 1st cut at GetWorkAreaMichael Meeks
2012-02-03android: An attempt to handle mouse events.Jan Holesovsky
2012-02-03android: get the focus window from SvpSalFrameMichael Meeks
2012-02-01android: queue redraw on keypress (for now), and get the ALooper loop rightMichael Meeks
2012-01-31android: undo broken AnyInput method causing app startup to fail.Michael Meeks
2012-01-31android: get BGR to RGB swap right in conversionMichael Meeks
2012-01-31android: debug / dump multi-touch eventsMichael Meeks
2012-01-30android: add start of keycode mappingMichael Meeks
2012-01-30android: ask for RGBA visual, and flip images the right way up.Michael Meeks
2012-01-28android: unwind horrific event dispatching bug causing all the grief.Michael Meeks
2012-01-27android: try blitting a big texture to the screen instead; fails.Michael Meeks
2012-01-27android: un-successful attempt to use eglLockSurfaceKHRMichael Meeks
2012-01-27android: add EGL and pixel redrawing modes + start of 565 conversionMichael Meeks
2012-01-26Add APP_CMD_FOO symbolic printoutTor Lillqvist
2012-01-26Add reply to question in comment;)Tor Lillqvist
2012-01-26Include the separate tag argument in the __android_log_print() callsTor Lillqvist
2012-01-26android: get at least something onto the screenMichael Meeks
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks
2012-01-25android: add first cut of frame contents blitting, and error dialogMichael Meeks
2012-01-25android: move event handling to members of SalInstanceMichael Meeks