1. 1d58667 Make android build work with both old and new locations of zipalign by Frank Gevaerts · 7 years ago
  2. be9c227 Don't require a specific BUILD_TOOLS_VERSION. by Frank Gevaerts · 10 years ago
  3. 4b181b4 Fix android black screen crash by Jonathan Gordon · 10 years ago
  4. cb205c8 Fix android SDK version and the yes/no screen title by Jonathan Gordon · 10 years ago
  5. 4262e64 android: Fix installToolchain.sh script. by Thomas Martitz · 11 years ago
  6. 6499ce3 android: Get the port up and running again by Thomas Martitz · 11 years ago
  7. 9f242e7 android: Rewrite PCM playback without OnPlaybackPositionUpdateListener. by Thomas Martitz · 12 years ago
  8. ef38221 android: Hopefully fix a rare hang of the UI. by Thomas Martitz · 12 years ago
  9. d798c72 android: Update to SDK r16 and ndk r8d. by Thomas Martitz · 12 years ago
  10. a6713a5 Fix .apk signs when using OpenJDK7 (Android builds) by Thiago Kenji Okada · 12 years ago
  11. bc7ff53 wpsbuild.pl: Fix FS#12706 - paths for backdrops and icons were not properly constructed. by Thomas Martitz · 12 years ago
  12. 190577e Allow building android with java 1.7. by Frank Gevaerts · 12 years ago
  13. d1560e5 Add the Android/MIPS target by Frank Gevaerts · 12 years ago
  14. 5f7d5b8 android: Fix FS#12670, regressed back button behavior. by Thomas Martitz · 12 years ago
  15. f40bfc9 Add codecs to librbcodec. by Sean Bartell · 13 years ago
  16. 3f4be75 android: Bring back broken unzip progress dialog. by Thomas Martitz · 12 years ago
  17. 0d93677 android: bump target platform version to 4.0.3 (this time for real). by Thomas Martitz · 13 years ago
  18. 4b56ee0 Refactor and unify objcopy calls in the build system. Also now properly handles DEBUG builds on hosted targets to keep debug symbols if necessary. by Thomas Martitz · 13 years ago
  19. f269aa0 build system: unify/simplify library handling a bit. by Thomas Martitz · 13 years ago
  20. 76664d2 android: only output unzip log message when performing the unzip. by Thomas Martitz · 13 years ago
  21. c8317eb android: clean-up and some refactoring in java code. by Thomas Martitz · 13 years ago
  22. 2e03c2a android: Remove hack not needed anymore (since 58e097d). by Thomas Martitz · 13 years ago
  23. 901521d android: lcd_update/_rect() changes by Thomas Martitz · 13 years ago
  24. 0fdbbc3 Add RBCODEC_LIB to android and ypr0 builds so they link again. by Frank Gevaerts · 13 years ago
  25. b4eab59 Arm stack unwinder by Marcin Bukat · 13 years ago
  26. 6d19275 Hosted: Output map files after linking. by Thomas Martitz · 13 years ago
  27. 3fdb48b android: Add preliminary eclipse support for building the native code, disabled by default. by Thomas Martitz · 13 years ago
  28. e9cb953 android: Update build system for recent SDK versions and target ice cream sandwich. by Thomas Martitz · 13 years ago
  29. 0bc64a6 Adjust a few makefiles to generate smaller (upto 80%) binaries on RaaA through by Thomas Martitz · 13 years ago
  30. 7d61376 Android: Ship cpufeatures.[ch] from the sdk to enable the build under the ndk r5 again. by Thomas Martitz · 13 years ago
  31. 8439c2e Fix left-over hardcoded path (oops). by Thomas Martitz · 13 years ago
  32. 287454d Hosted/linux: Add process/cpu info screen to the debug menu. by Thomas Martitz · 13 years ago
  33. 4d2ab32 Android: Work around an android bug. by Thomas Martitz · 13 years ago
  34. ed15d53 Android: show Album Art in notification area. by Dominik Riebeling · 13 years ago
  35. 27a6d51 Disable android status bar again, until we have a generic theme solution. by Björn Stenberg · 13 years ago
  36. d203286 Enable Android status bar. by Björn Stenberg · 13 years ago
  37. 385af79 Fix toolchain installation. by Dominik Riebeling · 13 years ago
  38. 11e1f71 Added 'platform-tools' to the features installed by installToolChain.sh for the android build by Bryan Childs · 13 years ago
  39. 1b70a70 Android: store resources on SD card. by Dominik Riebeling · 13 years ago
  40. 82fa47d Android tools: Allow discovery of download URLs by Maurus Cuelenaere · 13 years ago
  41. 2d0e63e Android: Undo r30293 partly as it prevents installation. by Thomas Martitz · 13 years ago
  42. c6ca813 Android: Fix a few java warnings. Upgrade ndk platform to 2.0 (don't support 1.6 anymore). by Thomas Martitz · 13 years ago
  43. b2f5247 Android: Change headphone detection to call into native. by Thomas Martitz · 13 years ago
  44. 64b5f1c Android: Rework RunForegroundManager (again) by Thomas Martitz · 13 years ago
  45. a5e7354 Android: Fix long unnoticed typo in function call, leading to the wrong function being called. by Thomas Martitz · 13 years ago
  46. 5721d4c Forgot to add new class file in r30161. by Thomas Martitz · 13 years ago
  47. 02b2b28 Android: Slightly rework logging to logcat by offloading duplicated code to a new helper class. by Thomas Martitz · 13 years ago
  48. 33de9cd Android: Refactor some of the glue code. by Thomas Martitz · 13 years ago
  49. 76b6db3 Android: Fix sporadic force closes. by Thomas Martitz · 13 years ago
  50. 35cd408 Added NODEPS define to skip recompilation for zip and apk builds. Usage: make zip NODEPS=1 by Björn Stenberg · 13 years ago
  51. a3ed2c1 Support installing the Android toolchain on Cygwin and OS X. by Dominik Riebeling · 13 years ago
  52. dace721 Android: Greatly simplify the pcm callback mechanism on both, the Java and the C side. Should be more reliable now (if the old wasn't already). by Thomas Martitz · 13 years ago
  53. b9747ca Hopefully FS#12064 - Android: Possible fix for audio stopping on high CPU load. by Thomas Martitz · 13 years ago
  54. d25a61f Android: listen to ACTION_AUDIO_BECOMING_NOISY for headphone (FS#12097). by Dominik Riebeling · 13 years ago
  55. 6c22be4 Android: implement headphone detection thus enabling pause on unplug (FS#12097). by Dominik Riebeling · 13 years ago
  56. 26a92fa Android: adjust screen orientation based on LCD size. by Dominik Riebeling · 13 years ago
  57. 70b81e6 Android: install codecs as native libs instead of extracting them (FS#12134). by Dominik Riebeling · 13 years ago
  58. fc68a0d Android: rework r29929 AndroidManifest.xml version handling. by Dominik Riebeling · 13 years ago
  59. bc3f9c1 Add source tree version into AndroidManifest.xml by Dominik Riebeling · 13 years ago
  60. 94dacca Rework MediaButtonReceiver a bit: by Thomas Martitz · 13 years ago
  61. c77b014 Use mkdir -p in the previous commit. Thanks sideral for spotting. by Thomas Martitz · 13 years ago
  62. f29c9d2 Android: Fix creation of debug key if ~/.android doesn't exist. by Thomas Martitz · 13 years ago
  63. 968db0e Fix some whitespace errors. by Dominik Riebeling · 14 years ago
  64. ce755dd Only set volume on SYS_VOLUME_CHANGED the first time. Workaround for FS#12034. by Björn Stenberg · 14 years ago
  65. 8c46ddf Android: Implement app shutdown and thus, sleep timer. by Thomas Martitz · 14 years ago
  66. efa9f13 Android: Fix widget albumart display on pre-2.2 devices. by Thomas Martitz · 14 years ago
  67. e50cc0e Listen to and follow external Android volume changes. (Based on FS#11914 by Maurus Cuelenaere) by Björn Stenberg · 14 years ago
  68. 00f75c9 Use the pcm volume to add finer steps between every android stream volume step. by Björn Stenberg · 14 years ago
  69. 78d0fda Android: get rid of warnings (no functional changes) by Maurus Cuelenaere · 14 years ago
  70. 42f69c2 Android: replace installApk.sh "launching Rockbox activity"-behaviour with by Maurus Cuelenaere · 14 years ago
  71. cae7560 Android: future-proof the RunForegroundManager code to Honeycomb by Maurus Cuelenaere · 14 years ago
  72. 4364111 Android: update project to SDKv11 by Maurus Cuelenaere · 14 years ago
  73. fe6faf2 Android port: generate initial config when none is present with dynamically by Maurus Cuelenaere · 14 years ago
  74. fd7375c Ask for track information to be resent after creating a new widget. by Antoine Cellerier · 14 years ago
  75. 64cf0dd Looks like Android 2.3 is more strict when enforcing permissions. Explicitly declare allowed intents under the Service tag in AndroidManifest.xml. by Antoine Cellerier · 14 years ago
  76. c9190dc Add a scrollbar to the android widget's configuration activity. by Antoine Cellerier · 14 years ago
  77. ab60101 Android: Add a nowplaying bar to the 3x3 widget by Thomas Martitz · 14 years ago
  78. 883ff85 Android: Show cover art in the widget (including option to hide it). by Thomas Martitz · 14 years ago
  79. f1e3f5e Android: Add a 3x3 sized widget. by Thomas Martitz · 14 years ago
  80. e6ae867 Android: Remove notification item on pausing too. by Thomas Martitz · 14 years ago
  81. eb01664 Android: Simplify media button intent generation in the widget and cleanup RockboxService accordingly. by Thomas Martitz · 14 years ago
  82. 95e24dd Android: by Thomas Martitz · 14 years ago
  83. d6ce7fe Android: Fix some race conditions and crashes on startup. by Thomas Martitz · 14 years ago
  84. 36af29f Android: Re-attach the media button receiver when entering Rockbox. by Thomas Martitz · 14 years ago
  85. c9c2820 Correct setServiceActivity implementation by Thomas Martitz · 14 years ago
  86. 144df92 Android: Rewrite lcd subsystem to use the SurfaceView API. by Thomas Martitz · 14 years ago
  87. 8214006 Update Android README in line with configure changes from r29286 by Dave Chapman · 14 years ago
  88. 3808478 Make $(DIRS) an order-only dependency, to avoid needless rebuilding of some files by Frank Gevaerts · 14 years ago
  89. 276321e Change the way java files are compiled (do them all at once) in order to speed up builds. There is now an intermediate jar file to help (although that's not strictly necessary), so for rebuilds of single java files this may be a bit slower by Frank Gevaerts · 14 years ago
  90. 0f4dfc4 Android/Java: Disable implicit compilation of dependecies to make the life easier for make. by Thomas Martitz · 14 years ago
  91. b5562a1 update the toolchains install script to grab the latest and greatest by Jonathan Gordon · 14 years ago
  92. c0c769c Add widgets to android port. by Antoine Cellerier · 14 years ago
  93. f716e4f Oops, this line wasn't supposed to make it into svn. by Antoine Cellerier · 14 years ago
  94. ef98035 Move android notification display format logic to java code (no functional change, this is used by FS #11902). by Antoine Cellerier · 14 years ago
  95. a448d8b Android build tweaks. by Antoine Cellerier · 14 years ago
  96. 9ef9904 corrected the export-commands on the output. It should be "export ANDROID..." and not "export $ANDROID..." by Michael Stummvoll · 14 years ago
  97. 02d45a1 Restore correct launcher.png for mdpi that got accidentally overwritten. by Thomas Martitz · 14 years ago
  98. f5a461d Android: Rework notification and change icon sizes to better meet the systems' standard. by Thomas Martitz · 14 years ago
  99. c47d813 Android: Replace the java based tick timer implemented with a not as bloated and more accurate linux hrtimer based one. Further reduces idle cpu usage (0% on my phone but still 1-2% on a Samsung Galaxy S). by Thomas Martitz · 14 years ago
  100. f51d6e6 more than just a number changed, retry that last commit by Jonathan Gordon · 14 years ago