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