summaryrefslogtreecommitdiff
path: root/android/src/org/rockbox/RockboxActivity.java
AgeCommit message (Expand)Author
2011-02-26Android: Simplify media button intent generation in the widget and cleanup Ro...Thomas Martitz
2011-02-23Android:Thomas Martitz
2011-02-19Correct setServiceActivity implementationThomas Martitz
2011-02-19Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz
2010-11-12Android: When the backlight goes off, the RockboxFramebuffer/View isn't made ...Thomas Martitz
2010-11-07android: don't crash if the user presses HOME while the loading screen is sho...Jonathan Gordon
2010-11-06Android: replace hardcoded strings with Android strings, allowing translationsMaurus Cuelenaere
2010-11-06Android: only display progress dialog when extraction happensMaurus Cuelenaere
2010-11-06Android: greatly simplify Android YesNo and KeyboardInput widgetsMaurus Cuelenaere
2010-11-05Android: don't display the loading screen etc. when the library is already lo...Maurus Cuelenaere
2010-11-05Android: clean up extracting a bit + add user-visible error-reportingMaurus Cuelenaere
2010-11-05Android port: replace waiting hack in AndroidActivity with a ResultReceiver, ...Maurus Cuelenaere
2010-11-05Android port:Maurus Cuelenaere
2010-10-31Factor out the start/stopForeground and notification icon management into a s...Thomas Martitz
2010-10-31Clean up r28408 coding style a bit to follow our guidelines with regard toThomas Martitz
2010-10-31Use a Native keyboard GUI instead of rockbox's internal one on androidJonathan Gordon
2010-10-31Clean up usage of RockboxService. Add a proper way to check if rockbox is act...Jonathan Gordon
2010-10-29Android: Delay the progress dialog so it's not shown until after 0.5s are ove...Thomas Martitz
2010-10-29Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz
2010-10-28Redo "r28369, Android load progress screen". git+svn lost the actual code cha...Jonathan Gordon
2010-10-28Android: Display a "Loading, please wait" dialog while we wait for the rockbo...Jonathan Gordon
2010-09-12Code style changes in the java part (whitespaces and braces) to match Rockbox...Thomas Martitz
2010-08-08A bit of cleanup.Thomas Martitz
2010-08-04Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz
2010-08-04Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz
2010-08-03Ignore screen orentiation changes and force portrait mode. We cannot handle i...Thomas Martitz
2010-08-03Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz