summaryrefslogtreecommitdiff
path: root/libs/androidfw/AssetManager2.cpp
AgeCommit message (Expand)Author
2024-08-15[res] Start using ftl::SmallVector<> where it's most useful Yurii Zubrytskyi
2024-06-25[res] Optimize Theme::ApplyStyle() Yurii Zubrytskyi
2024-02-13Revert^2 "[res] Don't recalculate configuration twice on init" Michael Hoisie
2024-02-12Revert "[res] Don't recalculate configuration twice on init" William Xiao
2024-02-10[res] Don't recalculate configuration twice on init Yurii Zubrytskyi
2023-11-21[res] Fix the cookie index in OpenNonAsset() Yurii Zubrytskyi
2023-10-17Make resource multilocale depend on default attribute Jeremy Meyer
2023-09-14Merge "Don't depend on String8 cast to C string" into main am: 41363ba9fc am:... Treehugger Robot
2023-09-13Merge "Don't depend on String8 cast to C string" into main am: 41363ba9fc am:... Treehugger Robot
2023-09-13Merge "Don't depend on String8 cast to C string" into main am: 41363ba9fc Treehugger Robot
2023-09-13Merge "Don't depend on String8 cast to C string" into main Treehugger Robot
2023-09-12Don't depend on String8 cast to C string Tomasz Wasilczyk
2023-09-06[RESTRICT AUTOMERGE] Move Theme::Entry definition to top of file Ryan Prichard
2023-09-06Move Theme::Entry definition to top of file Ryan Prichard
2023-09-06Move Theme::Entry definition to top of file Ryan Prichard
2023-08-31Move Theme::Entry definition to top of file Ryan Prichard
2023-08-31[conflict] Merge "Migrate from android::String isEmpty to empty [aapt]" into ... Treehugger Robot
2023-08-31Merge "Migrate from android::String isEmpty to empty [aapt]" into main am: 2c... Treehugger Robot
2023-08-30Migrate from android::String isEmpty to empty [aapt] Tomasz Wasilczyk
2023-08-29Merge "Migrate from android::String isEmpty to empty [aapt]" into main Treehugger Robot
2023-08-25Migrate from android::String isEmpty to empty [aapt] Tomasz Wasilczyk
2023-08-17Reland try 2 "Pass all preferred locales to AssetManager" Jeremy Meyer
2023-08-10Merge "Revert "Reland "Pass all preferred locales to AssetManager""" into main Jeremy Meyer
2023-08-09Revert "Reland "Pass all preferred locales to AssetManager"" Jeremy Meyer
2023-07-26Fix init list order. Tomasz Wasilczyk
2023-07-21Merge "Reland "Pass all preferred locales to AssetManager"" into main Jeremy Meyer
2023-07-20Reland "Pass all preferred locales to AssetManager" Jeremy Meyer
2023-07-11[res] Speed up AssetManager pointer locking Yurii Zubrytskyi
2023-07-11Reland "Use reference counted pointers for ApkAssets" Yurii Zubrytskyi
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