summaryrefslogtreecommitdiff
path: root/libs/androidfw/AssetManager2.cpp
AgeCommit message (Expand)Author
2023-07-10Merge "Revert "Pass all preferred locales to AssetManager"" into main Jeremy Meyer
2023-07-10Revert "Pass all preferred locales to AssetManager" Jeremy Meyer
2023-07-07Merge "Pass all preferred locales to AssetManager" into main Jeremy Meyer
2023-07-05Pass all preferred locales to AssetManager Jeremy Meyer
2023-06-16[res] Fix the bag resolution stack Yurii Zubrytskyi
2023-06-15[res] Stop using try_emplace for hash maps Yurii Zubrytskyi
2023-05-23Only fail GetBag if there was an IO Error Yurii Zubrytskyi
2023-05-12Address Alex's comments in the previous CL Yurii Zubrytskyi
2023-05-10IO error reporting in the last AssetManager func Yurii Zubrytskyi
2023-05-10[res] Speed up AssetManager pointer locking Yurii Zubrytskyi
2023-05-01Reland "Use reference counted pointers for ApkAssets" Yurii Zubrytskyi
2023-04-26Revert "Use reference counted pointers for ApkAssets" Yurii Zubrytskyi
2023-04-19Use reference counted pointers for ApkAssets Yurii Zubrytskyi
2023-04-13[nit] Clean up the resource resolution debugging Yurii Zubrytskyi
2022-12-01[res] Refactor AssetManager + Providers Yurii Zubrytskyi
2022-11-30[res] Change OverlayableInfo to hold string views Yurii Zubrytskyi
2022-11-30[res] Change callback from function to function_ref Yurii Zubrytskyi
2022-11-30[res] Reuse memory in RebuildFilterList() Yurii Zubrytskyi
2022-11-30[res] Split keys and values in Theme::Entry vector Yurii Zubrytskyi
2022-11-30[res] AliasMap - use sorted vector instead of map Yurii Zubrytskyi
2022-11-30Optimize filter/alias rebuilding in AssetManager2 Yurii Zubrytskyi
2022-11-29Make StringPiece to be std::string_view alias Yurii Zubrytskyi
2022-11-24Merge "Give slightly more descriptive error messages when you can't find reso... Treehugger Robot
2022-11-15androidfw: Add support for compact resource entries Eric Miao
2022-10-14Give slightly more descriptive error messages when you can't find resource IDs Mark Hansen
2022-10-11Ensure no duplicates in ThemeKey Yurii Zubrytskyi
2022-09-15Store frro configs in idmap file Jeremy Meyer
2022-05-31Move StringPool to libandroidfw Jeremy Meyer
2021-12-14Dump theme inheritance information in UnsupportedOperationException Felka Chang
2021-10-19Improve the debug info from overlay lookup Jackal Guo
2021-06-08Rebase ThemeImpl rather than reallocate memory Ryan Mitchell
2021-06-08Sparse native theme representation Ryan Mitchell
2021-05-13Merge "Set ApkAssets path for fabricated rros" into sc-dev Ryan Mitchell
2021-05-13Set ApkAssets path for fabricated rros Ryan Mitchell
2021-05-11Add <staging-public-group-final> to aapt2 (2/2) Ryan Mitchell
2021-05-10Add <staging-public-group-final> to aapt2 Ryan Mitchell
2021-03-10Prevent Theme#dump from restricting minimum severity Ryan Mitchell
2021-03-02Don't use ApkAssets::GetPath for equality checks Ryan Mitchell
2021-02-09Add fabricated RRO generation to libidmap2 Ryan Mitchell
2021-01-13Optimize FilterApkAssets by caching config Ryan Mitchell
2021-01-06Remove idmap path 256 length limit Ryan Mitchell
2020-12-21Add explicit Result::ok() checks where needed Bernie Innocenti
2020-12-08Revert^2 "Cache resolved theme values" Ryan Mitchell
2020-12-08Set resource id correctly when resolve fails Ryan Mitchell
2020-12-08Revert^2 "libandroidfw hardening for IncFs" Ryan Mitchell
2020-10-14Remove malloc/free for inline overlay values Ryan Mitchell
2020-04-09Fail install when resources.arsc is compressed Ryan Mitchell
2020-03-23Assigned package ids to overlays last Ryan Mitchell
2020-03-23Revert "Assign shared libraries stable package ids" Ryan Mitchell
2020-03-19Add ResourcesProvider.loadFromDirectory Ryan Mitchell