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