summaryrefslogtreecommitdiff
path: root/tools/aapt2/text/Unicode.cpp
AgeCommit message (Collapse)Author
2017-11-07AAPT2: Differentiate between Android and Java package namesAdam Lesinski
Android package names are more strict (ASCII only) than Java package names. Also fixed an issue where trailing underscores were disallowed in Android package names. Bug: 68468089 Test: make aapt2_tests Change-Id: I1052e9e82b6617db6065ce448d9bf7972bb68d59
2017-07-25AAPT2: Fix JavaDoc first sentence extraction.Adam Lesinski
The old algorithm for detecting the first sentence of a JavaDoc comment looked for the first occurence of '.'. This does not work when code or a {@link android.R.styleable} link is encountered in the first sentence. Switch to checking for whitespace characters after the '.' character. Bug: 62900335 Test: make aapt2_tests Change-Id: I8238f6a6304c9c2f92e2e576ca8962a59c2b20ea
2017-07-07AAPT2: Accept Java unicode identifiersAdam Lesinski
Test: make aapt2_tests Change-Id: I75a0e52d43b1785001bfe120eea7484f7bb4682b