1. aa0f895 The zip target isn't a good prerequisite for another make target so remove it. by Thomas Martitz · 14 years ago
  2. 51c91c5 Adhere to the 80-char line width limit. by Thomas Martitz · 14 years ago
  3. 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
  4. 282adac Code style changes in the java part (whitespaces and braces) to match Rockbox coding style. by Thomas Martitz · 14 years ago
  5. 54c838d The rockbox header got lost at some point. by Thomas Martitz · 14 years ago
  6. 6cf3681 Android: Use an explicit 8k buffer for unzipping libmisc.so to remove a warning in logcat. by Thomas Martitz · 14 years ago
  7. 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
  8. 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
  9. cbbbe60 Use getMinBufferSize instead of hardcoding a buffer size. by Thomas Martitz · 14 years ago
  10. 994aba1 Android: Allow "out-of-tree" builds (outside of android/, e.g. build-android/). by Thomas Martitz · 14 years ago
  11. 4e982d3 Extend android.make so that it can generate a debug signed apk. by Thomas Martitz · 14 years ago
  12. f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
  13. f05cdc4 Android: don't compile powermgmt-sim.c by Thomas Martitz · 14 years ago
  14. 0e563ea Android port: also include native libraries in APK file by Maurus Cuelenaere · 14 years ago
  15. cc5f016 Android port: add build script by Maurus Cuelenaere · 14 years ago
  16. e396403 Android port: allow moving application to SD card on Froyo targets by Maurus Cuelenaere · 14 years ago
  17. 5068891 Android port: simplify sending touch events from Java->C by Maurus Cuelenaere · 14 years ago
  18. 934a5a5 Android port: add support for hardware keys by Maurus Cuelenaere · 14 years ago
  19. e726e53 Android port: use Arrays.fill() instead of a for-loop for clearing a byte array by Maurus Cuelenaere · 14 years ago
  20. 4a3e6db A bit of cleanup. by Thomas Martitz · 14 years ago
  21. 4aa3d01 Run the pcm callback from a separate OS thread, that seems to make audio playback by Thomas Martitz · 14 years ago
  22. 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 · 14 years ago
  23. ca4439f Android port: handle incoming calls. by Thomas Martitz · 14 years ago
  24. 6063e91 Fix launcher icon (once more). by Thomas Martitz · 14 years ago
  25. 9dd48db Remove faulty reference to inexistent resource. by Thomas Martitz · 14 years ago
  26. e8542ef Update README a bit. by Thomas Martitz · 14 years ago
  27. 83be40f Delete now unused icons. by Thomas Martitz · 14 years ago
  28. 5aa4023 Prettier icons for app launcher and notification bar. by Thomas Martitz · 14 years ago
  29. 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 · 14 years ago
  30. 546cd48 Show/hide notification area icon when starting/stopping playback. by Thomas Martitz · 14 years ago
  31. 04dc00b Add a few forgotten files, Fix potential startup problem. Fix absolute touchscreen mode. by Thomas Martitz · 14 years ago
  32. 594110e Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the background by Thomas Martitz · 14 years ago
  33. f66a233 Ignore screen orentiation changes and force portrait mode. We cannot handle it any time soon anyway. by Thomas Martitz · 14 years ago
  34. 9dd0158 Run Rockbox as a service, which allows for music decoding&playback in the background, by Thomas Martitz · 14 years ago
  35. 240923a Rockbox as an application: Commit current Android port progress. by Thomas Martitz · 14 years ago