index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
aapt2
/
LoadedApk.cpp
Age
Commit message (
Expand
)
Author
2018-12-20
Resource Path Obfuscation
Mohamed Heikal
2018-10-17
Fix incorrect proto apk loading
Ryan Mitchell
2018-09-19
Merge "AAPT2: Increase maximum proto size"
Ryan Mitchell
2018-09-18
AAPT2: Added badging and permission
Ryan Mitchell
2018-09-12
AAPT2: Increase maximum proto size
Ryan Mitchell
2018-08-16
Merge "AAPT2: Compile --zip flag"
Ryan Mitchell
2018-08-14
AAPT2: Reformatted dump command invocations
Ryan Mitchell
2018-08-14
AAPT2: Compile --zip flag
Ryan Mitchell
2018-08-09
AAPT2: Loosen loading apk format requirements
Ryan Mitchell
2018-03-29
Check the size of the strings in the StringPool before flattening.
Ryan Mitchell
2018-03-18
Writes the resource table proto out when writing a LoadedApk.
corysmith@google.com
2018-02-14
AAPT2: Fix compatible-screens element in AndroidManifest.xml
Shane Farmer
2017-12-11
Aapt2 convert: skip processing resources when resource table is absent.
Tom Dobek
2017-12-01
AAPT2: Use manifest parsing to determine format of APK.
Pierre Lecesne
2017-11-13
AAPT2 - Convert command to copy all the files.
Pierre Lecesne
2017-11-01
AAPT2: Add convert command
Adam Lesinski
2017-10-19
AAPT2: Define and Implement AAPT Container Format
Adam Lesinski
2017-10-04
AAPT2: Move format related files under same directory
Adam Lesinski
2017-10-03
AAPT2: Set the minSdkVersion when generating multiple APKs.
Shane Farmer
2017-08-16
AAPT2: Add a APK filtering.
Shane Farmer
2017-08-03
Fix clang-tidy performance warnings in aapt2.
Chih-Hung Hsieh
2017-06-21
AAPT2: Split APK by ABI.
Shane Farmer
2017-04-10
AAPT2: Share split functionality between link and optimize
Adam Lesinski
2017-03-20
AAPT2: Fix up file IO
Adam Lesinski
2017-02-22
AAPT2: Rename strip phase to optimize
Adam Lesinski
2017-02-15
Add ResTable_sparseTypeEntry support
Adam Lesinski
2017-02-03
Only compress files that were already compressed in the original APK.
Pierre Lecesne
2017-02-02
Add a method LoadedApk::WriteToArchive.
Pierre Lecesne
2017-02-01
Moving the LoadedApk class to its own file.
Pierre Lecesne