Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
e63a4a28ab193ed007ecbc0a023974ae8f8aca50
/
tools
/
aapt2
/
java
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
· 6 years ago
c691c05
Merge "Do not use StringPiece in ExtractJavaIdentifier" am: 20ecc6397b am: 206ccf1f61
by Pirama Arumuga Nainar
· 6 years ago
7e5236d
Restore Proguard behavior and add minimal flag
by Ryan Mitchell
· 6 years ago
9ba5cb4
Do not use StringPiece in ExtractJavaIdentifier
by Pirama Arumuga Nainar
· 6 years ago
24a464a
Merge "Only keep necessary constructor for custom view nodes"
by TreeHugger Robot
· 6 years ago
41dcc4e
Merge "Only keep methods with correct signature for more types"
by TreeHugger Robot
· 6 years ago
848585e
Merge "AAPT2: Fix R.java for styleable in different package"
by Ryan Mitchell
· 6 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
· 7 years ago
d31bc12
AAPT2: normalize Manifest java identifiers.
by Izabela Orlowska
· 7 years ago
bd56951
Merge "aapt2: Fix issue with Manifest duplicate handling"
by TreeHugger Robot
· 7 years ago
a4fb17b
aapt2: Fix issue with Manifest duplicate handling
by Adam Lesinski
· 7 years ago
73bff1e
AAPT2: Allow compatible duplicate Attributes
by Adam Lesinski
· 7 years ago
71be705
AAPT2: Propagate SPEC_OVERLAYABLE flag to final APK
by Adam Lesinski
· 7 years ago
23a6e1e
AAPT2: allow to generate R.txt without R.java
by Izabela Orlowska
· 7 years ago
f85eec8
Fix conditional keep rules for new semantics
by Adam Koski
· 7 years ago
a693c4a
AAPT2: Move all file output to FileOutputStream
by Adam Lesinski
· 7 years ago
09ef94e
Change conditional keep rule syntax
by Adam Koski
· 7 years ago
93190b7
AAPT2: Better debugging output
by Adam Lesinski
· 7 years ago
dc21dea
AAPT2: Produce Conditional Proguard Keep Rules
by Adam Koski
· 7 years ago
761d434
AAPT2: Fix R.java styleable + indices ordering
by Adam Lesinski
· 7 years ago
123a19b
Merge "AAPT2: Fixup namespace implementation"
by Adam Lesinski
· 7 years ago
1ef0fa9
AAPT2: Fixup namespace implementation
by Adam Lesinski
· 7 years ago
f852dd0
AAPT2: Fix regression in Manifest.java permissions
by Adam Lesinski
· 7 years ago
6b37299
AAPT2: Change XmlDom to exclude Namespace as a node
by Adam Lesinski
· 7 years ago
09f4d70
AAPT2: Forward @TestApi in resource comments to JavaDoc
by Adam Lesinski
· 7 years ago
e967d3f
AAPT2: Fix JavaDoc first sentence extraction.
by Adam Lesinski
· 7 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
· 8 years ago
ceb9b2f
AAPT2: Shared library support
by Adam Lesinski
· 8 years ago
d5083f6
Move StringPiece to libandroidfw
by Adam Lesinski
· 8 years ago
ce5e56e
AAPT2: Rename to match new style
by Adam Lesinski
· 8 years ago
cacb28f
Use Google3 style guide with .clang-format
by Adam Lesinski
· 8 years ago
470f8fc
Fix clang-tidy warnings in aapt and aapt2.
by Chih-Hung Hsieh
· 8 years ago
ad48bbc
Merge "AAPT2: Change accepted notation for resource names in tests"
by Adam Lesinski
· 8 years ago
58a20a6
AAPT2: Change accepted notation for resource names in tests
by Adam Lesinski
· 8 years ago
f580d91
Aapt main dex proguard rules - always keep application
by Ivan Gavrilovic
· 8 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
· 9 years ago
64587af
AAPT2: Support building, linking, and merging static libraries
by Adam Lesinski
· 9 years ago
e4bb9eb
AAPT2: Introduce notion of 'product' to ResourceTable
by Adam Lesinski
· 9 years ago
24b8ff0
AAPT2: Fix references to private parent
by Adam Lesinski
· 9 years ago
467f171
AAPT2: Fail compiling when private symbols are referenced
by Adam Lesinski
· 9 years ago
b274e35
AAPT2: Fix inclusion of comments in R.java javadoc
by Adam Lesinski
· 9 years ago
2ae4a87
AAPT2: Add Manifest fixing/validation
by Adam Lesinski
· 9 years ago
3b4cd94
AAPT2: Add support for comments in R.java
by Adam Lesinski
· 9 years ago
ca5638f
AAPT2: Support generating Manifest.java
by Adam Lesinski
· 9 years ago