1
0
Fork 0
forked from len0rd/rockbox
foxbox/android/src/org/rockbox
Thomas Martitz f5a461d182 Android: Rework notification and change icon sizes to better meet the systems' standard.
The notification now announces the new track on track change, and the the area in the scrolled down notification area shows track infos (title, artist, album).

Someone should check if it looks good on hdpi and ldpi screens as I can't verify it right now (emulator crashes).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28785 a1c6a512-1295-4272-9138-f99709370657
2010-12-10 18:41:09 +00:00
..
Helper Android: Rework notification and change icon sizes to better meet the systems' standard. 2010-12-10 18:41:09 +00:00
RockboxActivity.java Android: When the backlight goes off, the RockboxFramebuffer/View isn't made invisible. Force that in order to disable screen updates while backlight is off. 2010-11-12 22:09:27 +00:00
RockboxFramebuffer.java Android: Make lcd updates synchronous, doesn't make it faster but smoother (no updates are skipped) and guaranteed to be glitch free. 2010-12-02 23:50:50 +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 Clean up usage of RockboxService. Add a proper way to check if rockbox is actually running (checking RockboxService.fb != null was very very bad) 2010-10-31 10:35:42 +00:00
RockboxService.java Android: Rework notification and change icon sizes to better meet the systems' standard. 2010-12-10 18:41:09 +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