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