1. 13f7dff Android: make R.java depend on android/res dir by Maurus Cuelenaere · 14 years ago
  2. 919651a Those DeleteGlobalRef() should be DeleteLocalRef(). by Thomas Martitz · 14 years ago
  3. 739d76c Android: Use our translations for the yes/no/ok/cancel buttons in the yesno and keyboard dialog. by Thomas Martitz · 14 years ago
  4. 93640fc Android: only display progress dialog when extraction happens by Maurus Cuelenaere · 14 years ago
  5. c31a2f3 Android: greatly simplify Android YesNo and KeyboardInput widgets by Maurus Cuelenaere · 14 years ago
  6. 988bdc1 Android: Use wakeup objects instead of polling for the dialog results in the keyboard and yesno dialog, allowing a lot of code to be removed. by Thomas Martitz · 14 years ago
  7. be51be6 Android: prevent NullPointerException in RockboxService by Maurus Cuelenaere · 14 years ago
  8. 1b477de Android: don't display the loading screen etc. when the library is already loaded by Maurus Cuelenaere · 14 years ago
  9. fe2be33 Android: clean up extracting a bit + add user-visible error-reporting by Maurus Cuelenaere · 14 years ago
  10. 4f747c1 Android: prevent loading the library twice by Maurus Cuelenaere · 14 years ago
  11. 5e88630 Android: add uninstall option to installApk.sh script by Maurus Cuelenaere · 14 years ago
  12. 7ccc78d Android port: replace waiting hack in AndroidActivity with a ResultReceiver, added bonus is unzip progress feedback by Maurus Cuelenaere · 14 years ago
  13. a830432 Android port: by Maurus Cuelenaere · 14 years ago
  14. 540dd9c A bit of indentation/whitespace changes in the xml files. by Thomas Martitz · 14 years ago
  15. a2a243b Fix a small dependency issue, the directories need to be created first. by Thomas Martitz · 14 years ago
  16. 1c5f4d7 Android: Show the Rockbox in the background in the keyboard/yesno dialogs. by Thomas Martitz · 14 years ago
  17. de56a22 More concrete names for the head and the tail of the linked list (no functional changes) by Alexander Levin · 14 years ago
  18. c044117 Make --zoom option of the sdl port correctly work with mouse clicks. by Thomas Martitz · 14 years ago
  19. 12f5a1e Make the context menu pop up instantly after the long press timeout when holding a list item instead of just after the thumb/styles left the screen. by Thomas Martitz · 14 years ago
  20. 5411e14 Undo the part of r28480 that caused the simulator to also use host malloc. by Thomas Martitz · 14 years ago
  21. d98f292 Fix unchecked result skin_parse_tag() exposed by r28480. by Thomas Martitz · 14 years ago
  22. bf679fa Enable tea5767 tuner detection for Philips GoGear HDD63x0 too (HDD6320 does not have a tuner, HDD6330 does) by Bertrik Sikken · 14 years ago
  23. 4937321 Android port: NewStringUTF() JNI call doesn't need freeing, these will get garbage collected. by Maurus Cuelenaere · 14 years ago
  24. 6d59785 Fix accidental C++ style comments from r28341 by Bertrik Sikken · 14 years ago
  25. 981a639 Implement tea5767 tuner detection - FS#11714 by me by Bertrik Sikken · 14 years ago
  26. f174c35 libmusepack: use postindexing on the pointer when storing to increment it for free, saves another instruction in the loop in mpc_decoder_windowing_D speed difference is in the noise though. by Nils Wallménius · 14 years ago
  27. 34fb311 Android port: add a CLI APK install+launch script, useful for quick installation by Maurus Cuelenaere · 14 years ago
  28. 58f3549 Android port: remove obsoleted build.sh shell script by Maurus Cuelenaere · 14 years ago
  29. 181f6b1 Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependencies by Maurus Cuelenaere · 14 years ago
  30. 9d98583 libmusepack: tiny optimization of the ARMv4 mpc_decoder_windowing_D implementations, using register indexed addressing to store data, saving one instruction in the loop and deleting one instruction adter the loop which isn't needed. by Nils Wallménius · 14 years ago
  31. dbdc0a8 libmusepack: ARMv6 assembler for mpc_decoder_windowing_D, speeds up decoding of 128kbps sample file 2MHz, or 8%, on gigabeat S. The output difference to the c implementation and the other ARM implementation is +/-1 in less than 0.1% of the output samples. by Nils Wallménius · 14 years ago
  32. 8404c53 Add 20-Artwiz-Snap. by Jonas Häggqvist · 14 years ago
  33. fffbdcc Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin by Bertrik Sikken · 14 years ago
  34. 41910a0 Adapt icon loading to get_user_file_path() by Thomas Martitz · 14 years ago
  35. c8f143f Cleanup and oops spotted by Alexander Levin by Jonathan Gordon · 14 years ago
  36. f772d56 Update the russian translation. by Mustapha Senhaji · 14 years ago
  37. 9785732 RaaA: Use the host's malloc() for the skin engine. by Jonathan Gordon · 14 years ago
  38. 72964f2 Manual: Bring the opts in the manual in line with ifdefs in the code by Alexander Levin · 14 years ago
  39. d249b46 Reflect the Philips GoGear HDD63x0 series as being Unstable by Robert Menes · 14 years ago
  40. a41041a Remote android button handling (again). do the press/unpress more like other targets (i.e correctly). The DPAD is special in that the press/unpress happens too quickly, so always post it with the BUTTON_REL. This means all keymaps using the dpad need to remember it will always have a BUTTON_REL (which also means they cant do repeats, which are impossible anyway). by Jonathan Gordon · 14 years ago
  41. 45fa824 FS#11673: picture flow: improve scrolling text, by myself. by Teruaki Kawashima · 14 years ago
  42. f6cf295 Fix a bug introduced with r28370 (feature check tag improvements) where %Rp<foo> would fail to parse if the target had recording. Also enable debugging in the checkwps build line by Jonathan Gordon · 14 years ago
  43. 934b4d4 Looks like HDD6330 plugins build green, so enable plugins. by Robert Menes · 14 years ago
  44. 98ed07b Okay, this should be the last few "prevent red" fixes to be by Robert Menes · 14 years ago
  45. 857dcea Another "keep the reds away" fix. by Robert Menes · 14 years ago
  46. 01c27ce Whoops, nearly forgot to define the help screen text for by Robert Menes · 14 years ago
  47. c638e96 These should be the last of the plugin keymaps required for the GoGear HDD6330. by Robert Menes · 14 years ago
  48. 63f68b4 Still coming along with HDD6330 plugin keymaps. by Robert Menes · 14 years ago
  49. e2e9364 Manual: add images for the Philips Gogear HDD6330, FS#11705 by me. by Szymon Dziok · 14 years ago
  50. c25eb1a Manual: add images for the Philips Gogear HDD1630 (FS#10329), Author: Marko Pahlke. by Szymon Dziok · 14 years ago
  51. 57a683f Reconfigure IRAM for S5L870x. S5L8700 has 256 KB of IRAM, use a 48 KB / 208 KB split for core/codec. S5L8701 has 176 KB of IRAM, use a 48 KB / 128 KB split for core/codec. This will allow further speed optimization of codecs. by Andree Buschmann · 14 years ago
  52. 88b6bef Manual: make the presence of the timestretch menu description depend on the right condition (pitchscreen instead of just swcodec) by Alexander Levin · 14 years ago
  53. a6db826 fix: correct the perl syntax error by Daniel Stenberg · 14 years ago
  54. e68844a Making sure that the HDD16x0 series is correctly reflected by Robert Menes · 14 years ago
  55. dbd2e6b Enable building of metronome for hwcodec targets and swcodec sims which was accidentally disabled in r26114. Add a short comment. by Marianne Arnold · 14 years ago
  56. c355122 Minor optimization of mpc codec via moving dewindowing asm to icode section for S5L870x. by Andree Buschmann · 14 years ago
  57. 560d891 Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc is ~3%, for aac ~1%. by Andree Buschmann · 14 years ago
  58. 48bb3d0 Optimize mpc's synthesis filter by reducing stalls for arm9 and above. Speed up ranges from 4% (nano 2g) to 11% (beast). by Andree Buschmann · 14 years ago
  59. 4999100 It has been confirmed that the Philips GoGear HDD6330 does by Robert Menes · 14 years ago
  60. 58369ca More plugin keymaps for the HDD6330. Quite a lot of commits. ;) by Robert Menes · 14 years ago
  61. 42973f7 Fix a small bug that prevented the iPod Nano 2G NAND driver from detecting interleaved write-capable chips. by Michael Sparmann · 14 years ago
  62. 82d322c More plugin keymaps for the GoGear HDD6330. by Robert Menes · 14 years ago
  63. def6290 MPIO HD200: adjust FM keymap by Marcin Bukat · 14 years ago
  64. 450a4e4 Commit a few more GoGear HDD6330 keymaps. by Robert Menes · 14 years ago
  65. 650a294 MPIO HD200: fix red (I missed bootloader and simulator when renaming buttons) by Marcin Bukat · 14 years ago
  66. 59ba8fe MPIO HD200: rename button defines to adhere how they are labeled on the device. by Marcin Bukat · 14 years ago
  67. f7bcb66 Begin committing keymap plugins for the Philips GoGear HDD6330. by Robert Menes · 14 years ago
  68. aee5909 Manual, lamp plugin button table: fix typo. Simplify and rearrange the code while at it to improve readability, especially with regards to the optional 3rd column for remote targets. by Marianne Arnold · 14 years ago
  69. bd46d82 Set the GoGear HDD6330 back to 32MB RAM again; 64MB causes playback to crash. by Robert Menes · 14 years ago
  70. 0e5cd90 Fix typo from r28026 causing warnings on newer gcc. by Nils Wallménius · 14 years ago
  71. 5245c92 Fix FS#11710. On Coldfire CPU's mpc uses a speed optimization which was not correctly re-initialized when rebuffering. by Andree Buschmann · 14 years ago
  72. 029eb88 Manual: add a reference to the chapter with the description of how to use the timestretch feature by Alexander Levin · 14 years ago
  73. cec1e47 Another (hopefully final) fix for FS#11453 (AMSv2 powerdown fails sometimes when wakeup timer set) by Fabian Vogel. by Bertrik Sikken · 14 years ago
  74. f2dbbf4 lamp plugin: by Teruaki Kawashima · 14 years ago bootloader_gogearhdd1630_v1 bootloader_gogearhdd6330_v1
  75. d055ff4 reduce casts between "unsinged char *" and "fb_data *". make calculation precise. maintain spaces. by Teruaki Kawashima · 14 years ago
  76. 308936c fix make VERSION=x.y to work again by Marcin Bukat · 14 years ago
  77. 77b2d02 fix yellow by Marcin Bukat · 14 years ago
  78. 56c4e9f Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me. by Marcin Bukat · 14 years ago
  79. 40ed5f5 Fix red. Why did it go unnoticed through the build system? by Thomas Martitz · 14 years ago
  80. b30447c Default to absolute point mode on RaaA and Onda targets. Cowon D2 and MRobe 500 stick to grid mode for now. by Thomas Martitz · 14 years ago
  81. a4f1127 tabs -> spaces in the new Yesno java files and remove unused imports. by Thomas Martitz · 14 years ago
  82. 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
  83. dbe2ac1 Manual: rejig the disktidy plugin entry somewhat. by Alex Parker · 14 years ago
  84. dfac950 libtremor: tweak a hot function for codebook decoding, mostly moving pointer lookups outside the loop. Speeds up decoding by 3-6% on Coldfire and a small speedup on arm too by Nils Wallménius · 14 years ago
  85. a177e13 disktidy: handles user abort properly. by Teruaki Kawashima · 14 years ago
  86. e20fc42 Manual: PNG Viewer is no longer only for colour LCDs by Alex Parker · 14 years ago
  87. 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
  88. b92eabd Use a native yes/no dialog instead of rockbox's internal one on android by Jonathan Gordon · 14 years ago
  89. 1e47628 Commit FS #11682 by Teruaki Kawashima: fix the disktidy plugin by Robert Menes · 14 years ago
  90. e26d0c6 Fix and extend imageviewer png support. FS#11641 by me by Marcin Bukat · 14 years ago
  91. c8901b3 Remove the use of the instance field in non-anymore-static methods by Thomas Martitz · 14 years ago
  92. bf63f24 Pass the framebuffer to the service in the constructor rather than later from native code. by Thomas Martitz · 14 years ago
  93. 2d05d2f Clean up r28408 coding style a bit to follow our guidelines with regard to by Thomas Martitz · 14 years ago
  94. cc758e4 fix a mem leak by calling the corect ReleaseString method by Jonathan Gordon · 14 years ago
  95. b673ae2 FS#11686 - Kinetic list scrolling for touchscreen by Thomas Martitz · 14 years ago
  96. eaff333 Use a Native keyboard GUI instead of rockbox's internal one on android by Jonathan Gordon · 14 years ago
  97. 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
  98. 78b2711 libtremor: introduce asm optimized version of the channel_couple function for Coldfire and optimize the arm as version, speedup ~1% on Coldfire and PortalPlayer. by Nils Wallménius · 14 years ago
  99. e23075b *Bump version to 3.7 by Alex Parker · 14 years ago
  100. 918ab30 Android: Nicer launcher and statusbar icons made by Dustin Skoracki (taken from FS#11234). by Thomas Martitz · 14 years ago