1. 71e3756 Need libGLESv2 now then by Tor Lillqvist · 12 years ago
  2. c927ceb Switch to android-15 here, too by Tor Lillqvist · 12 years ago
  3. 7efbca6 android: Remove native-code.cxx on make clean. by Matúš Kukan · 12 years ago
  4. 4175118 Bin obsolete comment by Tor Lillqvist · 12 years ago
  5. 52bcb7e Fix path to lo-all-static-libs by Tor Lillqvist · 12 years ago
  6. e6a8768 Use lo-all-static-libs by Tor Lillqvist · 12 years ago
  7. f29a2b4 Add EBOOK_LIBS to android build. by Andrzej J.R. Hunt · 12 years ago
  8. 354c1a9 Add FREEHAND_LIBS by Tor Lillqvist · 12 years ago
  9. 555168b android: fix/remove last uses of $(OUTDIR) here by Matúš Kukan · 12 years ago
  10. 96c7e0f No libs in $(OUTDIR)/lib any more by Tor Lillqvist · 12 years ago
  11. b242cee8 freetype: use libraries from WORKDIR by Michael Stahl · 12 years ago
  12. 76596b3 fontconfig: use libraries from WORKDIR by Michael Stahl · 12 years ago
  13. 936a1a9 curl: use libraries from WORKDIR by Michael Stahl · 12 years ago
  14. 25f65f2 lcms2: use libraries from WORKDIR by Michael Stahl · 12 years ago
  15. b177b30 lpsolve: use libraries from WORKDIR by Michael Stahl · 12 years ago
  16. 2793c54 redland: use libraries from WORKDIR by Michael Stahl · 12 years ago
  17. c1cc186 android: try to find ICU libs by Michael Stahl · 12 years ago
  18. 763114f libxml2 and libxslt libs are only in workdir now by Tor Lillqvist · 12 years ago
  19. cd7c0c6 There is no inc in solver any more by Tor Lillqvist · 12 years ago
  20. c95393cb Add dummy implementations of the UI layer callbacks now required by Tor Lillqvist · 12 years ago
  21. a5730bd 3rd party libs need to be listed more individually now, sigh by Tor Lillqvist · 13 years ago
  22. d344d46 I don't think the map file is that useful to generate every time by Tor Lillqvist · 13 years ago
  23. 653a4b3 Need a no-resource-compress.xml for Android SDK version 22, too by Tor Lillqvist · 13 years ago
  24. f62324c Use the newfangled "include" directory by Tor Lillqvist · 13 years ago
  25. 62badf38 Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  26. 07c1b61 Small refactoring of the Android "desktop app" code, no functional change by Tor Lillqvist · 13 years ago
  27. 18e0359 Cleanups to the android and ios makefilery by Tor Lillqvist · 13 years ago
  28. e4bad39 createWindowFoo is unused by Tor Lillqvist · 13 years ago
  29. 388b727 We are not using NativeActivity, nor do we plan to, IIUC by Tor Lillqvist · 13 years ago
  30. 8656ff7 Do strip the .so that will be included in the .apk by Tor Lillqvist · 13 years ago
  31. 4d25878 android: finally starting and rendering at least something again. by Michael Meeks · 13 years ago
  32. 52a8744 Revert "Clean up remains of NativeActivity-based Android app support" by Michael Meeks · 13 years ago
  33. 346b644 android: detect updated sdk and re-generate troublesome ant rules. by Michael Meeks · 13 years ago
  34. be6597a avoid re-linking if nothing changed. by Michael Meeks · 13 years ago
  35. 68d7b72 android: share more of the Makefile / build logic by Michael Meeks · 13 years ago
  36. 29f9c06 Let's not break "make clean install" by Tor Lillqvist · 13 years ago
  37. a974728 It's an emulator, not simulator by Tor Lillqvist · 13 years ago
  38. b60f7e4 Add newline by Tor Lillqvist · 13 years ago
  39. ae64317 Make the android_version_setup work better by Tor Lillqvist · 13 years ago
  40. aaaf512 android: adapt the ant clobbering to a given SDK version. by Michael Meeks · 13 years ago
  41. cecc926 Clean up remains of NativeActivity-based Android app support by Tor Lillqvist · 13 years ago
  42. ae81246 We don't need the library search path anymore by Tor Lillqvist · 13 years ago
  43. 970b53e Enable storing some files gzipped in the .apk by Tor Lillqvist · 13 years ago
  44. a0adefd Update to match SDK r21 by Tor Lillqvist · 13 years ago
  45. 26b8cd2 Reduce dynamic symbols and strip all local ones from the Android single .so by Tor Lillqvist · 13 years ago
  46. b9bef03 COPYSO should not be used with DISABLE_DYNLOADING by Tor Lillqvist · 13 years ago
  47. 4b7e701 Use DISABLE_DYNLOADING on Android by Tor Lillqvist · 14 years ago
  48. e989d167 dung out no longer needed initUCBHelper methods; thanks to sberg. by Michael Meeks · 14 years ago
  49. c0bc000 RTFM for Arrays.copyOfRange() by Tor Lillqvist · 14 years ago
  50. f1aca5b Fix infinite loop introduced by accident by Tor Lillqvist · 14 years ago
  51. f17665b Fix misleading macro name by Tor Lillqvist · 14 years ago
  52. c02e838 Factor out the Android APP_ABI sanely instead of copy-paste galore by Tor Lillqvist · 14 years ago
  53. e2a7989 Build also the DocumentLoader test Android app with gbuild by Tor Lillqvist · 14 years ago
  54. 1060cd8 Perform setup(Activity) just once by Tor Lillqvist · 14 years ago
  55. cbca382 Clarify that "stop" and "start" is only for simulator, I guess by Tor Lillqvist · 14 years ago
  56. d10065e merge pointlessly fragmented chart2 libraries, leaving controller split. by Michael Meeks · 14 years ago
  57. e61e51a android: share more common Makefile pieces between a couple of users by Michael Meeks · 14 years ago
  58. 42c1644 android: get rule sharing right; it seems we have to nest imports by Michael Meeks · 14 years ago
  59. ab852cc android: share the clobbering of ant rules to not compress resources by Michael Meeks · 14 years ago
  60. 3ea3c6a Use XToolkit2::createScreenCompatibleDeviceUsingBuffer by Tor Lillqvist · 14 years ago
  61. 8ae0773 Use 32bpp bitmaps on Android (and iOS) by Tor Lillqvist · 14 years ago
  62. 9776138 Add a BGR to RGBA twiddling JNI function by Tor Lillqvist · 14 years ago
  63. c9f5b8a Add temporary test JNI method createWindowFoo()... by Tor Lillqvist · 14 years ago
  64. 7309b1c Add an "extra" called lo-extra-libs for a list of libs to load early by Tor Lillqvist · 14 years ago
  65. 1a9be1b android: disable document recovery, it doesn't demo so well. by Michael Meeks · 14 years ago
  66. e363e66 android: make launcher function as expected - starts writer. by Michael Meeks · 14 years ago
  67. 1bb9a60 android: un-break env. var parsing (sorry) by Michael Meeks · 14 years ago
  68. b36ff96 android: make launcher function as expected - starts writer. by Michael Meeks · 14 years ago
  69. 40fab3b Don't create the local.properties files in the source tree from configure by Tor Lillqvist · 14 years ago
  70. 182c1e4 Call lo-bootstrap's redirect_stdio by Tor Lillqvist · 14 years ago
  71. cafcd85 Set TMPDIR also in non-NativeActivity apps by Tor Lillqvist · 14 years ago
  72. 6b6ca3d Automate setting of FONTCONFIG_FILE by Tor Lillqvist · 14 years ago
  73. a9a50cd Refactor where patch_libgnustl_shared() and extract_files() are called by Tor Lillqvist · 14 years ago
  74. 6db5081 Add JNI wrapper for InitUCBHelper() and call it by Tor Lillqvist · 14 years ago
  75. 5814229 Add JNI wrappers for InitVCL and osl_setCommandArgs by Tor Lillqvist · 14 years ago
  76. 2cbb41b Edit a comment a bit by Tor Lillqvist · 14 years ago
  77. 10d74d9 Need also android/Bootstrap/local.properties by Tor Lillqvist · 14 years ago
  78. 73a47ed Set TMPDIR for osl_getTempDirURL() by Tor Lillqvist · 14 years ago
  79. 427edef putenv() does seem to be process-wide by Tor Lillqvist · 14 years ago
  80. 420f3f8 Add setting environment variables by Tor Lillqvist · 14 years ago
  81. 3267d34 Need to trim trailing newline from the indirect command line string by Tor Lillqvist · 14 years ago
  82. 11c9125 Work around http://code.google.com/p/android/issues/detail?id=23351 by Tor Lillqvist · 14 years ago
  83. 6aac868d Add comment about how to use the lo-strace "extra" (option) by Tor Lillqvist · 14 years ago
  84. e730da8 Turn Bootstrap into a "library" project from Ant's point of view by Tor Lillqvist · 14 years ago
  85. 00373d2 Move .gitignore one level up by Tor Lillqvist · 14 years ago
  86. 5510127 Android code refactorig and hacking by Tor Lillqvist · 14 years ago