summaryrefslogtreecommitdiff
path: root/tools/aapt2/java
AgeCommit message (Expand)Author
2024-01-19[aapt2] Ignore annotations in flag/enum attribute values Mark Punzalan
2023-11-30Revert^2 "Move some image/9patch code to androidfw" Jeremy Meyer
2023-10-06[aapt2] Generate @FlaggedApi annotations Mark Punzalan
2022-11-29Make StringPiece to be std::string_view alias Yurii Zubrytskyi
2022-05-31Move StringPool to libandroidfw Jeremy Meyer
2022-02-25Switch ResourceTable to use ResourceNamedType instead of ResourceType. Iurii Makhno
2022-02-16Switch ResourceName to use ResourceNamedType instead of ResourceType. Iurii Makhno
2022-01-12AAPT2: Emit @keep for sub-process app classes Makoto Onuki
2021-07-15Replace Maybe with std::optional Ryan Mitchell
2021-04-28Add <macro> tag to aapt2 Ryan Mitchell
2021-04-21Merge "Aapt2 ValueTransformer" into sc-dev Ryan Mitchell
2021-04-21Aapt2 ValueTransformer Ryan Mitchell
2021-03-31Use staging-public-group in framework SDK Ryan Mitchell
2021-03-29Add staging-public-group to aapt2 Ryan Mitchell
2021-03-29Refactor aapt2 tests ResourceTable changes Ryan Mitchell
2021-03-29Prepare aapt2 for multiple ids per type Ryan Mitchell
2021-02-24Use R field directly for shared lib styleable attrs Ryan Mitchell
2020-06-23Merge "Don't add API annotations in the internal R.java" into rvc-dev-plus-ao... TreeHugger Robot
2020-06-22Don't add API annotations in the internal R.java Makoto Onuki
2020-04-22Reorder styleable attributes in shared libraries Clark DuVall
2020-03-30Merge "aapt2: Preserve annotation parameters for SystemApi." into rvc-dev am:... Narayan Kamath
2020-03-30Merge "aapt2: Preserve annotation parameters for SystemApi." into rvc-dev am:... Narayan Kamath
2020-03-26aapt2: Preserve annotation parameters for SystemApi. Narayan Kamath
2020-03-06Merge "Generate "keep" rules for android:name and class attributes" am: a13d7... Automerger Merge Worker
2020-03-05Generate "keep" rules for android:name and class attributes Jeremy Woods
2020-02-12Merge "Fix clang-tidy performance-faster-string-find warnings" am: 57fb318ca3... Automerger Merge Worker
2020-02-11Fix clang-tidy performance-faster-string-find warnings Chih-Hung Hsieh
2019-12-12Merge "Generate "keep" rules for actionProviderClass and actionViewClass" TreeHugger Robot
2019-12-09Merge "Fix aapt2 JavaClassGenerator Maybe#value() call before check" TreeHugger Robot
2019-12-06Fix aapt2 JavaClassGenerator Maybe#value() call before check Ryan Mitchell
2019-12-02Add "no-proguard-location-reference" flag to aapt2 Jean-Luc Coelho
2019-11-26Factor out repeated shift instructions to reduce code size Donald Chai
2019-11-11Speed up WriteKeepSet when generate_conditional_proguard_rules is off. Brian Duff
2019-11-08[aapt2] Fix infinite loop in proguard::CollectLocations Donald Chai
2019-09-10Generate "keep" rules for actionProviderClass and actionViewClass Donald Chai
2019-06-03[aapt2] Fix infinite loop in proguard::CollectLocations Donald Chai
2019-03-06Make sure Proguard keeps zygote preload class. Martijn Coenen
2019-01-04Merge "Fix/suppress aapt/aapt2 google-explicit-constructor warnings" am: cdf6... Chih-Hung Hsieh
2019-01-04Fix/suppress aapt/aapt2 google-explicit-constructor warnings Chih-Hung Hsieh
2018-12-17Merge "Fix performance-for-range-copy warnings" am: bc29242288 am: 7adb73f332 Chih-Hung Hsieh
2018-12-17Fix performance-for-range-copy warnings Chih-Hung Hsieh
2018-12-03Add @hide support for styleable attributes Ryan Mitchell
2018-10-08libandroidfw: move ConfigDescription from aapt2 to libandroidfw Mårten Kongstad
2018-10-08libandroidfw: move ConfigDescription from aapt2 to libandroidfw Mårten Kongstad
2018-10-03Merge "Restore Proguard behavior and add minimal flag" Ryan Mitchell
2018-10-01Merge "Do not use StringPiece in ExtractJavaIdentifier" am: 20ecc6397b am: 20... Pirama Arumuga Nainar
2018-09-25Restore Proguard behavior and add minimal flag Ryan Mitchell
2018-09-25Do not use StringPiece in ExtractJavaIdentifier Pirama Arumuga Nainar
2018-07-20Merge "Only keep necessary constructor for custom view nodes" TreeHugger Robot
2018-07-20Merge "Only keep methods with correct signature for more types" TreeHugger Robot