summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/android
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-1/+1
2010-09-06Fix sdl application buildThomas Martitz1-0/+2
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz1-0/+86
2010-09-01Android: Fix two warningsThomas Martitz2-1/+4
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz1-0/+3
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz3-0/+206
2010-08-16Android port: simplify sending touch events from Java->CMaurus Cuelenaere1-15/+6
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere5-30/+185
2010-08-07Android port: handle incoming calls.Thomas Martitz1-2/+22
2010-08-04A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz1-0/+4
2010-08-04Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz1-12/+1
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 Martitz4-15/+11
2010-08-03system-android: cast void* to uintptr_t*Rafaël Carré1-1/+1
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz14-0/+1090