summaryrefslogtreecommitdiff
path: root/android/src/org/rockbox/RockboxPCM.java
AgeCommit message (Expand)Author
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