index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
hosted
/
android
/
lcd-android.c
(
unfollow
)
Commit message (
Expand
)
Author
2014-03-09
android: Get the port up and running again
Thomas Martitz
2012-04-05
touchscreen: Fix kinetic scrolling when the statusbar is off.
Thomas Martitz
2012-03-22
android: lcd_update/_rect() changes
Thomas Martitz
2012-03-22
android: Add facility for java code to wait native code to be ready.
Thomas Martitz
2012-03-03
android: drop copied lcd_blit_yuv() and use generic one.
Thomas Martitz
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2011-03-16
Android: Partly revert r29569 and only call the new getJavaEnvironment() when...
Thomas Martitz
2011-03-12
Android: allocate native_buffer locally, which does away with the need to hold
Maurus Cuelenaere
2011-03-11
Create GlobalRef in surfaceCreated, in accordance to r29572.
Thomas Martitz
2011-03-11
Android: delete the global reference in surfaceDestroyed
Maurus Cuelenaere
2011-03-11
Partly revert "Android: use NewGlobalRef for references that are used globally"
Maurus Cuelenaere
2011-03-11
Android: Don't share the JNI environment across threads, but obtain it the
Maurus Cuelenaere
2011-03-11
Android: use NewGlobalRef for references that are used globally
Maurus Cuelenaere
2011-03-05
Android: Fix black display after unzipping libmisc.so.
Thomas Martitz
2011-02-23
Android:
Thomas Martitz
2011-02-19
Android: Rewrite lcd subsystem to use the SurfaceView API.
Thomas Martitz
2010-12-13
Android: Protect lcd updates with a mutex.
Thomas Martitz
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-10-31
Pass the framebuffer to the service in the constructor rather than later from...
Thomas Martitz
2010-10-31
Clean up usage of RockboxService. Add a proper way to check if rockbox is act...
Jonathan Gordon
2010-10-29
Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...
Thomas Martitz
2010-08-04
Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...
Thomas Martitz
2010-08-03
Run Rockbox as a service, which allows for music decoding&playback in the bac...
Thomas Martitz
2010-08-02
Rockbox as an application: Commit current Android port progress.
Thomas Martitz