1. a2a243b Fix a small dependency issue, the directories need to be created first. by Thomas Martitz · 14 years ago
  2. 1c5f4d7 Android: Show the Rockbox in the background in the keyboard/yesno dialogs. by Thomas Martitz · 14 years ago
  3. 34fb311 Android port: add a CLI APK install+launch script, useful for quick installation by Maurus Cuelenaere · 14 years ago
  4. 58f3549 Android port: remove obsoleted build.sh shell script by Maurus Cuelenaere · 14 years ago
  5. 181f6b1 Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependencies by Maurus Cuelenaere · 14 years ago
  6. a4f1127 tabs -> spaces in the new Yesno java files and remove unused imports. by Thomas Martitz · 14 years ago
  7. 49f1ec8 Add support multimedia keys/buttons to the core, and adapt Rockbox on android for it (multimedia buttons are found on wired headsets and the lock screen in cyanogenmod). by Thomas Martitz · 14 years ago
  8. 50a9d50 Factor out the start/stopForeground and notification icon management into a separate class, don't let RockboxService.java become a beast. by Thomas Martitz · 14 years ago
  9. b92eabd Use a native yes/no dialog instead of rockbox's internal one on android by Jonathan Gordon · 14 years ago
  10. c8901b3 Remove the use of the instance field in non-anymore-static methods by Thomas Martitz · 14 years ago
  11. bf63f24 Pass the framebuffer to the service in the constructor rather than later from native code. by Thomas Martitz · 14 years ago
  12. 2d05d2f Clean up r28408 coding style a bit to follow our guidelines with regard to by Thomas Martitz · 14 years ago
  13. eaff333 Use a Native keyboard GUI instead of rockbox's internal one on android by Jonathan Gordon · 14 years ago
  14. 26f7ee1 Clean up usage of RockboxService. Add a proper way to check if rockbox is actually running (checking RockboxService.fb != null was very very bad) by Jonathan Gordon · 14 years ago
  15. 918ab30 Android: Nicer launcher and statusbar icons made by Dustin Skoracki (taken from FS#11234). by Thomas Martitz · 14 years ago
  16. 4cbb16e Android: Delay the progress dialog so it's not shown until after 0.5s are over. This way it shouldn't show in a normal launch, but only if libmisc.so needs unzipping. by Thomas Martitz · 14 years ago
  17. 6bb7522 Initialize (instantiate) RockboxFramebuffer from the C code like with the othe java objects. by Thomas Martitz · 14 years ago
  18. 1a2851c Redo "r28369, Android load progress screen". git+svn lost the actual code changed by Jonathan Gordon · 14 years ago
  19. db2a8ff Android: Display a "Loading, please wait" dialog while we wait for the rockbox service to start by Jonathan Gordon · 14 years ago
  20. 783421d Make sure the view always has focus and can be focused in touch mode so the front buttons work after a touch by Jonathan Gordon · 14 years ago
  21. a8ed339 Minor build script tweaks to make android auto-buildable. by Björn Stenberg · 14 years ago
  22. 7f9e765 Removed a bit too much, libmisc.so shall still depend on rockbox.zip by Thomas Martitz · 14 years ago
  23. 55d7036 Android port: Remove the "make zip" dependency of make apk again (see r28068). by Thomas Martitz · 14 years ago
  24. 40e61a7 Polished the makefile a bit. by Björn Stenberg · 14 years ago
  25. 1c80a1f Stricter subst to avoid erroneous substitution. by Björn Stenberg · 14 years ago
  26. 23dee22 Added some missing build information. by Björn Stenberg · 14 years ago
  27. 855346a Remove R.java from version control, it's auto-generated. by Thomas Martitz · 14 years ago
  28. aa0f895 The zip target isn't a good prerequisite for another make target so remove it. by Thomas Martitz · 14 years ago
  29. 51c91c5 Adhere to the 80-char line width limit. by Thomas Martitz · 14 years ago
  30. c98f584 Redo r28059, minBufferSize() turned out a bit more unstable on my Legend. Now use the MAX() of the old buffer and minBufferSize() by Thomas Martitz · 14 years ago
  31. 282adac Code style changes in the java part (whitespaces and braces) to match Rockbox coding style. by Thomas Martitz · 14 years ago
  32. 54c838d The rockbox header got lost at some point. by Thomas Martitz · 14 years ago
  33. 6cf3681 Android: Use an explicit 8k buffer for unzipping libmisc.so to remove a warning in logcat. by Thomas Martitz · 14 years ago
  34. a994401 Extend make clean for android zu also cleanup the compiled java classes and apks (and everything else generated during build process). by Thomas Martitz · 14 years ago
  35. 0e0baaa Android: Fix a problem where entered Rockbox multiple times (with multiple instances on the activity stack) until it was exited once with the back button. by Thomas Martitz · 14 years ago
  36. cbbbe60 Use getMinBufferSize instead of hardcoding a buffer size. by Thomas Martitz · 14 years ago
  37. 994aba1 Android: Allow "out-of-tree" builds (outside of android/, e.g. build-android/). by Thomas Martitz · 14 years ago
  38. 4e982d3 Extend android.make so that it can generate a debug signed apk. by Thomas Martitz · 14 years ago
  39. f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
  40. f05cdc4 Android: don't compile powermgmt-sim.c by Thomas Martitz · 14 years ago
  41. 0e563ea Android port: also include native libraries in APK file by Maurus Cuelenaere · 15 years ago
  42. cc5f016 Android port: add build script by Maurus Cuelenaere · 15 years ago
  43. e396403 Android port: allow moving application to SD card on Froyo targets by Maurus Cuelenaere · 15 years ago
  44. 5068891 Android port: simplify sending touch events from Java->C by Maurus Cuelenaere · 15 years ago
  45. 934a5a5 Android port: add support for hardware keys by Maurus Cuelenaere · 15 years ago
  46. e726e53 Android port: use Arrays.fill() instead of a for-loop for clearing a byte array by Maurus Cuelenaere · 15 years ago
  47. 4a3e6db A bit of cleanup. by Thomas Martitz · 15 years ago
  48. 4aa3d01 Run the pcm callback from a separate OS thread, that seems to make audio playback by Thomas Martitz · 15 years ago
  49. 8978b2b Android port: The RockboxService introduction broke 1.5/1.6 compability. This should bring it back (heaviliy based on the example given in the Android docs). by Thomas Martitz · 15 years ago
  50. ca4439f Android port: handle incoming calls. by Thomas Martitz · 15 years ago
  51. 6063e91 Fix launcher icon (once more). by Thomas Martitz · 15 years ago
  52. 9dd48db Remove faulty reference to inexistent resource. by Thomas Martitz · 15 years ago
  53. e8542ef Update README a bit. by Thomas Martitz · 15 years ago
  54. 83be40f Delete now unused icons. by Thomas Martitz · 15 years ago
  55. 5aa4023 Prettier icons for app launcher and notification bar. by Thomas Martitz · 15 years ago
  56. bd9c0b2 A bit of work in the pcm driver. Should be a bit more efficient, but more importantly more dependable. Stopping playback now properly recovers if playback crashed for some reason (shouldn't happen of course). by Thomas Martitz · 15 years ago
  57. 546cd48 Show/hide notification area icon when starting/stopping playback. by Thomas Martitz · 15 years ago
  58. 04dc00b Add a few forgotten files, Fix potential startup problem. Fix absolute touchscreen mode. by Thomas Martitz · 15 years ago
  59. 594110e Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the background by Thomas Martitz · 15 years ago
  60. f66a233 Ignore screen orentiation changes and force portrait mode. We cannot handle it any time soon anyway. by Thomas Martitz · 15 years ago
  61. 9dd0158 Run Rockbox as a service, which allows for music decoding&playback in the background, by Thomas Martitz · 15 years ago
  62. 240923a Rockbox as an application: Commit current Android port progress. by Thomas Martitz · 15 years ago