1. 7d70bc5 Address Alex's comments in the previous CL by Yurii Zubrytskyi · 2 years, 3 months ago
  2. 02a555f IO error reporting in the last AssetManager func by Yurii Zubrytskyi · 2 years, 3 months ago
  3. bdcbf55 [res] Speed up AssetManager pointer locking by Yurii Zubrytskyi · 2 years, 3 months ago
  4. b345519 Reland "Use reference counted pointers for ApkAssets" by Yurii Zubrytskyi · 2 years, 3 months ago
  5. cf6e79f Revert "Use reference counted pointers for ApkAssets" by Yurii Zubrytskyi · 2 years, 3 months ago
  6. c357f71 Use reference counted pointers for ApkAssets by Yurii Zubrytskyi · 2 years, 4 months ago
  7. ff9cba7 [nit] Clean up the resource resolution debugging by Yurii Zubrytskyi · 2 years, 4 months ago
  8. a5bc958 [res] Refactor AssetManager + Providers by Yurii Zubrytskyi · 2 years, 8 months ago
  9. 9d22537 [res] Change OverlayableInfo to hold string views by Yurii Zubrytskyi · 2 years, 8 months ago
  10. 9eb44c9 [res] Change callback from function to function_ref by Yurii Zubrytskyi · 2 years, 9 months ago
  11. dbce356 [res] Reuse memory in RebuildFilterList() by Yurii Zubrytskyi · 2 years, 9 months ago
  12. 591895b [res] Split keys and values in Theme::Entry vector by Yurii Zubrytskyi · 2 years, 9 months ago
  13. e3f9be6 [res] AliasMap - use sorted vector instead of map by Yurii Zubrytskyi · 2 years, 9 months ago
  14. 59dab3b Optimize filter/alias rebuilding in AssetManager2 by Yurii Zubrytskyi · 2 years, 9 months ago
  15. a577514 Make StringPiece to be std::string_view alias by Yurii Zubrytskyi · 2 years, 9 months ago
  16. f337097 Merge "Give slightly more descriptive error messages when you can't find resource IDs" am: ae00bbfdd9 am: be2d8803a2 am: 64bc571676 by Treehugger Robot · 2 years, 9 months ago
  17. 368cd19 androidfw: Add support for compact resource entries by Eric Miao · 2 years, 11 months ago
  18. b406b0e Give slightly more descriptive error messages when you can't find resource IDs by Mark Hansen · 2 years, 10 months ago
  19. ab3cb30 Ensure no duplicates in ThemeKey by Yurii Zubrytskyi · 2 years, 10 months ago
  20. be2b779 Store frro configs in idmap file by Jeremy Meyer · 3 years ago
  21. 56f36e8 Move StringPool to libandroidfw by Jeremy Meyer · 3 years, 3 months ago
  22. 00964e9 Dump theme inheritance information in UnsupportedOperationException by Felka Chang · 3 years, 8 months ago
  23. 552b45d Improve the debug info from overlay lookup by Jackal Guo · 3 years, 10 months ago
  24. 767e34f Rebase ThemeImpl rather than reallocate memory by Ryan Mitchell · 4 years, 2 months ago
  25. 3c6480c Sparse native theme representation by Ryan Mitchell · 4 years, 2 months ago
  26. 47fb18b Merge "Set ApkAssets path for fabricated rros" into sc-dev by Ryan Mitchell · 4 years, 3 months ago
  27. bdc0ae1 Set ApkAssets path for fabricated rros by Ryan Mitchell · 4 years, 5 months ago
  28. 2ec8e1b Add <staging-public-group-final> to aapt2 (2/2) by Ryan Mitchell · 4 years, 3 months ago
  29. 2fedba9 Add <staging-public-group-final> to aapt2 by Ryan Mitchell · 4 years, 4 months ago
  30. 0ae49d3 Prevent Theme#dump from restricting minimum severity by Ryan Mitchell · 4 years, 5 months ago
  31. ef53843 Don't use ApkAssets::GetPath for equality checks by Ryan Mitchell · 4 years, 5 months ago
  32. 2ed8bfa Add fabricated RRO generation to libidmap2 by Ryan Mitchell · 4 years, 7 months ago
  33. 14e8ade Optimize FilterApkAssets by caching config by Ryan Mitchell · 4 years, 7 months ago
  34. 0699f1d Remove idmap path 256 length limit by Ryan Mitchell · 4 years, 8 months ago
  35. 58cf8e3 Add explicit Result::ok() checks where needed by Bernie Innocenti · 4 years, 8 months ago
  36. a45506e Revert^2 "Cache resolved theme values" by Ryan Mitchell · 4 years, 9 months ago
  37. e7ab627 Set resource id correctly when resolve fails by Ryan Mitchell · 4 years, 9 months ago
  38. 80094e3 Revert^2 "libandroidfw hardening for IncFs" by Ryan Mitchell · 4 years, 9 months ago
  39. bf1f45b Remove malloc/free for inline overlay values by Ryan Mitchell · 4 years, 10 months ago
  40. 192400c Fail install when resources.arsc is compressed by Ryan Mitchell · 5 years ago
  41. 824cc49 Assigned package ids to overlays last by Ryan Mitchell · 5 years ago
  42. b894c27 Revert "Assign shared libraries stable package ids" by Ryan Mitchell · 5 years ago
  43. c07aa70 Add ResourcesProvider.loadFromDirectory by Ryan Mitchell · 5 years ago
  44. 155d539 Sort bag by attribute key when using libs by Ryan Mitchell · 5 years ago
  45. ee4a564 Allow for overlaying dynamic shared libraries by Ryan Mitchell · 6 years ago
  46. fe50d73 Assign shared libraries stable package ids by Ryan Mitchell · 6 years ago
  47. 8a891d8 Allow for RRO internal referencing by Ryan Mitchell · 6 years ago
  48. 9947f1e Add ResourceLoader API with .apk and .arsc support by Winson · 6 years ago
  49. 2e39422 Enable CTS verification of overlayable API by Ryan Mitchell · 6 years ago
  50. 31b1105 Suppress compressed rersources.arsc on host by Ryan Mitchell · 6 years ago
  51. 3509b62 Remove obtainStyledAttribute and AssetManager2::GetBag tracing by Eric Holk · 6 years ago
  52. 93bca97 Allow non-references to be copied between AssetManagers by Ryan Mitchell · 6 years ago
  53. dbf343b RRO: remove ability to overlay assets by Mårten Kongstad · 6 years ago
  54. 2c4d874 Invalidate style stack resids by Ryan Mitchell · 6 years ago
  55. 2fe2347 Add ANDROID_LOG to supress android specific logs by Ryan Mitchell · 6 years ago
  56. a55dc2e Fix long paths on Windows by Ryan Mitchell · 7 years ago
  57. c92c4dd Surface <overlayable> info in Java AssetManager by Mårten Kongstad · 7 years ago
  58. 8f004c8 Add helper methods for View attribute debugging by Aurimas Liutikas · 7 years ago
  59. 741e96f Fix GetResourceName for shared libraries by Ryan Mitchell · 7 years ago
  60. 2f3669b Add function to return path for last resolved resource by Winson · 7 years ago
  61. 449a54f Do not include system overlay data when excluded by Ryan Mitchell · 7 years ago
  62. 0d5a91b Merge "Fix copying null reference across themes" by Ryan Mitchell · 7 years ago
  63. b85d9b2 Fix copying null reference across themes by Ryan Mitchell · 7 years ago
  64. d42a670 Add style value to ResolvedBag in AssetManager2. by Aurimas Liutikas · 7 years ago
  65. 5db396d Only resolve non-dynamic resource references by Ryan Mitchell · 7 years ago
  66. b3ae42e Copy common resources between styles by Ryan Mitchell · 7 years ago
  67. 668ec5b AssetManager2: optionally keep non-matching configs by Mårten Kongstad · 7 years ago
  68. 57cd195 AAPT2: GetBag infinite recursion fix by y · 7 years ago
  69. 6759955 Fixed resource bag retrieval infinite recursion. by Ryan Mitchell · 7 years ago
  70. bebfcc4 Refactor AssetManager by Adam Lesinski · 7 years ago
  71. bde1df2 Revert "Replace AssetManager with AssetManager2 implementation" by Adam Lesinski · 7 years ago
  72. 2a44717 Revert "libandroidfw: Make sure to set the 'app as lib' flag" by Adam Lesinski · 7 years ago
  73. b8b3a26 Revert "libandroidfw: Improve performance of AssetManager2" by Adam Lesinski · 7 years ago
  74. 88c9959 libandroidfw: Improve performance of AssetManager2 by Adam Lesinski · 8 years ago
  75. 9ad287c libandroidfw: Make sure to set the 'app as lib' flag by Adam Lesinski · 8 years ago
  76. 1187590 Replace AssetManager with AssetManager2 implementation by Adam Lesinski · 9 years ago
  77. f7d01dd Revert "Replace AssetManager with AssetManager2 implementation" by Adam Lesinski · 8 years ago
  78. 0dd36991 Revert "libandroidfw: Improve performance of AssetManager2" by Adam Lesinski · 8 years ago
  79. 64ee69d libandroidfw: Improve performance of AssetManager2 by Adam Lesinski · 8 years ago
  80. dcb3c65 Replace AssetManager with AssetManager2 implementation by Adam Lesinski · 9 years ago
  81. 7fb3831 Revert "Replace AssetManager with AssetManager2 implementation" by Adam Lesinski · 8 years ago
  82. 50706b6 Revert "libandroidfw: Improve performance of AssetManager2" by Adam Lesinski · 8 years ago
  83. 3921327 libandroidfw: Improve performance of AssetManager2 by Adam Lesinski · 8 years ago
  84. b20a0ce Replace AssetManager with AssetManager2 implementation by Adam Lesinski · 9 years ago
  85. 498f605 libandroidfw: Remove pre-verification by Adam Lesinski · 8 years ago
  86. 1c855a0 libandroidfw: Do not clear last resource id in ResolveReference by Adam Lesinski · 8 years ago
  87. 1a1e9c2 AssetManager2: Run ApkAssets that have failed verification by Adam Lesinski · 8 years ago
  88. 30080e2 AssetManager2: Improve Theme performance by Adam Lesinski · 8 years ago
  89. 970bd8d AssetManager2: Implement IDMAP support by Adam Lesinski · 8 years ago
  90. 03ebac8 A few fixes to AssetManager2 for compat by Adam Lesinski · 8 years ago
  91. 09b119f AssetManager2: Fix a memory leak by George Burgess IV · 8 years ago
  92. d1ecd7a AssetManager2: Various fixes by Adam Lesinski · 9 years ago
  93. 929d651 AssetManager2: Add GetResourceId by Adam Lesinski · 9 years ago
  94. 0c40524 AssetManager2: Add other support methods by Adam Lesinski · 9 years ago
  95. da431a2 libandroidfw: Add new support for shared libraries by Adam Lesinski · 9 years ago
  96. 7ad1110 New implementation of AssetManager/ResTable by Adam Lesinski · 9 years ago