summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/android/button-android.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Android: Fix crash on start up.Thomas Martitz1-3/+3
2011-07-19Android: Change headphone detection to call into native.Thomas Martitz1-14/+18
2011-07-18Android: Refactor some of the glue code.Thomas Martitz1-16/+16
2011-06-04Android: implement headphone detection thus enabling pause on unplug (FS#12097).Dominik Riebeling1-0/+28
2011-05-29Fix an implicit declaration warning.Dominik Riebeling1-2/+3
2011-05-25Fix a problem where hardware keypresses dont reset the idle poweroff timer on...Jonathan Gordon1-0/+1
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz1-0/+1
2011-03-11Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere1-1/+0
2011-02-23Android:Thomas Martitz1-2/+6
2011-01-29Add widgets to android port.Antoine Cellerier1-1/+1
2010-11-07remove an unused variable and #includeJonathan Gordon1-2/+1
2010-11-03Remote android button handling (again). do the press/unpress more like other ...Jonathan Gordon1-10/+18
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz1-4/+15
2010-10-24Fix android hardware button handling so it actually works.Jonathan Gordon1-7/+11
2010-08-16Android port: simplify sending touch events from Java->CMaurus Cuelenaere1-15/+6
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere1-4/+38
2010-08-04Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz1-12/+1
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-0/+87