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