1. fb600d6 Fix build break in log statement by Adam Lesinski · 10 years ago
  2. f90f2f8d Support multiple resource tables with same package by Adam Lesinski · 11 years ago
  3. 7efc0eb am f5cb96cf: am 51736de1: am 4c488cca: Merge "[Asset Manager] Fix memory leakage bug" by Adam Lesinski · 10 years ago
  4. f5cb96c am 51736de1: am 4c488cca: Merge "[Asset Manager] Fix memory leakage bug" by Adam Lesinski · 10 years ago
  5. 7c57d23 [Asset Manager] Fix memory leakage bug by sean_lu · 10 years ago
  6. 961dda7 Creating an empty package should be succesfull by Adam Lesinski · 11 years ago
  7. 7322ea7 Fix potential crash in libandroidfw by Adam Lesinski · 11 years ago
  8. fab5087 Add support for building split APKs by Adam Lesinski · 11 years ago
  9. 0a0454f am 642421aa: am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifier." into klp-modular-dev by John Spurlock · 11 years ago
  10. 642421a am 5c31e487: Merge "Introduce new UI_MODE_TYPE_WATCH and qualifier." into klp-modular-dev by John Spurlock · 11 years ago
  11. 6c19129 Introduce new UI_MODE_TYPE_WATCH and qualifier. by John Spurlock · 11 years ago
  12. ecd07216 resolved conflicts for merge of 22d07464 to master by Narayan Kamath · 11 years ago
  13. f5df700 AArch64: Make frameworks/base code more portable by Ashok Bhat · 11 years ago
  14. de898ff Shared library resource support by Adam Lesinski · 11 years ago
  15. 7e9e305 am 9ca25502: am 48250e14: am 9a09a523: am 0b472ae1: Merge "androidfw: resolve 64-bit build issues" by Mark Salyzyn · 11 years ago
  16. 00adb86 androidfw: resolve 64-bit build issues by Mark Salyzyn · 11 years ago
  17. b5c4e7f resolved conflicts for merge of 92860a74 to master by Narayan Kamath · 11 years ago
  18. 6381dd4 LP64: Make 9 patches architecture agnostic. by Narayan Kamath · 11 years ago
  19. e0d10cd am d8ccf8b7: am be094d89: am 8fb22ae7: am eee2c72f: Merge "Various format string fixes for 64bit" by Narayan Kamath · 11 years ago
  20. 95ece35 Various format string fixes for 64bit by Kévin PETIT · 11 years ago
  21. b048c33 Don't assume that we're at start of file at ctor time by Christopher Tate · 11 years ago
  22. f9bf991 am bcb433b4: am b1903653: am 128599e4: am 2b3c14bf: Merge "libandroidfw: fix build error for 64-bit" by Narayan Kamath · 11 years ago
  23. 443dd93 libandroidfw: fix build error for 64-bit by Patrik Bannura · 11 years ago
  24. 788fa41 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  25. 48620f1 AssetManager support for 3 letter lang/country codes. by Narayan Kamath · 11 years ago
  26. d5c8044 resolved conflicts for merge of 1cbea39f to master by Nick Kralevich · 11 years ago
  27. 1cbea39 resolved conflicts for merge of dd3d95f1 to klp-volantis-dev by Nick Kralevich · 11 years ago
  28. ecbeae7 Use size_t* in AssetManager::createIdmap by Colin Cross · 11 years ago
  29. d9e385b Fix build. by Dianne Hackborn · 11 years ago
  30. 32bb5fa Fix build. by Dianne Hackborn · 11 years ago
  31. 47b80be am be49403a: am 0cd115e1: am 578087e3: Merge "New command line tool \'idmap\'" by Dianne Hackborn · 11 years ago
  32. 91447d8 Extended locales in AAPT / AssetManager. by Narayan Kamath · 11 years ago
  33. 378c677 AssetManager support for 3 letter lang/country codes. by Narayan Kamath · 11 years ago
  34. 48d2232 Runtime resource overlay, iteration 2 by Mårten Kongstad · 11 years ago
  35. 65a05fd New command line tool 'idmap' by Mårten Kongstad · 11 years ago
  36. 7c4887f Change ResourceType cookies to int32_t. by Narayan Kamath · 11 years ago
  37. 00b3144 Change ResourceType cookies to int32_t. by Narayan Kamath · 11 years ago
  38. a0c6260 AssetManager cookies should be int32_t and not void*. by Narayan Kamath · 11 years ago
  39. 90f58db Add libutils dependency for libandroidfw host build. by Narayan Kamath · 11 years ago
  40. 560566d Reimplement ZipFileRO in terms of libziparchive. by Narayan Kamath · 11 years ago
  41. e1aa223 Re-apply androidfw fixes lost by the directory rearrangement. by Elliott Hughes · 11 years ago
  42. 16c4d15 Revert "move libandroidfw to frameworks/native" by Adam Lesinski · 11 years ago
  43. 745d4ef AssetManager cookies should be int32_t and not void*. by Narayan Kamath · 11 years ago
  44. 070274e Add libutils dependency for libandroidfw host build. by Narayan Kamath · 11 years ago
  45. afd31e0 Reimplement ZipFileRO in terms of libziparchive. by Narayan Kamath · 11 years ago
  46. dbccd44a Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD by The Android Open Source Project · 11 years ago
  47. c367d48 Fix a variety of small publicly-reported bugs. by Elliott Hughes · 11 years ago
  48. 84b6292 move libandroidfw to frameworks/native by Mike Lockwood · 11 years ago
  49. fd5f566 add a test for BackupData helpers. by Chris Wren · 11 years ago
  50. 1c7cf90 Fix another off-by-one error in ZipFileRO by Kenny Root · 11 years ago
  51. 0d6c2d7 Reconcile differences between zip implementations by Kenny Root · 11 years ago
  52. 0c4b364 Revert "Reconcile differences between zip implementations" by Kenny Root · 11 years ago
  53. 9ffddc7 Reconcile differences between zip implementations by Kenny Root · 11 years ago
  54. 83ad4e3 Remove an unused C zip API. by Elliott Hughes · 11 years ago
  55. d45c68d Resource memory optimization. by Dianne Hackborn · 11 years ago
  56. 0d6e731 add static dependency on liblog by Colin Cross · 11 years ago
  57. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 11 years ago
  58. 0618148 input: Handle a few extra error conditions. by Jeff Brown · 11 years ago
  59. 631500e Move VelocityTracker.cpp to target build only by Nick Kralevich · 12 years ago
  60. 1f5762e libutils clean-up by Mathias Agopian · 12 years ago
  61. fb903a4 Allow compiling aapt for the device by Bjorn Bringert · 12 years ago
  62. c51d050 Maybe fix issue #8620910: Win_sdk build failed and unable to create... by Dianne Hackborn · 12 years ago
  63. f7be480 Add new resources trace, also trace apk dex loading. by Dianne Hackborn · 12 years ago
  64. bdb706e48 Merge "Pipe through device resolution information" into jb-mr2-dev by Michael Wright · 12 years ago
  65. 1951ce8 Correctly manage the lifecycle of IME InputChannels. by Jeff Brown · 12 years ago
  66. c6091c6 Pipe through device resolution information by Michael Wright · 12 years ago
  67. 294b512 DO NOT MERGE - Full backup/restore now handles OBBs sensibly by Christopher Tate · 12 years ago
  68. 893df06 am 8dda0956: am 49999acb: Merge "StreamingZipInflater: fix mmap\'d end of read" by Kenny Root · 12 years ago
  69. c6e35cb StreamingZipInflater: fix mmap'd end of read by Kenny Root · 12 years ago
  70. 6b7fcc8 am 75701e8f: am 7eb4db35: am b9185fd1: Merge "Fix PointerCoords Parcel incorrectly storing values as Int32" by Jeffrey Brown · 12 years ago
  71. 7eb4db3 am b9185fd1: Merge "Fix PointerCoords Parcel incorrectly storing values as Int32" by Jeffrey Brown · 12 years ago
  72. 1df477a Add initial plumbing for brightness keys by Michael Wright · 12 years ago
  73. 716f7b3 Fix PointerCoords Parcel incorrectly storing values as Int32 by Ilya Polenov · 12 years ago
  74. 81cfb63 am d13b23a4: Merge "Revert "fix potential memory leak"" by Elliott Hughes · 12 years ago
  75. 767e1c01 am 9aac0c1b: Merge "fix potential memory leak" by Elliott Hughes · 12 years ago
  76. 957efcd Revert "fix potential memory leak" by Elliott Hughes · 12 years ago
  77. bc268b9 fix potential memory leak by Sungmin Choi · 12 years ago
  78. eea4724 am 4b0ed017: Merge "BackupHelpers: Fix Typo" by Christopher Tate · 12 years ago
  79. 8b2e2c8 BackupHelpers: Fix Typo by You Kim · 12 years ago
  80. 5780e19 am 5c0d6f99: am 9de88dad: Merge "Fix bug #7724071 ImageView drawable is not loaded correctly when changing Locale" into jb-mr1.1-dev by Fabrice Di Meglio · 12 years ago
  81. 3509935 Fix bug #7724071 ImageView drawable is not loaded correctly when changing Locale by Fabrice Di Meglio · 12 years ago
  82. be37b5f Merge "Free resources in correct order in ResStringPool::uninit" by Kenny Root · 12 years ago
  83. 58b99bf am 82634313: Merge "Reject bad ResXMLTree::setTo calls" by Kenny Root · 12 years ago
  84. 32d6aef Reject bad ResXMLTree::setTo calls by Kenny Root · 12 years ago
  85. a1d82ff3 Free resources in correct order in ResStringPool::uninit by Chris Dearman · 12 years ago
  86. 49bbbf2 am d87cb794: am 0cd3c976: Merge "Settings (and general) restore fixes" into jb-mr1-dev by Christopher Tate · 12 years ago
  87. 5067685 Settings (and general) restore fixes by Christopher Tate · 12 years ago
  88. f0771b1 am cee11240: am 07b4339b: Merge "Change androidfw tests to native test target" by Kenny Root · 12 years ago
  89. f3f286d Change androidfw tests to native test target by Kenny Root · 12 years ago
  90. 8a802db Use "ldrtl" and "ldltr" config qualifiers for RTL / LTR resources by Fabrice Di Meglio · 12 years ago
  91. 5f79799 Add support for "-rtl" in resources by Fabrice Di Meglio · 13 years ago
  92. 69a3ce1 libutils cleanup by Mathias Agopian · 12 years ago
  93. 4b447b9 Add mode when open(O_CREAT) is used. by Nick Kralevich · 12 years ago
  94. 78f04a3 am 51df04b9: Port the legacy velocity tracker strategy. by Jeff Brown · 13 years ago
  95. ba58221 am a5b06982: Implement a second order integrating VT strategy. by Jeff Brown · 13 years ago
  96. 2fd6bae am 18f329e9: Implement a weighted least squares VelocityTracker strategy. by Jeff Brown · 13 years ago
  97. 51df04b Port the legacy velocity tracker strategy. by Jeff Brown · 13 years ago
  98. a5b0698 Implement a second order integrating VT strategy. by Jeff Brown · 13 years ago
  99. 18f329e Implement a weighted least squares VelocityTracker strategy. by Jeff Brown · 13 years ago
  100. 767bc6d am 1fbbc071: Merge "Implement an integrating VelocityTracker strategy." into jb-dev by Jeff Brown · 13 years ago