index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
hosted
/
android
Age
Commit message (
Expand
)
Author
2010-12-13
Android: Protect lcd updates with a mutex.
Thomas Martitz
2010-12-10
Android: Replace the java based tick timer implemented with a not as bloated ...
Thomas Martitz
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-12-04
Android: Fix yellow
Thomas Martitz
2010-12-02
Android: Make lcd updates synchronous, doesn't make it faster but smoother (n...
Thomas Martitz
2010-11-12
Android: Change how detecting call state (introduced in r27746) works, from p...
Thomas Martitz
2010-11-10
Touchscreen: Improved scroll threshold
Thomas Martitz
2010-11-07
remove an unused variable and #include
Jonathan Gordon
2010-11-03
Remote android button handling (again). do the press/unpress more like other ...
Jonathan Gordon
2010-10-31
Add support multimedia keys/buttons to the core, and adapt Rockbox on android...
Thomas Martitz
2010-10-31
Pass the framebuffer to the service in the constructor rather than later from...
Thomas Martitz
2010-10-31
Clean up usage of RockboxService. Add a proper way to check if rockbox is act...
Jonathan Gordon
2010-10-29
Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...
Thomas Martitz
2010-10-24
Fix android hardware button handling so it actually works.
Jonathan Gordon
2010-09-20
Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.
Thomas Martitz
2010-09-09
Extend lc_open() to also being able to load overlay plugins.
Thomas Martitz
2010-09-06
Fix sdl application build
Thomas Martitz
2010-09-02
Android: don't compile stubs.c and kill off libuisimulator entirely.
Thomas Martitz
2010-09-01
Android: Fix two warnings
Thomas Martitz
2010-09-01
Android: don't compile powermgmt-sim.c
Thomas Martitz
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
2010-08-16
Android port: simplify sending touch events from Java->C
Maurus Cuelenaere
2010-08-16
Android port: add support for hardware keys
Maurus Cuelenaere
2010-08-07
Android port: handle incoming calls.
Thomas Martitz
2010-08-04
A bit of work in the pcm driver. Should be a bit more efficient, but more imp...
Thomas Martitz
2010-08-04
Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...
Thomas Martitz
2010-08-04
Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...
Thomas Martitz
2010-08-03
Run Rockbox as a service, which allows for music decoding&playback in the bac...
Thomas Martitz
2010-08-03
system-android: cast void* to uintptr_t*
Rafaël Carré
2010-08-02
Rockbox as an application: Commit current Android port progress.
Thomas Martitz