summaryrefslogtreecommitdiff
path: root/android/src/org/rockbox/RockboxPCM.java
AgeCommit message (Expand)Author
2011-08-14Android: Fix a few java warnings. Upgrade ndk platform to 2.0 (don't support ...Thomas Martitz
2011-07-18Android: Slightly rework logging to logcat by offloading duplicated code to a...Thomas Martitz
2011-06-05Android: Greatly simplify the pcm callback mechanism on both, the Java and th...Thomas Martitz
2011-06-04Hopefully FS#12064 - Android: Possible fix for audio stopping on high CPU load.Thomas Martitz
2011-03-31Only set volume on SYS_VOLUME_CHANGED the first time. Workaround for FS#12034.Björn Stenberg
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg
2011-03-11Use the pcm volume to add finer steps between every android stream volume step.Björn Stenberg
2011-03-11Android: get rid of warnings (no functional changes)Maurus Cuelenaere
2011-02-26Android: Remove notification item on pausing too.Thomas Martitz
2011-01-29Add widgets to android port.Antoine Cellerier
2010-10-31Clean up usage of RockboxService. Add a proper way to check if rockbox is act...Jonathan Gordon
2010-10-29Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz
2010-09-12Adhere to the 80-char line width limit.Thomas Martitz
2010-09-12Redo r28059, minBufferSize() turned out a bit more unstable on my Legend. Now...Thomas Martitz
2010-09-12Code style changes in the java part (whitespaces and braces) to match Rockbox...Thomas Martitz
2010-09-12Use getMinBufferSize instead of hardcoding a buffer size.Thomas Martitz
2010-08-16Android port: use Arrays.fill() instead of a for-loop for clearing a byte arrayMaurus Cuelenaere
2010-08-08A bit of cleanup.Thomas Martitz
2010-08-08Run the pcm callback from a separate OS thread, that seems to make audio play...Thomas Martitz
2010-08-04A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz
2010-08-04Show/hide notification area icon when starting/stopping playback.Thomas Martitz
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz