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