Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_base
/
15c869f6ad2643a584a66ebeb51a7bf7391b13a4
/
tools
/
aapt2
/
java
de6e6f2
Don't add API annotations in the internal R.java
by Makoto Onuki
· 5 years ago
45f8d1c
Merge "aapt2: Preserve annotation parameters for SystemApi." into rvc-dev am: 924069c2aa
by Narayan Kamath
· 5 years ago
1c1544f
aapt2: Preserve annotation parameters for SystemApi.
by Narayan Kamath
· 6 years ago
dc5de7b
Merge "Generate "keep" rules for android:name and class attributes" am: a13d7fc861 am: 4da226a984
by Automerger Merge Worker
· 5 years ago
4bdc698
Generate "keep" rules for android:name and class attributes
by Jeremy Woods
· 6 years ago
0b49886
Merge "Fix clang-tidy performance-faster-string-find warnings" am: 57fb318ca3 am: 7c0f0d3cec am: 40ef6319ca
by Automerger Merge Worker
· 6 years ago
f2ef657
Fix clang-tidy performance-faster-string-find warnings
by Chih-Hung Hsieh
· 6 years ago
d5cbd09
Merge "Generate "keep" rules for actionProviderClass and actionViewClass"
by TreeHugger Robot
· 6 years ago
995fbdb
Merge "Fix aapt2 JavaClassGenerator Maybe#value() call before check"
by TreeHugger Robot
· 6 years ago
4e19c48
Fix aapt2 JavaClassGenerator Maybe#value() call before check
by Ryan Mitchell
· 6 years ago
181cbfd
Add "no-proguard-location-reference" flag to aapt2
by Jean-Luc Coelho
· 6 years ago
d520db5
Factor out repeated shift instructions to reduce code size
by Donald Chai
· 6 years ago
2f7e4d1
Speed up WriteKeepSet when generate_conditional_proguard_rules is off.
by Brian Duff
· 6 years ago
34ebc8f
[aapt2] Fix infinite loop in proguard::CollectLocations
by Donald Chai
· 6 years ago
db19f51
Generate "keep" rules for actionProviderClass and actionViewClass
by Donald Chai
· 6 years ago
44fa342
[aapt2] Fix infinite loop in proguard::CollectLocations
by Donald Chai
· 6 years ago
6c83e0c
Make sure Proguard keeps zygote preload class.
by Martijn Coenen
· 6 years ago
3b3be3f
Merge "Fix/suppress aapt/aapt2 google-explicit-constructor warnings" am: cdf6be573f am: d42fe48c93
by Chih-Hung Hsieh
· 7 years ago
1fc78e1
Fix/suppress aapt/aapt2 google-explicit-constructor warnings
by Chih-Hung Hsieh
· 7 years ago
2491af2
Merge "Fix performance-for-range-copy warnings" am: bc29242288 am: 7adb73f332
by Chih-Hung Hsieh
· 7 years ago
a1b644e
Fix performance-for-range-copy warnings
by Chih-Hung Hsieh
· 7 years ago
be8607d
Add @hide support for styleable attributes
by Ryan Mitchell
· 7 years ago
5c541f6
libandroidfw: move ConfigDescription from aapt2 to libandroidfw
by Mårten Kongstad
· 7 years ago
24c9aa6
libandroidfw: move ConfigDescription from aapt2 to libandroidfw
by Mårten Kongstad
· 7 years ago
8b7e1a8
Merge "Restore Proguard behavior and add minimal flag"
by Ryan Mitchell
· 7 years ago
c691c05
Merge "Do not use StringPiece in ExtractJavaIdentifier" am: 20ecc6397b am: 206ccf1f61
by Pirama Arumuga Nainar
· 7 years ago
7e5236d
Restore Proguard behavior and add minimal flag
by Ryan Mitchell
· 7 years ago
9ba5cb4
Do not use StringPiece in ExtractJavaIdentifier
by Pirama Arumuga Nainar
· 7 years ago
24a464a
Merge "Only keep necessary constructor for custom view nodes"
by TreeHugger Robot
· 7 years ago
41dcc4e
Merge "Only keep methods with correct signature for more types"
by TreeHugger Robot
· 7 years ago
848585e
Merge "AAPT2: Fix R.java for styleable in different package"
by Ryan Mitchell
· 7 years ago
cc65b8d
Only keep necessary constructor for custom view nodes
by Jake Wharton
· 7 years ago
98100c3
Only keep methods with correct signature for more types
by Jake Wharton
· 7 years ago
e4bd160
Add rule emissions for appComponentFactory
by Jake Wharton
· 7 years ago
cfbc767
Add Application name to manifest test case
by Jake Wharton
· 7 years ago
23cc5d5
AAPT2: Fix R.java for styleable in different package
by Ryan Mitchell
· 7 years ago
3001f03
Only keep methods with correct signature for view/menu click
by Jake Wharton
· 7 years ago
420785e
Improve tests for ProGuard rules, add transition tests
by Jake Wharton
· 7 years ago
ab660a7
Only keep default constructor of manifest items
by Jake Wharton
· 7 years ago
9a2f6e6
AAPT2: Add Proguard rules for nav fragments
by Ryan Mitchell
· 7 years ago
0315c84
Merge "Don't dereference a null pointer"
by TreeHugger Robot
· 7 years ago
949b6253
Don't dereference a null pointer
by Todd Kennedy
· 8 years ago
d31bc12
AAPT2: normalize Manifest java identifiers.
by Izabela Orlowska
· 8 years ago
bd56951
Merge "aapt2: Fix issue with Manifest duplicate handling"
by TreeHugger Robot
· 8 years ago
a4fb17b
aapt2: Fix issue with Manifest duplicate handling
by Adam Lesinski
· 8 years ago
73bff1e
AAPT2: Allow compatible duplicate Attributes
by Adam Lesinski
· 8 years ago
71be705
AAPT2: Propagate SPEC_OVERLAYABLE flag to final APK
by Adam Lesinski
· 8 years ago
23a6e1e
AAPT2: allow to generate R.txt without R.java
by Izabela Orlowska
· 8 years ago
f85eec8
Fix conditional keep rules for new semantics
by Adam Koski
· 8 years ago
a693c4a
AAPT2: Move all file output to FileOutputStream
by Adam Lesinski
· 8 years ago
09ef94e
Change conditional keep rule syntax
by Adam Koski
· 8 years ago
93190b7
AAPT2: Better debugging output
by Adam Lesinski
· 8 years ago
dc21dea
AAPT2: Produce Conditional Proguard Keep Rules
by Adam Koski
· 8 years ago
761d434
AAPT2: Fix R.java styleable + indices ordering
by Adam Lesinski
· 8 years ago
123a19b
Merge "AAPT2: Fixup namespace implementation"
by Adam Lesinski
· 8 years ago
1ef0fa9
AAPT2: Fixup namespace implementation
by Adam Lesinski
· 8 years ago
f852dd0
AAPT2: Fix regression in Manifest.java permissions
by Adam Lesinski
· 8 years ago
6b37299
AAPT2: Change XmlDom to exclude Namespace as a node
by Adam Lesinski
· 8 years ago
09f4d70
AAPT2: Forward @TestApi in resource comments to JavaDoc
by Adam Lesinski
· 8 years ago
e967d3f
AAPT2: Fix JavaDoc first sentence extraction.
by Adam Lesinski
· 8 years ago
f762df2
AAPT2: Emit more proguard keep rules for layouts and menus
by Adam Lesinski
· 8 years ago
0d81f70
AAPT2: Honor --custom-package when writing Manifest.java
by Adam Lesinski
· 8 years ago
1e4b0e5
AAPT2: Workaround for findViewById with package ID > 0x7f
by Adam Lesinski
· 8 years ago
418763f
AAPT2: Generate R.txt
by Adam Lesinski
· 8 years ago
b5dc4bd
AAPT2: Few tweaks to get shared-libraries working
by Adam Lesinski
· 9 years ago
ceb9b2f
AAPT2: Shared library support
by Adam Lesinski
· 9 years ago
d5083f6
Move StringPiece to libandroidfw
by Adam Lesinski
· 9 years ago
ce5e56e
AAPT2: Rename to match new style
by Adam Lesinski
· 9 years ago
cacb28f
Use Google3 style guide with .clang-format
by Adam Lesinski
· 9 years ago
470f8fc
Fix clang-tidy warnings in aapt and aapt2.
by Chih-Hung Hsieh
· 9 years ago
ad48bbc
Merge "AAPT2: Change accepted notation for resource names in tests"
by Adam Lesinski
· 9 years ago
58a20a6
AAPT2: Change accepted notation for resource names in tests
by Adam Lesinski
· 9 years ago
f580d91
Aapt main dex proguard rules - always keep application
by Ivan Gavrilovic
· 9 years ago
d0f116b
AAPT2: Remove usage of u16string
by Adam Lesinski
· 9 years ago
0935d01
Merge "Stop emitting javadoc for @removed attributes." into nyc-dev am: c4033e7c66 am: 1d10d94396
by Michael Wright
· 9 years ago
feaf99f
Stop emitting javadoc for @removed attributes.
by Michael Wright
· 9 years ago
e49bb30
AAPT2: ProGuard config for components in main dex.
by Rohit Agrawal
· 9 years ago
626b3db
AAPT2: Clean up R JavaDoc generation
by Adam Lesinski
· 9 years ago
803c7c8
AAPT2: Enable windows build and make sure it builds
by Adam Lesinski
· 9 years ago
3524a23
AAPT2: Add option to add JavaDoc annotations to Java classes
by Adam Lesinski
· 9 years ago
6cbfb1d
AAPT2: Change how we generate Java classes
by Adam Lesinski
· 9 years ago
7656554
AAPT2: Add descriptions of Attributes in Styleables for R.java
by Adam Lesinski
· 9 years ago
74605cd
AAPT2: Emit proper doclava comments in R.java
by Adam Lesinski
· 10 years ago
64587af
AAPT2: Support building, linking, and merging static libraries
by Adam Lesinski
· 10 years ago
e4bb9eb
AAPT2: Introduce notion of 'product' to ResourceTable
by Adam Lesinski
· 10 years ago
24b8ff0f
AAPT2: Fix references to private parent
by Adam Lesinski
· 10 years ago
467f171
AAPT2: Fail compiling when private symbols are referenced
by Adam Lesinski
· 10 years ago
b274e35
AAPT2: Fix inclusion of comments in R.java javadoc
by Adam Lesinski
· 10 years ago
2ae4a87
AAPT2: Add Manifest fixing/validation
by Adam Lesinski
· 10 years ago
3b4cd94
AAPT2: Add support for comments in R.java
by Adam Lesinski
· 10 years ago
ca5638f
AAPT2: Support generating Manifest.java
by Adam Lesinski
· 10 years ago