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. cb205c8 Fix android SDK version and the yes/no screen title by Jonathan Gordon · 10 years ago
  4. 6499ce3 android: Get the port up and running again by Thomas Martitz · 11 years ago
  5. d798c72 android: Update to SDK r16 and ndk r8d. by Thomas Martitz · 12 years ago
  6. a6713a5 Fix .apk signs when using OpenJDK7 (Android builds) by Thiago Kenji Okada · 12 years ago
  7. 190577e Allow building android with java 1.7. by Frank Gevaerts · 12 years ago
  8. d1560e5 Add the Android/MIPS target by Frank Gevaerts · 12 years ago
  9. f40bfc9 Add codecs to librbcodec. by Sean Bartell · 13 years ago
  10. 0d93677 android: bump target platform version to 4.0.3 (this time for real). by Thomas Martitz · 13 years ago
  11. 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
  12. f269aa0 build system: unify/simplify library handling a bit. by Thomas Martitz · 13 years ago
  13. 0fdbbc3 Add RBCODEC_LIB to android and ypr0 builds so they link again. by Frank Gevaerts · 13 years ago
  14. b4eab59 Arm stack unwinder by Marcin Bukat · 13 years ago
  15. 6d19275 Hosted: Output map files after linking. by Thomas Martitz · 13 years ago
  16. e9cb953 android: Update build system for recent SDK versions and target ice cream sandwich. by Thomas Martitz · 13 years ago
  17. 0bc64a6 Adjust a few makefiles to generate smaller (upto 80%) binaries on RaaA through by Thomas Martitz · 13 years ago
  18. 7d61376 Android: Ship cpufeatures.[ch] from the sdk to enable the build under the ndk r5 again. by Thomas Martitz · 13 years ago
  19. 8439c2e Fix left-over hardcoded path (oops). by Thomas Martitz · 13 years ago
  20. 287454d Hosted/linux: Add process/cpu info screen to the debug menu. by Thomas Martitz · 13 years ago
  21. 33de9cd Android: Refactor some of the glue code. by Thomas Martitz · 13 years ago
  22. 35cd408 Added NODEPS define to skip recompilation for zip and apk builds. Usage: make zip NODEPS=1 by Björn Stenberg · 13 years ago
  23. 26a92fa Android: adjust screen orientation based on LCD size. by Dominik Riebeling · 13 years ago
  24. 70b81e6 Android: install codecs as native libs instead of extracting them (FS#12134). by Dominik Riebeling · 13 years ago
  25. fc68a0d Android: rework r29929 AndroidManifest.xml version handling. by Dominik Riebeling · 13 years ago
  26. bc3f9c1 Add source tree version into AndroidManifest.xml by Dominik Riebeling · 13 years ago
  27. c77b014 Use mkdir -p in the previous commit. Thanks sideral for spotting. by Thomas Martitz · 14 years ago
  28. f29c9d2 Android: Fix creation of debug key if ~/.android doesn't exist. by Thomas Martitz · 14 years ago
  29. 42f69c2 Android: replace installApk.sh "launching Rockbox activity"-behaviour with by Maurus Cuelenaere · 14 years ago
  30. 4364111 Android: update project to SDKv11 by Maurus Cuelenaere · 14 years ago
  31. 3808478 Make $(DIRS) an order-only dependency, to avoid needless rebuilding of some files by Frank Gevaerts · 14 years ago
  32. 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
  33. 0f4dfc4 Android/Java: Disable implicit compilation of dependecies to make the life easier for make. by Thomas Martitz · 14 years ago
  34. c0c769c Add widgets to android port. by Antoine Cellerier · 14 years ago
  35. a448d8b Android build tweaks. by Antoine Cellerier · 14 years ago
  36. 13f7dff Android: make R.java depend on android/res dir by Maurus Cuelenaere · 14 years ago
  37. a2a243b Fix a small dependency issue, the directories need to be created first. by Thomas Martitz · 14 years ago
  38. 181f6b1 Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependencies by Maurus Cuelenaere · 14 years ago
  39. 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
  40. a8ed339 Minor build script tweaks to make android auto-buildable. by Björn Stenberg · 14 years ago
  41. 7f9e765 Removed a bit too much, libmisc.so shall still depend on rockbox.zip by Thomas Martitz · 14 years ago
  42. 55d7036 Android port: Remove the "make zip" dependency of make apk again (see r28068). by Thomas Martitz · 14 years ago
  43. 40e61a7 Polished the makefile a bit. by Björn Stenberg · 14 years ago
  44. 1c80a1f Stricter subst to avoid erroneous substitution. by Björn Stenberg · 14 years ago
  45. aa0f895 The zip target isn't a good prerequisite for another make target so remove it. by Thomas Martitz · 14 years ago
  46. 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
  47. 994aba1 Android: Allow "out-of-tree" builds (outside of android/, e.g. build-android/). by Thomas Martitz · 14 years ago
  48. 4e982d3 Extend android.make so that it can generate a debug signed apk. by Thomas Martitz · 14 years ago
  49. f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago