History log of /external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e940603a29cf07f50ffda6201b0b1b202459035 31-Mar-2016 Paul Duffin <paulduffin@google.com> Hide constants that could change between releases

Bug: 27830659
Change-Id: Iaf8b6a02a6292fd772a07b14fe55840321c77aef
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
bfab1e7fec36dff93fb980c546ad64a565faf9fc 01-Mar-2016 Paul Duffin <paulduffin@google.com> Integrate changes cherry-picked for ticket #12005 into android_icu4j.

Fix numerous warnings / errors from Javadoc generation

Bug: 22023363
Change-Id: I7e97889b415a9e4c83c9b821b939a7ee8d2a96e4
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
5a559d08b74c555d7f997b51acd311b7a8756d26 24-Feb-2016 Fredrik Roubert <roubert@google.com> Integrate changes cherry-picked for ticket #12003 into android_icu4j.

User more links to actual Java classes in ICU API doc.

Bug: 22023363
Change-Id: I40b6c459fe92d0008c492d8823dd601cd6ba0b4e
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
f9786c79082e3e5956238262cebf8c6bb69f1e42 02-Dec-2015 Neil Fuller <nfuller@google.com> Fix @code escapes

The body of {@code} must not be HTML escaped. This is one of
several changes that fix the source in conjunction with a
doclava fix.

Bug: 25757239
Change-Id: Iafb0959a02f8b7f80e536a08f5e9c30862af0c27
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
d4d3fc6e0d919d96cdb282a05a05327cdf2c7f4e 10-Nov-2015 Neil Fuller <nfuller@google.com> Make the Android ICU4J APIs unhidden

This change removes the final step from the srcgen code that
adds @hide to all classes.

The changes to android_icu4j were generated using
external/icu/tools/srcgen/generate_android_icu4j.sh

Bug: 22023363
Change-Id: I07e4307f923b479ca06a535dffd9ba2f24c8e196
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
93cf604e9dd0525f15bc0a7450b2a35f3884c298 12-Nov-2015 Neil Fuller <nfuller@google.com> Improvements to currysrc / srcgen

Supply the original file name to OutputSourceFileGenerator so
the code doesn't have to guess the file name.

Extended BodyDeclarationLocater/BodyDeclarationLocaters to
support string-form locaters and modify BodyDeclarationLocaters
now the behavior of JavaDoc on field declarations is better
understood.

Modify Icu4jTransformRules.createInputFileGenerator to
expect the full set of directory names.

Modify the string form of TypeLocater to not distinguish
between enums and classes: use "type:" not "enum:" or
"class:".

OCD-inspired modification to generated javadoc text from
"@hide original deprecated method" to
"@hide original deprecated declaration" (because they're
not all methods).

In CaptureDeprecatedElements deal with the fact that enum
constants and interface declarations are implicity public.
This caused one additional entry in Icu4jTransform and
modification to generated code for
MeasureUnit$Factory#create(String,String).

Bug: 22023363
Change-Id: I32435e5af0c43b210d7978efbfcb2daecf9071aa
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
17bdb07540c1328e0ae04e25d1673c44875b843c 04-Nov-2015 Neil Fuller <nfuller@google.com> Add the ability to replace Javadoc wholesale

Code and a configuration language for javadoc replacements.
A basic example for UCharacter.

Bug: 22023363
Change-Id: Ibc3867e1f5f63b4928be7dea6d1ddf350c2d0163
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
1537b2f39245c07b00aa78c3600f7aebcb172490 28-Oct-2015 Neil Fuller <nfuller@google.com> Latest generated code for android_icu4j

currysrc now uses AST manipulation to add tags. This slightly
modifies the generated source.

Removed various (previously escaped) tags.

Bug: 22023363
Change-Id: Ic6efe075327362efcc90cc3ac23059349e4fbcb5
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
1fba789ac68efdd9120a7373f49daef42833e674 27-Oct-2015 Neil Fuller <nfuller@google.com> Regeneration of android_icu4j source code after recent tool changes

Mostly removal of @stable tags and changing comment references
from com.ibm.icu to android.icu. Minor doc changes to the generated
Bidi class.

Bug: 22023363
Change-Id: I8b37f4d0da50cccbaa19e0fbde06119101e0bfd1
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
836e6b40a94ec3fb7545a76cb072960442b7eee9 26-Oct-2015 Neil Fuller <nfuller@google.com> Updated generated source code

Bug: 22023363
Change-Id: Ia18fde705f2d73ee3ba7d56d7cf61f411aa2e0d3
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
704056c96cc5de08c2425fa1679a5c0a92c5a88e 07-Oct-2015 Neil Fuller <nfuller@google.com> Manipulate the javadoc of the generated android_icu4j source

...for inclusion in the droiddoc process. All public classes
are hidden with @hide, and tags that doclava doesn't know are
escaped.

Includes the changes to currysrc needed to support basic
JavaDoc manipulation.

Bug: 22023363
Change-Id: I5032a0541b0decd571f99355cc5a5aad1ed0c939
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java
2ae130017183d2f66d55bf0ca51f8da3294644fd 09-Oct-2015 Neil Fuller <nfuller@google.com> The initial check-in of android.icu ICU4J src

No real documentation transformations are included right now besides
the addition of a source-file header indicating the origin of the
generated source code. The aim of this check-in is to replace jarjar
in the core-libart build process.

Generated using external/icu/tools/srcgen/generate_android_icu4j.sh

Bug: 22023363
Change-Id: Icb970770dfa57a1d1389269b9f9cf3f99fb70d7e
/external/icu/android_icu4j/src/main/java/android/icu/lang/UCharacter.java