1
0
Fork 0
forked from len0rd/rockbox
foxbox/android/src/org/rockbox
Thomas Martitz 95e24dd7a5 Android:
* Re-create RockboxFramebuffer instance with every time there's a new Activity.
* Also, allow Rockbox to be started via multimedia buttons, immediately starting playback if wanted.

We don't need to keep the fb instance around when it backround, and it makes us less depending on it and the activity (less race conditions). And this is how you usually do it in Android apps.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29384 a1c6a512-1295-4272-9138-f99709370657
2011-02-23 01:10:54 +00:00
..
Helper Android: 2011-02-23 01:10:54 +00:00
widgets Add widgets to android port. 2011-01-29 20:47:32 +00:00
RockboxActivity.java Android: 2011-02-23 01:10:54 +00:00
RockboxFramebuffer.java Android: 2011-02-23 01:10:54 +00:00
RockboxKeyboardInput.java Android: Use our translations for the yes/no/ok/cancel buttons in the yesno and keyboard dialog. 2010-11-06 01:40:24 +00:00
RockboxPCM.java Add widgets to android port. 2011-01-29 20:47:32 +00:00
RockboxService.java Android: 2011-02-23 01:10:54 +00:00
RockboxTelephony.java Android: Change how detecting call state (introduced in r27746) works, from polling to event based. 2010-11-12 21:04:13 +00:00
RockboxYesno.java Android: Use our translations for the yes/no/ok/cancel buttons in the yesno and keyboard dialog. 2010-11-06 01:40:24 +00:00