1
0
Fork 0
forked from len0rd/rockbox
foxbox/android/src/org/rockbox
Thomas Martitz 4d2ab32339 Android: Work around an android bug.
BitmapFactory.decodeFile() fails when called outside the main thread.
Work around by running the code on the main thread. This also has the advantage
of off-loading from the Rockbox thread which should improve track skipping
delays.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30825 a1c6a512-1295-4272-9138-f99709370657
2011-10-22 15:28:09 +00:00
..
Helper Android: Work around an android bug. 2011-10-22 15:28:09 +00:00
monitors Android: Fix a few java warnings. Upgrade ndk platform to 2.0 (don't support 1.6 anymore). 2011-08-14 08:55:16 +00:00
widgets Android: Fix widget albumart display on pre-2.2 devices. 2011-03-16 11:38:49 +00:00
RockboxActivity.java Disable android status bar again, until we have a generic theme solution. 2011-09-30 06:30:10 +00:00
RockboxFramebuffer.java Android: Slightly rework logging to logcat by offloading duplicated code to a new helper class. 2011-07-18 21:26:03 +00:00
RockboxKeyboardInput.java Android: get rid of warnings (no functional changes) 2011-03-11 15:46:02 +00:00
RockboxPCM.java Android: Fix a few java warnings. Upgrade ndk platform to 2.0 (don't support 1.6 anymore). 2011-08-14 08:55:16 +00:00
RockboxService.java Android: store resources on SD card. 2011-09-04 19:07:14 +00:00
RockboxYesno.java Android: get rid of warnings (no functional changes) 2011-03-11 15:46:02 +00:00