Sign in
android
/
platform
/
frameworks
/
base
/
0805e0e8556f18b75e9abf1eea24e38d5d1df9ff
/
tools
/
aapt2
/
ResourceParser_test.cpp
a577514
Make StringPiece to be std::string_view alias
by Yurii Zubrytskyi
· 2 years, 4 months ago
56f36e8
Move StringPool to libandroidfw
by Jeremy Meyer
· 2 years, 9 months ago
4382e44
Replace Maybe with std::optional
by Ryan Mitchell
· 3 years, 7 months ago
326e35ff
Add <macro> tag to aapt2
by Ryan Mitchell
· 3 years, 11 months ago
2e9bec1
Add staging-public-group to aapt2
by Ryan Mitchell
· 4 years ago
1d008d1
Refactor aapt2 tests ResourceTable changes
by Ryan Mitchell
· 4 years ago
f56ade3
Actor signature overlayable policy
by Winson
· 5 years ago
62ac8b5
Refactor overlayable policy
by Winson
· 5 years ago
94e4a01
Add option to avoid clobbering visibility of <declare-styleable>
by Donald Chai
· 5 years ago
c167680
Retain parsed attribute type
by Ryan Mitchell
· 6 years ago
acde95c3
No new attributes in declare-styleables when format is not provided
by Ryan Mitchell
· 6 years ago
939df09
Add odm and oem policies
by Ryan Mitchell
· 6 years ago
d1a6521
Fix aapt2 pseudo-translating donottranslate* files
by Mihai Nita
· 6 years ago
0f32675
Do not convert whitespace chars above max char to regular space
by Ryan Mitchell
· 6 years ago
1d358ff
Fix aapt2 whitespace diffs from aapt(1)
by Ryan Mitchell
· 6 years ago
b2d7f53
Signature policy for overlayable items
by Winson
· 6 years ago
02d9c1e
Remove RRO policy product_services
by Ryan Mitchell
· 6 years ago
54237ff
Add actor and name parsing for overlayable
by Ryan Mitchell
· 6 years ago
1bb1fe0
Refactor policy parsing
by Ryan Mitchell
· 6 years ago
e4e989c
RRO: Added partition policies for overlays
by Ryan Mitchell
· 6 years ago
24c9aa6
libandroidfw: move ConfigDescription from aapt2 to libandroidfw
by Mårten Kongstad
· 7 years ago
d6ace01
Merge "AAPT2: Fix unrecognized CDATA"
by Ryan Mitchell
· 7 years ago
cb76d73
AAPT2: Fix unrecognized CDATA
by Ryan Mitchell
· 7 years ago
633d796
AAPT2: Fix raw string parsing
by Ryan Mitchell
· 7 years ago
eaf77e1
AAPT2: Fixed id parsing error
by Ryan Mitchell
· 7 years ago
9efbbef
AAPT2: Support id reference chaining from AAPT
by y
· 7 years ago
9beaa9c
Changed AAPT2 to abide by AAPT resource whitespace triming.
by Ryan Mitchell
· 7 years ago
2eed52e
AAPT2: Fix styled string whitespace processing
by Adam Lesinski
· 7 years ago
71be705
AAPT2: Propagate SPEC_OVERLAYABLE flag to final APK
by Adam Lesinski
· 7 years ago
0045116
AAPT2: Define and Implement AAPT Container Format
by Adam Lesinski
· 7 years ago
46c4d72
AAPT2: Add <overlayable> tag support
by Adam Lesinski
· 8 years ago
4ffea04
AAPT2: Define intermediate compiled XML proto
by Adam Lesinski
· 8 years ago
efeb7af
AAPT2: Fix windows unicode path issues
by Adam Lesinski
· 8 years ago
060b53d
AAPT2: Ensure style strings are always first in StringPool
by Adam Lesinski
· 8 years ago
549e437
AAPT2: Iterate over UTF-8 string by codepoints
by Adam Lesinski
· 8 years ago
a45893a
AAPT2: Clean up tests a bit
by Adam Lesinski
· 8 years ago
b9f0548
AAPT2: Do not interpret %n as a format specifier in string resources
by Adam Lesinski
· 8 years ago
bab4ef5
AAPT2: Allow undefined resources (placeholders)
by Adam Lesinski
· 8 years ago
e597d68
AAPT2: Allow any value type for <item> without format attr
by Adam Lesinski
· 8 years ago
4488f1c
AAPT2: Fix <add-resource> tag for overlays
by Adam Lesinski
· 8 years ago
d5fd76a
AAPT2: Respect format attr in <array> resource
by Adam Lesinski
· 8 years ago
8049f3d
AAPT2: Fix pseudolocalization (again)
by Adam Lesinski
· 8 years ago
8f7c550
AAPT2: Fix Plural::Equals() method
by Adam Lesinski
· 8 years ago
7542162
AAPT2: Fix pseudolocalization to respect <xliff:g>
by Adam Lesinski
· 8 years ago
86d67df
AAPT2: Support CtsContentTestCases build
by Adam Lesinski
· 8 years ago
d5083f6
Move StringPiece to libandroidfw
by Adam Lesinski
· 8 years ago
ce5e56e2
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
8c3f31f
AAPT2: Fix issue with styled string indices
by Adam Lesinski
· 8 years ago
58a20a6
AAPT2: Change accepted notation for resource names in tests
by Adam Lesinski
· 9 years ago
d0f116b
AAPT2: Remove usage of u16string
by Adam Lesinski
· 9 years ago
e4bb9eb
AAPT2: Introduce notion of 'product' to ResourceTable
by Adam Lesinski
· 9 years ago
52364f7
AAPT2: Variety of small fixes to get the build working
by Adam Lesinski
· 9 years ago
7751afc
AAPT2: Fix product support
by Adam Lesinski
· 9 years ago
24b8ff0
AAPT2: Fix references to private parent
by Adam Lesinski
· 9 years ago
7ff3ee1
AAPT2: Respect format attribute of <item> tag
by Adam Lesinski
· 9 years ago
a6fe345
AAPT2: Fix overlay support
by Adam Lesinski
· 9 years ago
a587065
AAPT2: Verify min/max attr fields
by Adam Lesinski
· 9 years ago
467f171
AAPT2: Fail compiling when private symbols are referenced
by Adam Lesinski
· 9 years ago
fa10505
AAPT2: Accept aliases defined for external resource types
by Adam Lesinski
· 9 years ago
27afb9e
AAPT2: Add support for clearer in-progress public attributes
by Adam Lesinski
· 9 years ago
9f22204
AAPT2: Fix small issue with detecting translatable resources
by Adam Lesinski
· 9 years ago
ca5638f
AAPT2: Support generating Manifest.java
by Adam Lesinski
· 9 years ago
e78fd61
AAPT2: Move comments and source into Value
by Adam Lesinski
· 9 years ago
9ba47d8
Filter products during compile phase
by Adam Lesinski
· 9 years ago
1ab598f
AAPT2: Separate out the various steps
by Adam Lesinski
· 10 years ago
dfa5e07
AAPT2: Fix issue where @null was wrongly encoded
by Adam Lesinski
· 10 years ago
bdaa092
AAPT2: inferred style parent processing
by Adam Lesinski
· 10 years ago
24aad16
Add namespace handling in attribute values
by Adam Lesinski
· 10 years ago
769de98
AAPT2: Add library support
by Adam Lesinski
· 10 years ago
6f6ceb7
AAPT2
by Adam Lesinski
· 10 years ago