summaryrefslogtreecommitdiff
path: root/tools/aapt2/LoadedApk.cpp
AgeCommit message (Expand)Author
2018-03-18Writes the resource table proto out when writing a LoadedApk. corysmith@google.com
2018-02-14AAPT2: Fix compatible-screens element in AndroidManifest.xml Shane 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 command Adam Lesinski
2017-10-19AAPT2: Define and Implement AAPT Container Format Adam Lesinski
2017-10-04AAPT2: Move format related files under same directory Adam 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 optimize Adam Lesinski
2017-03-20AAPT2: Fix up file IO Adam Lesinski
2017-02-22AAPT2: Rename strip phase to optimize Adam Lesinski
2017-02-15Add ResTable_sparseTypeEntry support Adam 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