summaryrefslogtreecommitdiffstats
path: root/android/src/org/rockbox/RockboxService.java
AgeCommit message (Expand)AuthorFilesLines
2011-02-19Android: Fix some race conditions and crashes on startup.Thomas Martitz1-17/+39
2011-02-19Android: Re-attach the media button receiver when entering Rockbox.Thomas Martitz1-2/+5
2011-02-19Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz1-25/+20
2011-01-29Add widgets to android port.Antoine Cellerier1-1/+27
2010-12-10Android: Rework notification and change icon sizes to better meet the systems...Thomas Martitz1-4/+7
2010-12-06Fix extracting libmisc.soThomas Martitz1-2/+7
2010-11-06Android: replace hardcoded strings with Android strings, allowing translationsMaurus Cuelenaere1-1/+1
2010-11-05Android: prevent NullPointerException in RockboxServiceMaurus Cuelenaere1-1/+1
2010-11-05Android: clean up extracting a bit + add user-visible error-reportingMaurus Cuelenaere1-65/+60
2010-11-05Android: prevent loading the library twiceMaurus Cuelenaere1-1/+4
2010-11-05Android port: replace waiting hack in AndroidActivity with a ResultReceiver, ...Maurus Cuelenaere1-4/+24
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz1-0/+2
2010-10-31Factor out the start/stopForeground and notification icon management into a s...Thomas Martitz1-128/+14
2010-10-31Remove the use of the instance field in non-anymore-static methodsThomas Martitz1-19/+15
2010-10-31Use a Native keyboard GUI instead of rockbox's internal one on androidJonathan Gordon1-0/+12
2010-10-31Clean up usage of RockboxService. Add a proper way to check if rockbox is act...Jonathan Gordon1-7/+42
2010-10-29Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz1-4/+2
2010-10-28Redo "r28369, Android load progress screen". git+svn lost the actual code cha...Jonathan Gordon1-1/+0
2010-10-28Android: Display a "Loading, please wait" dialog while we wait for the rockbo...Jonathan Gordon1-64/+67
2010-09-12Adhere to the 80-char line width limit.Thomas Martitz1-14/+24
2010-09-12Code style changes in the java part (whitespaces and braces) to match Rockbox...Thomas Martitz1-235/+243
2010-09-12The rockbox header got lost at some point.Thomas Martitz1-0/+21
2010-09-12Android: Use an explicit 8k buffer for unzipping libmisc.so to remove a warni...Thomas Martitz1-2/+2
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz1-0/+45
2010-08-08A bit of cleanup.Thomas Martitz1-45/+46
2010-08-07Android port: The RockboxService introduction broke 1.5/1.6 compability. This...Thomas Martitz1-12/+86
2010-08-05Remove faulty reference to inexistent resource.Thomas Martitz1-1/+1
2010-08-04Show/hide notification area icon when starting/stopping playback.Thomas Martitz1-13/+34
2010-08-04Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz1-0/+173