summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/android/lcd-android.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-09android: Get the port up and running againThomas Martitz1-34/+30
2012-04-05touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz1-1/+1
2012-03-22android: lcd_update/_rect() changesThomas Martitz1-17/+35
2012-03-22android: Add facility for java code to wait native code to be ready.Thomas Martitz1-0/+3
2012-03-03android: drop copied lcd_blit_yuv() and use generic one.Thomas Martitz1-205/+0
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-3/+3
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz1-4/+1
2011-03-12Android: allocate native_buffer locally, which does away with the need to holdMaurus Cuelenaere1-6/+9
2011-03-11Create GlobalRef in surfaceCreated, in accordance to r29572.Thomas Martitz1-8/+3
2011-03-11Android: delete the global reference in surfaceDestroyedMaurus Cuelenaere1-8/+4
2011-03-11Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere1-8/+3
2011-03-11Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere1-1/+6
2011-03-11Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere1-4/+21
2011-03-05Android: Fix black display after unzipping libmisc.so.Thomas Martitz1-2/+0
2011-02-23Android:Thomas Martitz1-51/+48
2011-02-19Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz1-81/+59
2010-12-13Android: Protect lcd updates with a mutex.Thomas Martitz1-0/+6
2010-12-02Android: Make lcd updates synchronous, doesn't make it faster but smoother (n...Thomas Martitz1-10/+35
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz1-0/+26
2010-10-31Pass the framebuffer to the service in the constructor rather than later from...Thomas Martitz1-4/+0
2010-10-31Clean up usage of RockboxService. Add a proper way to check if rockbox is act...Jonathan Gordon1-5/+3
2010-10-29Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz1-36/+42
2010-08-04Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz1-12/+48
2010-08-03Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz1-6/+6
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-0/+291