summaryrefslogtreecommitdiff
path: root/tools/aapt2/LoadedApk.cpp
AgeCommit message (Expand)Author
2018-12-20Resource Path ObfuscationMohamed Heikal
2018-10-17Fix incorrect proto apk loadingRyan Mitchell
2018-09-19Merge "AAPT2: Increase maximum proto size"Ryan Mitchell
2018-09-18AAPT2: Added badging and permissionRyan Mitchell
2018-09-12AAPT2: Increase maximum proto sizeRyan Mitchell
2018-08-16Merge "AAPT2: Compile --zip flag"Ryan Mitchell
2018-08-14AAPT2: Reformatted dump command invocationsRyan Mitchell
2018-08-14AAPT2: Compile --zip flagRyan Mitchell
2018-08-09AAPT2: Loosen loading apk format requirementsRyan Mitchell
2018-03-29Check the size of the strings in the StringPool before flattening.Ryan Mitchell
2018-03-18Writes the resource table proto out when writing a LoadedApk.corysmith@google.com
2018-02-14AAPT2: Fix compatible-screens element in AndroidManifest.xmlShane Farmer
2017-12-11Aapt2 convert: skip processing resources when resource table is absent.Tom Dobek
2017-12-01AAPT2: Use manifest parsing to determine format of APK.Pierre Lecesne
2017-11-13AAPT2 - Convert command to copy all the files.Pierre Lecesne
2017-11-01AAPT2: Add convert commandAdam Lesinski
2017-10-19AAPT2: Define and Implement AAPT Container FormatAdam Lesinski
2017-10-04AAPT2: Move format related files under same directoryAdam Lesinski
2017-10-03AAPT2: Set the minSdkVersion when generating multiple APKs.Shane Farmer
2017-08-16AAPT2: Add a APK filtering.Shane Farmer
2017-08-03Fix clang-tidy performance warnings in aapt2.Chih-Hung Hsieh
2017-06-21AAPT2: Split APK by ABI.Shane Farmer
2017-04-10AAPT2: Share split functionality between link and optimizeAdam Lesinski
2017-03-20AAPT2: Fix up file IOAdam Lesinski
2017-02-22AAPT2: Rename strip phase to optimizeAdam Lesinski
2017-02-15Add ResTable_sparseTypeEntry supportAdam Lesinski
2017-02-03Only compress files that were already compressed in the original APK.Pierre Lecesne
2017-02-02Add a method LoadedApk::WriteToArchive.Pierre Lecesne
2017-02-01Moving the LoadedApk class to its own file.Pierre Lecesne