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-08-14
Android: Fix a few java warnings. Upgrade ndk platform to 2.0 (don't support ...
Thomas Martitz
2011-07-18
Android: Slightly rework logging to logcat by offloading duplicated code to a...
Thomas Martitz
2011-06-05
Android: Greatly simplify the pcm callback mechanism on both, the Java and th...
Thomas Martitz
2011-06-04
Hopefully FS#12064 - Android: Possible fix for audio stopping on high CPU load.
Thomas Martitz
2011-03-31
Only set volume on SYS_VOLUME_CHANGED the first time. Workaround for FS#12034.
Björn Stenberg
2011-03-14
Listen to and follow external Android volume changes. (Based on FS#11914 by M...
Björn Stenberg
2011-03-11
Use the pcm volume to add finer steps between every android stream volume step.
Björn Stenberg
2011-03-11
Android: get rid of warnings (no functional changes)
Maurus Cuelenaere
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