1. edf3022 Merge "Add support for publicAlternatives" by Treehugger Robot · 5 years ago
  2. ef4df8d Add support for publicAlternatives by Adam Vartanian · 5 years ago
  3. cce81c8 Hide public annotations unless white listed by Paul Duffin · 5 years ago
  4. e2c94e3 Update clang version used in generate_libandroidicu.py by Pirama Arumuga Nainar · 5 years ago
  5. 83e78bc Update android_icu4j javadoc patches by Nikita Iashchenko · 5 years ago
  6. 42229d3 Hide doc about skeleton functionality in MessageFormat.java by Nikita Iashchenko · 5 years ago
  7. f713dd9 Merge "API updated for ICU4J 64.2" by vichang · 5 years ago
  8. 4020e3d API updated for ICU4J 64.2 by Nikita Iashchenko · 5 years ago
  9. c37b03c Define @IntraCoreApi between libcore and icu4j by Victor Chang · 5 years ago
  10. e2c881c Remove outdated javadoc patch for android_icu4j by Nikita Iashchenko · 5 years ago
  11. 82c00f7 Update clang version used in generate_libandroidicu.py by Nikita Iashchenko · 5 years ago
  12. 01ba6eb ./tools/srcgen/generate_whitelisted_public_api.sh by Nikita Iashchenko · 5 years ago
  13. f40e0e5 Revert BreakIterator deprecated API change by Victor Chang · 6 years ago
  14. 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
  15. 2d812be Merge "Fix ./tools/updateicudata.py crash on missing .jar files" by Treehugger Robot · 5 years ago
  16. f936814 Fix ./tools/updateicudata.py crash on missing .jar files by Nikita Iashchenko · 5 years ago
  17. d772e59 Set default visibility to private by Paul Duffin · 5 years ago
  18. 22d367a Enforce consistent formatting of .bp files by Paul Duffin · 5 years ago
  19. 4c98384 Hide doc about NumberFormatter skeleton in MessageFormat.java by Victor Chang · 5 years ago
  20. dff712c Remove StringPrepParseException from @CorePlatformApi. by Tobias Thierer · 5 years ago
  21. e8062bc Remove JapaneseCalendar.CURRENT_ERA from Android public SDK by Victor Chang · 5 years ago
  22. 8b9f2e0 Switch to clang-r353983b. by Stephen Hines · 6 years ago
  23. 18e7c88 Add initialization behavior to libandroidicu by Neil Fuller · 6 years ago
  24. a1ab0c2 Add change logging to allow verification of transformation by Paul Duffin · 6 years ago
  25. 5ae3639 Deprecate BreakIterator.getTitleInstance() functions and KIND_TITLE field by Nikita Iashchenko · 6 years ago
  26. 467c8bb Add @deprecated javadoc to JapaneseCalendar.CURRENT_ERA by Victor Chang · 6 years ago
  27. 83b2d8c Deprecate JapaneseCalendar.CURRENT_ERA by Victor Chang · 6 years ago
  28. 6230ae4 Remove the java doc patch since CaseMap.Title.adjustToCased is now an API by Victor Chang · 6 years ago
  29. 23064e2 Add python3 support for tools by Luca Stefani · 6 years ago
  30. cacdd87 Add a shared library libandroidicu by Victor Chang · 6 years ago
  31. 23b6420 Add support for new UnsupportedAppUsage.implicitMember property by Paul Duffin · 6 years ago
  32. 1462cec Detect duplicate BodyDeclarationLocator entries in the store by Paul Duffin · 6 years ago
  33. 0692369 Merge "Make AddAnnotation stricter in parsing JSON file" by Treehugger Robot · 6 years ago
  34. 715c097 Make AddAnnotation stricter in parsing JSON file by Paul Duffin · 6 years ago
  35. cc5abc2 Add --default-constructors-file option to RepackagingTransform by Paul Duffin · 6 years ago
  36. ccac302 Use AddAnnotation instead of AddMarkerAnnotation by Paul Duffin · 6 years ago
  37. a13c05e Update currysrc to make it work with okhttp by Paul Duffin · 6 years ago
  38. 6f30d2a Merge "Expose Transliterator API" by vichang · 6 years ago
  39. 470f174 Expose Transliterator API by Victor Chang · 6 years ago
  40. 289da4c Add RepackagingTransform to make it easier to repackage source by Paul Duffin · 6 years ago
  41. 611ac3e Annotate repackaged API with @UnsupportedAppUsage by Paul Duffin · 6 years ago
  42. da28d52 Support adding default constructors and @UnsupportedAppUsage by Paul Duffin · 6 years ago
  43. 058432e Rename currysrc AddAnnotation to AddMarkerAnnotation by Paul Duffin · 6 years ago
  44. e5daa82 Update the ICU license file / support APEX license by Neil Fuller · 6 years ago
  45. 5efcf28 Expose new stable UCharacter APIs introduced by ICU 63 by Victor Chang · 6 years ago
  46. cd0e59e Update java doc patches for ICU 63 by Victor Chang · 6 years ago
  47. e55c5ea Fix docs build after switch to CorePlatformApi by Victor Chang · 6 years ago
  48. fbb1a83 Make BaseJavadocTagClasses descend into nodes by Adam Vartanian · 6 years ago
  49. 11b2ac5 Add more APIs to CorePlatformApi for internal by Neil Fuller · 6 years ago
  50. 6cff60d Merge "Generate android_icu4j with a fixed set of public APIs" by vichang · 6 years ago
  51. 49ae1bd Generate android_icu4j with a fixed set of public APIs by Victor Chang · 6 years ago
  52. 0b3f1dc More @CorePlatformApi annotations by Neil Fuller · 6 years ago
  53. 6010bd3 Add icu API needed by framework to core.platform.api.stubs by Paul Duffin · 6 years ago
  54. 3912e79 Add more APIs used by platform targets (2) by Neil Fuller · 6 years ago
  55. 9189af5 Add CorePlatformApi annotation to generated ICU4J by Neil Fuller · 6 years ago
  56. 6be6c3c Add processors for adding and removing annotations by Paul Duffin · 6 years ago
  57. d3ccbf9 Create CTS test to check ICU version on device by Victor Chang · 6 years ago
  58. e993598 Add rules to generate android_icu4j sources during build time by Victor Chang · 6 years ago
  59. 8cd2fe6 Expose android.icu.text.Bidi API by Victor Chang · 6 years ago
  60. 5e7b647 Merge "Expose android.icu.text.CaseMap API" by vichang · 6 years ago
  61. 6e18e29 Convert external/icu to Android.bp by Colin Cross · 6 years ago
  62. 076e612 Expose android.icu.text.CaseMap API by Victor Chang · 6 years ago
  63. 40ab789 Remove public javadoc linking to NumberFormatter by Victor Chang · 6 years ago
  64. d8f0985 Revert "Hide new API from ICU 62" by Fredrik Roubert · 6 years ago
  65. 1c5fb72 Merge "Merge remote-tracking branch 'aosp/icu62' into aosp/master." by Treehugger Robot · 6 years ago
  66. 5c73e2f Use full path for exclude_files by Colin Cross · 6 years ago
  67. 392019a Move srcgen over to using .bp files by Neil Fuller · 6 years ago
  68. 0231f94 Hide new API from ICU 62 by Victor Chang · 6 years ago
  69. a5b2780 Various fixes for currysrc by Neil Fuller · 6 years ago
  70. 539391a Update currysrc Eclipse dependencies by Neil Fuller · 6 years ago
  71. 163dbe9 Merge "Remove broken @see tags from ICU javadoc." by Treehugger Robot · 6 years ago
  72. fbc3234 Remove broken @see tags from ICU javadoc. by Pete Gillin · 6 years ago
  73. 0d13112 Merge "Revert "Hide new API from ICU 61"" by Treehugger Robot · 6 years ago
  74. 1e7f4cb Merge "Explicitly make building tzcode single threaded" by Neil Fuller · 6 years ago
  75. f881fae Explicitly make building tzcode single threaded by Neil Fuller · 6 years ago
  76. b7204d7 Revert "Hide new API from ICU 61" by Fredrik Roubert · 6 years ago
  77. 1817259 Add RBBIMonkeyTest to the HiMemTestShard. by Fredrik Roubert · 6 years ago
  78. b7abfd1 Hide new API from ICU 61 by Victor Chang · 6 years ago
  79. a1410f0 Add a script to rebuild ICU data source files from CLDR. by Fredrik Roubert · 6 years ago
  80. ee29aba Add a new API android.icu.util.LocaleData by Victor Chang · 7 years ago
  81. df78677 Expose API android.icu.util.IllformedLocaleException by Victor Chang · 7 years ago
  82. bfeb040 Revert "Hide new public APIs introduced by ICU 60." by Victor Chang · 7 years ago
  83. 20d1241 Hide new public APIs introduced by ICU 60. by Fredrik Roubert · 7 years ago
  84. 11ba915 Update Javadoc patch files for ICU 60. by Fredrik Roubert · 7 years ago
  85. bba45d5 Remove obsolete patch to deprecate internal Calendar methods. by Fredrik Roubert · 7 years ago
  86. 3bf454d Remove obsolete patch to remove references to setSignificantDigitsMode. by Fredrik Roubert · 7 years ago
  87. 5b799ec ICU srcgen: Delete unused class ReplaceSelectedJavadoc. by Tobias Thierer · 7 years ago
  88. 7caa07d Drop ICU test classes in libcore packages. by Tobias Thierer · 7 years ago
  89. 2493291 Revert "ICU: Drop test/ version of DecimalFormat_ICU58 and friends." by Tobias Thierer · 7 years ago
  90. 430456d ICU: Drop test/ version of DecimalFormat_ICU58 and friends. by Tobias Thierer · 7 years ago
  91. d9615ce Update various README.android files under external/icu. by Pete Gillin · 7 years ago
  92. 2e13a2b Add sharding annotations to android_icu4j test classes. by Pete Gillin · 7 years ago
  93. 19a4d66 Remove FixupBidiClassDoc in codegen tool by Victor Chang · 7 years ago
  94. f020ab2 Merge "Apply line-based javadoc patches during ICU4J codegen" by vichang · 7 years ago
  95. 5d40af9 Apply line-based javadoc patches during ICU4J codegen by Victor Chang · 7 years ago
  96. 36a4299 Make updateicudata.py skip JAR files with identical contents. by Fredrik Roubert · 7 years ago
  97. 9c71da9 Update replacements.txt after cherry-pick for ticket #13231. by Fredrik Roubert · 7 years ago
  98. 3dd6d23 Remove @category annotations. by Fredrik Roubert · 8 years ago
  99. 19c7201 Update replacements.txt to hide DecimalFormat.setSignificantDigitsMode(). by Fredrik Roubert · 8 years ago
  100. 65d90b8 Bugfix: Hide @see annotations referring to hidden methods. by Fredrik Roubert · 7 years ago