1. b0107ad Merge "Add maxTargetSdk restriction to unused APIs." by Treehugger Robot · 3 years, 10 months ago
  2. 8ba5f84 Add maxTargetSdk restriction to unused APIs. by Mathew Inwood · 3 years, 11 months ago
  3. 5022b44 Remove the unused @IntraCoreApi by Victor Chang · 3 years, 11 months ago
  4. 6aa6312 Remove unused @IntraCoreApi provided by ICU4J by Victor Chang · 3 years, 11 months ago
  5. 32ead7e Merge changes from topic "initlibicuuc" by vichang · 3 years, 11 months ago
  6. 8b5779d Merge "Move ICU-related initialization code to I18n module" by vichang · 3 years, 11 months ago
  7. 07c22a8 Android patch: libicuuc loads data files without an explicit call by Victor Chang · 4 years ago
  8. ba1339b Move ICU-related initialization code to I18n module by Victor Chang · 4 years ago
  9. f82fcd1 Android patch: Add DecimalFormat#setParseJavaCompatible to replace setParseStrictMode by Victor Chang · 3 years, 11 months ago
  10. cfea28d Merge "Allow duplicated fields in DateTimePatternGenerator" by vichang · 3 years, 11 months ago
  11. b356f6e Android patch: Fix localized quarters used in java.time by Victor Chang · 3 years, 11 months ago
  12. 2233b49 Allow duplicated fields in DateTimePatternGenerator by Victor Chang · 3 years, 11 months ago
  13. 51d19f1 Merge "Inline toStringArray into its only non-libcore user." by Nicolas Geoffray · 4 years ago
  14. 51d5a93 Inline toStringArray into its only non-libcore user. by Nicolas Geoffray · 4 years ago
  15. 80a4368 Merge "Initialize ICU4C in i18n module instead of libcore" by vichang · 4 years ago
  16. e7817e0 Initialize ICU4C in i18n module instead of libcore by Victor Chang · 4 years ago
  17. 6addaa7 Merge "Add LocaleNative.setDefault" by vichang · 4 years ago
  18. c3d6196 Add LocaleNative.setDefault by Victor Chang · 4 years ago
  19. 8c87642 Remove unnecessary nativehelper/ScopedBytes.h include by Orion Hodson · 4 years ago
  20. a30e214 Break TransliteratorTest#testAll into parameterized test by Victor Chang · 4 years, 1 month ago
  21. 6e80b01 Add regression test for separators in the currency format by Victor Chang · 4 years, 1 month ago
  22. d45a579 Cherry-pick: ICU-20956 Fix monetary symbol getters in DecimalFormat by Shane Carr · 4 years, 6 months ago
  23. 53ddc8d Link CalendarAstronomer statically in the system server by Victor Chang · 4 years, 1 month ago
  24. 90ec62d Update language in external/icu to comply with Android’s inclusive language guidance by Victor Chang · 4 years, 1 month ago
  25. 59b93bd Merge "Remove redundant zone.tab section from tzdata" by Neil Fuller · 4 years, 2 months ago
  26. 1467987 Merge "Provide getNarrowAmPm to framework instead of Libcore" by vichang · 4 years, 2 months ago
  27. d3f72fb Merge "Tweak tzdata format" by Neil Fuller · 4 years, 2 months ago
  28. 8b8c65b Add String interning for zoneIds by Neil Fuller · 4 years, 2 months ago
  29. b67b5a3 Remove redundant zone.tab section from tzdata by Neil Fuller · 4 years, 2 months ago
  30. 7e67c46 Tweak tzdata format by Neil Fuller · 4 years, 2 months ago
  31. 99fcca2 Update the TzDataSetVersion for S by Neil Fuller · 4 years, 2 months ago
  32. efa5921 Provide getNarrowAmPm to framework instead of Libcore by Victor Chang · 4 years, 2 months ago
  33. 162aba9 Provide access to new "alts" data in tzlookup.xml by Neil Fuller · 4 years, 2 months ago
  34. 0c4f11f Merge changes from topic "initializePatternSeparator" by vichang · 4 years, 2 months ago
  35. 4ed8f4d Merge "Expose CurrencyMetaInfo to re-implement ICU.getCurrencyCode in libcore" by vichang · 4 years, 2 months ago
  36. 59431f5 Remove @IntraCoreApi from JavaTimeZone by Victor Chang · 4 years, 2 months ago
  37. 22f7c50 Re-implement LocaleData.initializePatternSeparator without using UResourceBundle by Victor Chang · 4 years, 2 months ago
  38. 75c6ad5 Android patch: Add DecimalFormatSymbols#getLocalizedPatternSeparator for libcore bridge by Victor Chang · 4 years, 2 months ago
  39. da51cfb Expose CurrencyMetaInfo to re-implement ICU.getCurrencyCode in libcore by Victor Chang · 4 years, 2 months ago
  40. 7e54f90 Move libcore.timezone to the i18n module - Final part by Victor Chang · 4 years, 2 months ago
  41. 6792d05 Move/Copy more libcore.timezone classes by Victor Chang · 4 years, 2 months ago
  42. 21639cd Move libcore.timezone classes to I18n module by Victor Chang · 4 years, 3 months ago
  43. e0cb749 Move/Copy libcore.timezone classes and tests by Victor Chang · 4 years, 2 months ago
  44. ecffbde Legacy/stable split for ICU contributions to core/platform API. by Pete Gillin · 4 years, 3 months ago
  45. d234cd9 Merge "Move ICU's IntraCoreApi stubs to java_sdk_library." by Nicolas Geoffray · 4 years, 3 months ago
  46. 2f5b7b3 Merge "Split the core/platform API into stable and legacy versions." by Pete Gillin · 4 years, 3 months ago
  47. 7f8aaf6 Move ICU's IntraCoreApi stubs to java_sdk_library. by Nicolas Geoffray · 4 years, 3 months ago
  48. 5e28f35 Split the core/platform API into stable and legacy versions. by Pete Gillin · 4 years, 3 months ago
  49. 329d035 Move ICU's public api stubs to java_sdk_library. by Nicolas Geoffray · 4 years, 3 months ago
  50. 4f8142a Move ICU's CorePlatformApi stubs to java_sdk_library. by Nicolas Geoffray · 4 years, 3 months ago
  51. a12ff87 Move com.android.i18n APEX module definition to packages/modules/RuntimeI18n/ by Victor Chang · 4 years, 4 months ago
  52. 71d684d Remove unused resource-only java_library by Victor Chang · 4 years, 4 months ago
  53. c5f2fa0 Update updateicudata.py to generate testdata.jar by Victor Chang · 4 years, 4 months ago
  54. aaf6845 "Move ICU from ART APEX into i18n APEX" Attempt 2 by Victor Chang · 4 years, 4 months ago
  55. edff287 Revert "Move ICU from ART APEX into i18n APEX" by vichang · 4 years, 4 months ago
  56. 7008994 Move ICU from ART APEX into i18n APEX by Victor Chang · 4 years, 5 months ago
  57. a85b738 Remove references to @hide APIs. by Andrew Sapperstein · 4 years, 4 months ago
  58. 12990b3 Add explicit dependencies on jni_headers by Orion Hodson · 4 years, 5 months ago
  59. 4086a63 Remove testdex version. by Nicolas Geoffray · 4 years, 5 months ago
  60. ad2ceb1 Add API coverage to android.icu.number by Victor Chang · 4 years, 5 months ago
  61. a3cf9b8 Merge "Remove ART aggregation of icu sources" by Paul Duffin · 4 years, 5 months ago
  62. fe1f1b2 Merge "Move TimeZoneNames#fillZoneStrings() API into libcore bridge" by Nikita Iashchenko · 4 years, 5 months ago
  63. 093a404 Remove ART aggregation of icu sources by Paul Duffin · 4 years, 5 months ago
  64. f918735 Merge "Cherry-pick: ICU-21020 Document unchecked exception in various number formatter classes" by vichang · 4 years, 5 months ago
  65. f13449c Cherry-pick: ICU-21020 Document unchecked exception in various number formatter classes by Victor Chang · 4 years, 6 months ago
  66. 822e4fc Move TimeZoneNames#fillZoneStrings() API into libcore bridge by Nikita Iashchenko · 4 years, 6 months ago
  67. bc87dca Cherry-pick: ICU-20806 Remove "implements Cloneable" from android.icu.number.Precision and ScientificNotation by Victor Chang · 4 years, 6 months ago
  68. c361b40 Merge changes from topics "DateSorterBridge", "initLocaleDataNative" by vichang · 4 years, 6 months ago
  69. b3ff319 Move yesterday/today Strings from LocaleData into a new ICU class by Victor Chang · 4 years, 6 months ago
  70. a39d58a Add new @IntraCoreApi used by libcore.icu.LocaleData by Victor Chang · 4 years, 6 months ago
  71. d00c072 Regenerate android_icu4j with ./tools/srcgen/generate_android_icu4j.sh by Nikita Iashchenko · 4 years, 6 months ago
  72. 7089a33 Merge aosp/master into aosp/icu66 by Nikita Iashchenko · 4 years, 10 months ago
  73. 404526c Fix ICUServiceThreadTest flakiness by Nikita Iashchenko · 4 years, 10 months ago
  74. ecdb118 Revert "Hide temporarily 4 ICU fields to avoid merge conflicts in downstream branches" by Nikita Iashchenko · 4 years, 8 months ago
  75. 7732eff Hide temporarily 4 ICU fields to avoid merge conflicts in downstream branches by Nikita Iashchenko · 4 years, 8 months ago
  76. be756fc Update current-api.txt by Nikita Iashchenko · 4 years, 8 months ago
  77. 6474458 Regenerate android_icu4j with ./tools/srcgen/generate_android_icu4j.sh by Nikita Iashchenko · 4 years, 8 months ago
  78. b9f3853 Merge "Expose NumberFormatter and NumberRangeFormatter APIs" by vichang · 4 years, 9 months ago
  79. 7b16755 Expose NumberFormatter and NumberRangeFormatter APIs by Victor Chang · 4 years, 9 months ago
  80. fc5de11 Merge "Merge branch 'icu65.1' into aosp/master" by Nikita Iashchenko · 4 years, 9 months ago
  81. 8a63300 Merge branch 'icu65.1' into aosp/master by Nikita Iashchenko · 4 years, 9 months ago
  82. 457548d Remove javadoc reference to hidden method by Nikita Iashchenko · 4 years, 9 months ago
  83. e8f491f Rename ParseMode#COMPATIBILITY to ParseMode#JAVA_COMPATIBILITY in intra-core-api.txt by Nikita Iashchenko · 4 years, 9 months ago
  84. 817ddd5 Update current-api.txt by Nikita Iashchenko · 4 years, 9 months ago
  85. 4617a23 Hide android.icu.text.DecimalFormat#toNumberFormatter() which stopped being @draft by Nikita Iashchenko · 4 years, 9 months ago
  86. ee2db8c Regenerate android_icu4j with ./tools/srcgen/generate_android_icu4j.sh by Nikita Iashchenko · 4 years, 9 months ago
  87. 5ef2525 Add tools/misc/src/com/ibm/icu/dev/tool/locale to android_icu4j test sources by Nikita Iashchenko · 4 years, 9 months ago
  88. 0ddd1ef Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 4 years, 9 months ago
  89. c69fd9a Revert submission 1191937-art_apex_available by Joseph Murphy · 4 years, 9 months ago
  90. e243b2a Use apex_available property by Jiyong Park · 4 years, 9 months ago
  91. 2fc4dc3 Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 9 months ago
  92. d64e93b Move ICU.toLower/UpperCase into external/icu by Victor Chang · 4 years, 10 months ago
  93. 18ee0ca Move ICU.getDisplay* API into external/icu by Victor Chang · 4 years, 10 months ago
  94. 0df29ba Rename native regex classes by Victor Chang · 4 years, 10 months ago
  95. 93e3773 Move ICU4C metadata getters from libcore.icu.ICU into external/icu by Victor Chang · 4 years, 10 months ago
  96. c8e9ecc Merge "Move the jni codes in a subdirectory of android_icu4j" by vichang · 4 years, 10 months ago
  97. c9ae0db Move the jni codes in a subdirectory of android_icu4j by Victor Chang · 4 years, 10 months ago
  98. 3b72bc6 Merge changes from topics "moveNativeConverter2", "moveNativeConverter3" by vichang · 4 years, 10 months ago
  99. 72bf4b3 Merge "Move NativeConverter and java.nio.charset into core-icu4j" by vichang · 4 years, 10 months ago
  100. 148a21b Use the new malloced info for NativeAllocationRegistry in NativeConverter by Victor Chang · 4 years, 11 months ago