summaryrefslogtreecommitdiffstats
path: root/android/src/org/rockbox/RockboxActivity.java
AgeCommit message (Expand)AuthorFilesLines
2014-05-21Fix android black screen crashJonathan Gordon1-0/+1
2012-05-13android: Fix FS#12670, regressed back button behavior.Thomas Martitz1-2/+9
2012-04-17android: Bring back broken unzip progress dialog.Thomas Martitz1-3/+7
2012-03-25android: clean-up and some refactoring in java code.Thomas Martitz1-2/+2
2011-09-30Disable android status bar again, until we have a generic theme solution.Björn Stenberg1-0/+2
2011-09-28Enable Android status bar.Björn Stenberg1-3/+0
2011-07-18Android: Slightly rework logging to logcat by offloading duplicated code to a...Thomas Martitz1-6/+0
2011-03-16Android: Implement app shutdown and thus, sleep timer.Thomas Martitz1-0/+3
2011-02-26Android: Simplify media button intent generation in the widget and cleanup Ro...Thomas Martitz1-0/+1
2011-02-23Android:Thomas Martitz1-27/+4
2011-02-19Correct setServiceActivity implementationThomas Martitz1-1/+1
2011-02-19Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz1-25/+20
2010-11-12Android: When the backlight goes off, the RockboxFramebuffer/View isn't made ...Thomas Martitz1-0/+3
2010-11-07android: don't crash if the user presses HOME while the loading screen is sho...Jonathan Gordon1-3/+6
2010-11-06Android: replace hardcoded strings with Android strings, allowing translationsMaurus Cuelenaere1-1/+1
2010-11-06Android: only display progress dialog when extraction happensMaurus Cuelenaere1-17/+19
2010-11-06Android: greatly simplify Android YesNo and KeyboardInput widgetsMaurus Cuelenaere1-17/+0
2010-11-05Android: don't display the loading screen etc. when the library is already lo...Maurus Cuelenaere1-0/+4
2010-11-05Android: clean up extracting a bit + add user-visible error-reportingMaurus Cuelenaere1-22/+21
2010-11-05Android port: replace waiting hack in AndroidActivity with a ResultReceiver, ...Maurus Cuelenaere1-51/+34
2010-11-05Android port:Maurus Cuelenaere1-22/+21
2010-10-31Factor out the start/stopForeground and notification icon management into a s...Thomas Martitz1-0/+1
2010-10-31Clean up r28408 coding style a bit to follow our guidelines with regard toThomas Martitz1-6/+5
2010-10-31Use a Native keyboard GUI instead of rockbox's internal one on androidJonathan Gordon1-1/+32
2010-10-31Clean up usage of RockboxService. Add a proper way to check if rockbox is act...Jonathan Gordon1-18/+24
2010-10-29Android: Delay the progress dialog so it's not shown until after 0.5s are ove...Thomas Martitz1-14/+30
2010-10-29Initialize (instantiate) RockboxFramebuffer from the C code like with the oth...Thomas Martitz1-2/+2
2010-10-28Redo "r28369, Android load progress screen". git+svn lost the actual code cha...Jonathan Gordon1-0/+7
2010-10-28Android: Display a "Loading, please wait" dialog while we wait for the rockbo...Jonathan Gordon1-0/+1
2010-09-12Code style changes in the java part (whitespaces and braces) to match Rockbox...Thomas Martitz1-47/+52
2010-08-08A bit of cleanup.Thomas Martitz1-2/+0
2010-08-04Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz1-17/+14
2010-08-04Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz1-0/+23
2010-08-03Ignore screen orentiation changes and force portrait mode. We cannot handle i...Thomas Martitz1-1/+1
2010-08-03Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz1-103/+56
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-0/+148