summaryrefslogtreecommitdiff
path: root/android/src/org/rockbox/RockboxFramebuffer.java
AgeCommit message (Expand)Author
2014-05-21Fix android black screen crashJonathan Gordon
2014-03-09android: Get the port up and running againThomas Martitz
2012-03-22android: lcd_update/_rect() changesThomas Martitz
2011-07-18Android: Slightly rework logging to logcat by offloading duplicated code to a...Thomas Martitz
2011-03-11Android: get rid of warnings (no functional changes)Maurus Cuelenaere
2011-02-23Android:Thomas Martitz
2011-02-19Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz
2011-01-29Add widgets to android port.Antoine Cellerier
2010-12-02Android: Make lcd updates synchronous, doesn't make it faster but smoother (n...Thomas Martitz
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz
2010-11-05Android port:Maurus Cuelenaere
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz
2010-10-31Pass the framebuffer to the service in the constructor rather than later from...Thomas Martitz
2010-10-31Use a Native keyboard GUI instead of rockbox's internal one on androidJonathan Gordon
2010-10-29Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz
2010-10-24Make sure the view always has focus and can be focused in touch mode so the f...Jonathan Gordon
2010-09-12Code style changes in the java part (whitespaces and braces) to match Rockbox...Thomas Martitz
2010-08-16Android port: simplify sending touch events from Java->CMaurus Cuelenaere
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere
2010-08-08A bit of cleanup.Thomas Martitz
2010-08-04Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz