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
2014-03-03
Fix hostfs_init() return value.
Thomas Martitz
2014-02-23
RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.
Thomas Martitz
2014-02-23
storage: Add STORAGE_HOSTFS
Thomas Martitz
2014-01-05
Do not include kernel.h in system.h.
Thomas Martitz
2013-09-05
touch devices: Disable touch on softlock.
Jean-Louis Biasini
2013-04-01
android: Rewrite PCM playback without OnPlaybackPositionUpdateListener.
Thomas Martitz
2012-04-05
touchscreen: Fix kinetic scrolling when the statusbar is off.
Thomas Martitz
2012-03-30
android: implement system_exception_wait and system_reboot, so that the panic...
Thomas Martitz
2012-03-22
android: lcd_update/_rect() changes
Thomas Martitz
2012-03-22
android: Add facility for java code to wait native code to be ready.
Thomas Martitz
2012-03-04
Tweak some PCM drivers for less typecasting with the data pointer.
Michael Sevakis
2012-03-03
android: drop copied lcd_blit_yuv() and use generic one.
Thomas Martitz
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2012-01-22
Create fimrware/asm directory for assembly optimized stuff.
Thomas Martitz
2012-01-21
android/ypr0: Merge lc-*.c to generic lc-unix.c.
Thomas Martitz
2012-01-21
android/ypr0: Merge fs-*.c to generic filesystem-unix.c.
Thomas Martitz
2012-01-21
android/ypr0: Merge kernel-*.c to generic kernel-unix.c.
Thomas Martitz
2012-01-08
remove cargo-cult empty i2c-target.h
Rafaël Carré
2012-01-08
adc-target.h: cleanup
Rafaël Carré
2012-01-08
button-target.h : move prototypes to button.h
Rafaël Carré
2012-01-04
android: move pcm_shutdown() to audiohw_close() now that it's properly called...
Thomas Martitz
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
2011-12-31
usb-target.h: remove
Rafaël Carré
2011-12-31
move usb_pin_init() declaration to PP's system-target.h
Rafaël Carré
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
2011-09-01
Shuffle some functions around so that interfacing with playback.c in particul...
Michael Sevakis
2011-08-14
Fix typo in and clarify comment.
Thomas Martitz
2011-08-14
Android: Minor changes in ldebugf.
Thomas Martitz
2011-08-14
Remove hosted_get_volume(), as event data is available in button_get_data().
Thomas Martitz
2011-07-22
Android: Fix crash on start up.
Thomas Martitz
2011-07-19
Android: Change headphone detection to call into native.
Thomas Martitz
2011-07-18
Android: Refactor some of the glue code.
Thomas Martitz
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
2011-06-05
Android: Greatly simplify the pcm callback mechanism on both, the Java and th...
Thomas Martitz
2011-06-04
Android: implement headphone detection thus enabling pause on unplug (FS#12097).
Dominik Riebeling
2011-05-29
Fix an implicit declaration warning.
Dominik Riebeling
2011-05-25
Fix a problem where hardware keypresses dont reset the idle poweroff timer on...
Jonathan Gordon
2011-05-08
Fix tabs in .c and .h files in firmware/
Bertrik Sikken
2011-05-05
Fix whitespace errors aka tabs.
Dominik Riebeling
2011-03-16
Android: Implement app shutdown and thus, sleep timer.
Thomas Martitz
2011-03-16
Android: Partly revert r29569 and only call the new getJavaEnvironment() when...
Thomas Martitz
2011-03-14
Listen to and follow external Android volume changes. (Based on FS#11914 by M...
Björn Stenberg
2011-03-12
Android: allocate native_buffer locally, which does away with the need to hold
Maurus Cuelenaere
2011-03-11
Android: Switch to pthread_cond+SIGEV_THREAD for tick task handling.
Thomas Martitz
2011-03-11
Create GlobalRef in surfaceCreated, in accordance to r29572.
Thomas Martitz
2011-03-11
Android: delete the global reference in surfaceDestroyed
Maurus Cuelenaere
2011-03-11
Android: no need to keep RockboxPCM_class around
Maurus Cuelenaere
2011-03-11
Partly revert "Android: use NewGlobalRef for references that are used globally"
Maurus Cuelenaere
2011-03-11
Android: Don't share the JNI environment across threads, but obtain it the
Maurus Cuelenaere
[next]