summaryrefslogtreecommitdiff
path: root/libs/androidfw/ApkAssets.cpp
AgeCommit message (Expand)Author
2020-12-08Revert^2 "libandroidfw hardening for IncFs"Ryan Mitchell
2020-05-28Avoid Asset::LoadImpl crash when getBuffer is nullRyan Mitchell
2020-04-07Invalidate idmap when target updatesRyan Mitchell
2020-03-19Allow using loaders on non-RM Resources instancesRyan Mitchell
2020-03-19Move AssetsProvider to native layerRyan Mitchell
2020-03-19Add ResourcesProvider.loadFromDirectoryRyan Mitchell
2020-03-19Refactor ApkAsset loading APIsRyan Mitchell
2020-03-19Fix bugprone-use-after-move warningsRyan Mitchell
2019-11-13Do not look for R.class of overlaysRyan Mitchell
2019-10-17Allow for RRO internal referencingRyan Mitchell
2019-10-10Add ResourceLoader API with .apk and .arsc supportWinson
2019-08-28[base] close zip archive when parsing failsSongchun Fan
2019-06-17Merge "Move off ZipString and over to std::string/std::string_view as appropr...Elliott Hughes
2019-06-17Move off ZipString and over to std::string/std::string_view as appropriate.Elliott Hughes
2019-06-13Suppress compressed rersources.arsc on hostRyan Mitchell
2019-05-09Merge "Track libziparchive API change." am: 71e79a2396Elliott Hughes
2019-05-08Track libziparchive API change.Elliott Hughes
2019-05-06Merge "Track libziparchive API change." am: 32581e1dd2Elliott Hughes
2019-05-03Track libziparchive API change.Elliott Hughes
2019-03-29Fix AssetManager2 isUpToDate checkWinson
2018-10-15Change ZipArchiveHandle from void* to ZipArchive*Ryan Prichard
2018-02-28Refactor AssetManagerAdam Lesinski
2018-02-09Revert "AssetManager2: Fix list function"Adam Lesinski
2018-02-08AssetManager2: Fix list functionAdam Lesinski
2017-11-13libandroidfw: Support loading ApkAssets from a file descriptorAdam Lesinski
2017-10-13AssetManager2: Implement IDMAP supportAdam Lesinski
2017-09-25A few fixes to AssetManager2 for compatAdam Lesinski
2017-02-15AssetManager2: Various fixesAdam Lesinski
2017-01-31AssetManager2: Add other support methodsAdam Lesinski
2017-01-11libandroidfw: Add new support for shared librariesAdam Lesinski
2017-01-11New implementation of AssetManager/ResTableAdam Lesinski