1. 7b16755 Expose NumberFormatter and NumberRangeFormatter APIs by Victor Chang · 4 years, 9 months ago
  2. 8a63300 Merge branch 'icu65.1' into aosp/master by Nikita Iashchenko · 4 years, 9 months ago
  3. 532919f Add javadoc patch hiding the reference to hidden method by Nikita Iashchenko · 4 years, 9 months ago
  4. e8f491f Rename ParseMode#COMPATIBILITY to ParseMode#JAVA_COMPATIBILITY in intra-core-api.txt by Nikita Iashchenko · 4 years, 10 months ago
  5. 4617a23 Hide android.icu.text.DecimalFormat#toNumberFormatter() which stopped being @draft by Nikita Iashchenko · 4 years, 10 months ago
  6. 2aba964 Update javadoc patches for ICU 65.1 by Nikita Iashchenko · 4 years, 9 months ago
  7. 5ef2525 Add tools/misc/src/com/ibm/icu/dev/tool/locale to android_icu4j test sources by Nikita Iashchenko · 4 years, 9 months ago
  8. eaf00ff Android patch: Fix production data path in icu4c/source/data/build.xml by Nikita Iashchenko · 4 years, 10 months ago
  9. 45ea459 Add manually-crafted cxxfiles.txt for generate_libandroidicu.py by Nikita Iashchenko · 4 years, 9 months ago
  10. 2fc4dc3 Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 9 months ago
  11. 5242aa7 Fix "Could not find jar: ICU4CTestRunner.jar" by Victor Chang · 4 years, 10 months ago
  12. c9ae0db Move the jni codes in a subdirectory of android_icu4j by Victor Chang · 5 years ago
  13. 92c3bcf Move ICU4C regex usage from libcore/ by Victor Chang · 5 years ago
  14. 9ff1541 Add some additional entries in the intra core api by Paul Duffin · 5 years ago
  15. 5efe566 Add include-filter option support to ICU4CTest by Victor Chang · 5 years ago
  16. 8a35c25 Add test harness class for native intltest and cintltst by Victor Chang · 5 years ago
  17. edf3022 Merge "Add support for publicAlternatives" by Treehugger Robot · 5 years ago
  18. ef4df8d Add support for publicAlternatives by Adam Vartanian · 5 years ago
  19. cce81c8 Hide public annotations unless white listed by Paul Duffin · 5 years ago
  20. e2c94e3 Update clang version used in generate_libandroidicu.py by Pirama Arumuga Nainar · 5 years ago
  21. 83e78bc Update android_icu4j javadoc patches by Nikita Iashchenko · 5 years ago
  22. 42229d3 Hide doc about skeleton functionality in MessageFormat.java by Nikita Iashchenko · 5 years ago
  23. f713dd9 Merge "API updated for ICU4J 64.2" by vichang · 5 years ago
  24. 4020e3d API updated for ICU4J 64.2 by Nikita Iashchenko · 5 years ago
  25. c37b03c Define @IntraCoreApi between libcore and icu4j by Victor Chang · 5 years ago
  26. e2c881c Remove outdated javadoc patch for android_icu4j by Nikita Iashchenko · 5 years ago
  27. 82c00f7 Update clang version used in generate_libandroidicu.py by Nikita Iashchenko · 5 years ago
  28. 01ba6eb ./tools/srcgen/generate_whitelisted_public_api.sh by Nikita Iashchenko · 5 years ago
  29. f40e0e5 Revert BreakIterator deprecated API change by Victor Chang · 6 years ago
  30. e793e45 Update INCLUDE_UNI_CORE_DATA=1 to ICU_DATA_BUILDTOOL_OPTS in configure stage due to ICU 64 upgrade by Victor Chang · 6 years ago
  31. 2d812be Merge "Fix ./tools/updateicudata.py crash on missing .jar files" by Treehugger Robot · 5 years ago
  32. f936814 Fix ./tools/updateicudata.py crash on missing .jar files by Nikita Iashchenko · 5 years ago
  33. d772e59 Set default visibility to private by Paul Duffin · 5 years ago
  34. 22d367a Enforce consistent formatting of .bp files by Paul Duffin · 5 years ago
  35. 4c98384 Hide doc about NumberFormatter skeleton in MessageFormat.java by Victor Chang · 5 years ago
  36. dff712c Remove StringPrepParseException from @CorePlatformApi. by Tobias Thierer · 5 years ago
  37. e8062bc Remove JapaneseCalendar.CURRENT_ERA from Android public SDK by Victor Chang · 5 years ago
  38. 8b9f2e0 Switch to clang-r353983b. by Stephen Hines · 5 years ago
  39. 18e7c88 Add initialization behavior to libandroidicu by Neil Fuller · 6 years ago
  40. a1ab0c2 Add change logging to allow verification of transformation by Paul Duffin · 6 years ago
  41. 5ae3639 Deprecate BreakIterator.getTitleInstance() functions and KIND_TITLE field by Nikita Iashchenko · 6 years ago
  42. 467c8bb Add @deprecated javadoc to JapaneseCalendar.CURRENT_ERA by Victor Chang · 6 years ago
  43. 83b2d8c Deprecate JapaneseCalendar.CURRENT_ERA by Victor Chang · 6 years ago
  44. 6230ae4 Remove the java doc patch since CaseMap.Title.adjustToCased is now an API by Victor Chang · 6 years ago
  45. 23064e2 Add python3 support for tools by Luca Stefani · 6 years ago
  46. cacdd87 Add a shared library libandroidicu by Victor Chang · 6 years ago
  47. 23b6420 Add support for new UnsupportedAppUsage.implicitMember property by Paul Duffin · 6 years ago
  48. 1462cec Detect duplicate BodyDeclarationLocator entries in the store by Paul Duffin · 6 years ago
  49. 0692369 Merge "Make AddAnnotation stricter in parsing JSON file" by Treehugger Robot · 6 years ago
  50. 715c097 Make AddAnnotation stricter in parsing JSON file by Paul Duffin · 6 years ago
  51. cc5abc2 Add --default-constructors-file option to RepackagingTransform by Paul Duffin · 6 years ago
  52. ccac302 Use AddAnnotation instead of AddMarkerAnnotation by Paul Duffin · 6 years ago
  53. a13c05e Update currysrc to make it work with okhttp by Paul Duffin · 6 years ago
  54. 6f30d2a Merge "Expose Transliterator API" by vichang · 6 years ago
  55. 470f174 Expose Transliterator API by Victor Chang · 6 years ago
  56. 289da4c Add RepackagingTransform to make it easier to repackage source by Paul Duffin · 6 years ago
  57. 611ac3e Annotate repackaged API with @UnsupportedAppUsage by Paul Duffin · 6 years ago
  58. da28d52 Support adding default constructors and @UnsupportedAppUsage by Paul Duffin · 6 years ago
  59. 058432e Rename currysrc AddAnnotation to AddMarkerAnnotation by Paul Duffin · 6 years ago
  60. e5daa82 Update the ICU license file / support APEX license by Neil Fuller · 6 years ago
  61. 5efcf28 Expose new stable UCharacter APIs introduced by ICU 63 by Victor Chang · 6 years ago
  62. cd0e59e Update java doc patches for ICU 63 by Victor Chang · 6 years ago
  63. e55c5ea Fix docs build after switch to CorePlatformApi by Victor Chang · 6 years ago
  64. fbb1a83 Make BaseJavadocTagClasses descend into nodes by Adam Vartanian · 6 years ago
  65. 11b2ac5 Add more APIs to CorePlatformApi for internal by Neil Fuller · 6 years ago
  66. 6cff60d Merge "Generate android_icu4j with a fixed set of public APIs" by vichang · 6 years ago
  67. 49ae1bd Generate android_icu4j with a fixed set of public APIs by Victor Chang · 6 years ago
  68. 0b3f1dc More @CorePlatformApi annotations by Neil Fuller · 6 years ago
  69. 6010bd3 Add icu API needed by framework to core.platform.api.stubs by Paul Duffin · 6 years ago
  70. 3912e79 Add more APIs used by platform targets (2) by Neil Fuller · 6 years ago
  71. 9189af5 Add CorePlatformApi annotation to generated ICU4J by Neil Fuller · 6 years ago
  72. 6be6c3c Add processors for adding and removing annotations by Paul Duffin · 6 years ago
  73. d3ccbf9 Create CTS test to check ICU version on device by Victor Chang · 6 years ago
  74. e993598 Add rules to generate android_icu4j sources during build time by Victor Chang · 6 years ago
  75. 8cd2fe6 Expose android.icu.text.Bidi API by Victor Chang · 6 years ago
  76. 5e7b647 Merge "Expose android.icu.text.CaseMap API" by vichang · 6 years ago
  77. 6e18e29 Convert external/icu to Android.bp by Colin Cross · 6 years ago
  78. 076e612 Expose android.icu.text.CaseMap API by Victor Chang · 6 years ago
  79. 40ab789 Remove public javadoc linking to NumberFormatter by Victor Chang · 6 years ago
  80. d8f0985 Revert "Hide new API from ICU 62" by Fredrik Roubert · 6 years ago
  81. 1c5fb72 Merge "Merge remote-tracking branch 'aosp/icu62' into aosp/master." by Treehugger Robot · 6 years ago
  82. 5c73e2f Use full path for exclude_files by Colin Cross · 6 years ago
  83. 392019a Move srcgen over to using .bp files by Neil Fuller · 6 years ago
  84. 0231f94 Hide new API from ICU 62 by Victor Chang · 6 years ago
  85. a5b2780 Various fixes for currysrc by Neil Fuller · 6 years ago
  86. 539391a Update currysrc Eclipse dependencies by Neil Fuller · 6 years ago
  87. 163dbe9 Merge "Remove broken @see tags from ICU javadoc." by Treehugger Robot · 6 years ago
  88. fbc3234 Remove broken @see tags from ICU javadoc. by Pete Gillin · 6 years ago
  89. 0d13112 Merge "Revert "Hide new API from ICU 61"" by Treehugger Robot · 6 years ago
  90. 1e7f4cb Merge "Explicitly make building tzcode single threaded" by Neil Fuller · 6 years ago
  91. f881fae Explicitly make building tzcode single threaded by Neil Fuller · 6 years ago
  92. b7204d7 Revert "Hide new API from ICU 61" by Fredrik Roubert · 6 years ago
  93. 1817259 Add RBBIMonkeyTest to the HiMemTestShard. by Fredrik Roubert · 6 years ago
  94. b7abfd1 Hide new API from ICU 61 by Victor Chang · 6 years ago
  95. a1410f0 Add a script to rebuild ICU data source files from CLDR. by Fredrik Roubert · 6 years ago
  96. ee29aba Add a new API android.icu.util.LocaleData by Victor Chang · 7 years ago
  97. df78677 Expose API android.icu.util.IllformedLocaleException by Victor Chang · 7 years ago
  98. bfeb040 Revert "Hide new public APIs introduced by ICU 60." by Victor Chang · 7 years ago
  99. 20d1241 Hide new public APIs introduced by ICU 60. by Fredrik Roubert · 7 years ago
  100. 11ba915 Update Javadoc patch files for ICU 60. by Fredrik Roubert · 7 years ago