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
/
android
/
src
/
org
/
rockbox
/
RockboxPCM.java
Age
Commit message (
Expand
)
Author
2011-02-26
Android: Remove notification item on pausing too.
Thomas Martitz
2011-01-29
Add widgets to android port.
Antoine Cellerier
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-09-12
Adhere to the 80-char line width limit.
Thomas Martitz
2010-09-12
Redo r28059, minBufferSize() turned out a bit more unstable on my Legend. Now...
Thomas Martitz
2010-09-12
Code style changes in the java part (whitespaces and braces) to match Rockbox...
Thomas Martitz
2010-09-12
Use getMinBufferSize instead of hardcoding a buffer size.
Thomas Martitz
2010-08-16
Android port: use Arrays.fill() instead of a for-loop for clearing a byte array
Maurus Cuelenaere
2010-08-08
A bit of cleanup.
Thomas Martitz
2010-08-08
Run the pcm callback from a separate OS thread, that seems to make audio play...
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
Show/hide notification area icon when starting/stopping playback.
Thomas Martitz
2010-08-02
Rockbox as an application: Commit current Android port progress.
Thomas Martitz