1. 6739d88 Fix DecimalFormat.format(bigDecimal, sb, new FieldPosition(NumberFormat.Field.CURRENCY)) by Victor Chang · 3 years, 10 months ago
  2. c97df7c Merge changes I9145c655,I854dfbf2 by Treehugger Robot · 3 years, 10 months ago
  3. e1ea173 Remove LocaleDataTest#testInitLocaleData_icu4cConsistency test by Victor Chang · 3 years, 10 months ago
  4. 80189e2 Synchronize FileDescriptor.release$(). by Josh Gao · 3 years, 10 months ago
  5. b0cd1a4 fdsan: don't sign-extend identityHashCode. by Josh Gao · 3 years, 11 months ago
  6. d60f50d Merge "Handle missing parent interfaces" by Treehugger Robot · 3 years, 11 months ago
  7. adbe9cc Handle missing parent interfaces by Daulet Zhanguzin · 3 years, 11 months ago
  8. b972142 Merge "Move android.icu class tests to CtsIcuTestCases" by vichang · 3 years, 11 months ago
  9. 59da6ab Move android.icu class tests to CtsIcuTestCases by Victor Chang · 3 years, 11 months ago
  10. ad50139 Merge "Add test for 32-bit parkNanos failure" by Hans Boehm · 3 years, 11 months ago
  11. 7565cdc Add test for 32-bit parkNanos failure by Hans Boehm · 3 years, 11 months ago
  12. a30b620 Merge changes from topic "certblocklist" by Pete Bentley · 3 years, 11 months ago
  13. 4c48727 Merge "Revert "Add regression test for separators in the currency format"" by vichang · 3 years, 11 months ago
  14. 0fe2144 Revert "Add regression test for separators in the currency format" by vichang · 3 years, 11 months ago
  15. b0316ee Merge "Add regression test for separators in the currency format" by vichang · 4 years ago
  16. f1321ea Add regression test for separators in the currency format by Victor Chang · 4 years ago
  17. 9f7c708 Merge "Remove RandomAccessFileTest#testSeekTooLarge." by Treehugger Robot · 4 years ago
  18. ac525ff Merge "Switch to OpenJDK 8 java/math" by Hans Boehm · 4 years ago
  19. 930e9a1 Switch to OpenJDK 8 java/math by Hans Boehm · 5 years ago
  20. 31f81b9 Merge "Adding check for non blocking unix socket in BlockGuardOs and corresponding tests" by Christian Wailes · 4 years ago
  21. 20751cf Remove RandomAccessFileTest#testSeekTooLarge. by Kazuhiro Inaba · 4 years ago
  22. 2c52420 Adding check for non blocking unix socket in BlockGuardOs and corresponding tests by repo sync -c -j8 · 4 years ago
  23. 82b6141 Merge "Start timer earlier in ReferenceQueueTest" by Hans Boehm · 4 years ago
  24. 97b9592 Start timer earlier in ReferenceQueueTest by Hans Boehm · 4 years ago
  25. 0164731 Update language to comply with Android's inclusive language guidance by Pete Bentley · 4 years ago
  26. 4a8d8e2 Update language to comply with Android's inclusive language guidance by Pete Bentley · 4 years ago
  27. 51084b3 Inclusive Language Fixit: step #8 by Paul Duffin · 4 years ago
  28. a75f1c7 Inclusive Language Fixit: step #6 by Paul Duffin · 4 years ago
  29. 325bbad Inclusive Language Fixit: step #4 by Paul Duffin · 4 years ago
  30. 3d1b6d6 Inclusive Language Fixit: Replace dummy with fake by Paul Duffin · 4 years ago
  31. e2faffa Remove unused include and headers by Victor Chang · 4 years ago
  32. 2be0a0e Do not initialize timeformat_* in LocaleData by Victor Chang · 4 years ago
  33. 9537424 Remove @CorePlatformApi from LocaleData by Victor Chang · 4 years ago
  34. b0c0666 Remove @CorePlatformApi for am/pm in LocaleData by Victor Chang · 4 years ago
  35. c92c292 Remove unused @CorePlatformApi in libcore.icu.LocaleData by Victor Chang · 4 years ago
  36. cabaa17 Remove the cache from libcore.icu.DateIntervalFormat by Victor Chang · 4 years ago
  37. f2cc0e7 Remove libcore.icu.DateIntervalFormat from @CorePlatformApi by Victor Chang · 4 years ago
  38. 1c2a4e7 Merge "Fix stack overflow in libcore.java.lang.StringTest#testFormat_invalidLocale" by vichang · 4 years ago
  39. 525eac5 Fix stack overflow in libcore.java.lang.StringTest#testFormat_invalidLocale by Victor Chang · 4 years ago
  40. ba9bb61 Merge "Remove DateTimeFormat and RelativeDateTimeFormatter from libcore/" by vichang · 4 years ago
  41. 51d7d4a Merge "Avoid String.format in Compatibility.Callbacks methods" by vichang · 4 years ago
  42. ae5a876 Merge "Remove libcore.icu.ICU from @CorePlatformApi surface" by vichang · 4 years ago
  43. 3a175f5 Avoid String.format in Compatibility.Callbacks methods by Orion Hodson · 4 years ago
  44. 7d61b51 DateFormatSymbols.getInstance(Locale.ROOT) behaves more closely to English locale for targetSdkVersion <= 29 by Victor Chang · 4 years ago
  45. 649a5fd Merge "Re-implement ICU.getBestDateTimePattern with ICU4J" by vichang · 4 years ago
  46. 0a0ec25 Merge changes from topic "initializePatternSeparator" by vichang · 4 years ago
  47. 9ce32fc Merge "Re-implement ICU.getCurrencyCode without accessing the ICU resource directly" by vichang · 4 years ago
  48. 039dec0 Merge "Add test before refactoring Currency#getInstance(Locale)" by vichang · 4 years ago
  49. 851ca25 Remove DateTimeFormat and RelativeDateTimeFormatter from libcore/ by Victor Chang · 4 years ago
  50. 39a6905 Re-implement DateUtilsBridge.icuTimeZone with public API by Victor Chang · 4 years ago
  51. 1a2ecbf Remove libcore.icu.ICU from @CorePlatformApi surface by Victor Chang · 4 years ago
  52. 6ed7866 Re-implement ICU.getBestDateTimePattern with ICU4J by Victor Chang · 4 years ago
  53. 3307361 Re-implement LocaleData.initializePatternSeparator without using UResourceBundle by Victor Chang · 4 years ago
  54. cb7ae1e Re-implement LocaleData.initializeDateTimePatterns with Calendar.getDateTimeFormatString by Victor Chang · 4 years ago
  55. 8d9485d Re-implement ICU.getCurrencyCode without accessing the ICU resource directly by Victor Chang · 4 years ago
  56. 65fe07c Add test before refactoring Currency#getInstance(Locale) by Victor Chang · 4 years ago
  57. 69ce041 Merge "Move libcore.timezone to the i18n module - Final part" by vichang · 4 years ago
  58. 4da4a1e Merge "Move libcore.timezone classes to I18n module" by vichang · 4 years ago
  59. 9105bf1 Move libcore.timezone to the i18n module - Final part by Victor Chang · 4 years, 1 month ago
  60. 972664f Move libcore.timezone classes to I18n module by Victor Chang · 4 years, 1 month ago
  61. bdfae1b Merge "Mark libcore.content.type.MimeMap as stable @CorePlatformApi." by Treehugger Robot · 4 years ago
  62. b12aa13 Mark libcore.content.type.MimeMap as stable @CorePlatformApi. by Pete Gillin · 4 years ago
  63. f278821 Update to use nativehelper/JNIPlatformHelp.h by Orion Hodson · 4 years, 1 month ago
  64. d0ef544 Make CorePlatformApi.Status et al part of @IntraCoreApi. by Pete Gillin · 4 years, 1 month ago
  65. 473f009 Split the core/platform API into stable and legacy versions. by Pete Gillin · 4 years, 1 month ago
  66. 1b2b0e2 Revert^2 "Avoid fd leaks when jniCreateFileDescriptor encounters OOME" by Orion Hodson · 4 years, 2 months ago
  67. 6716e5a Merge "Revert "Avoid fd leaks when jniCreateFileDescriptor encounters OOME"" by Orion Hodson · 4 years, 2 months ago
  68. be00faf Revert "Avoid fd leaks when jniCreateFileDescriptor encounters OOME" by Nicolas Geoffray · 4 years, 2 months ago
  69. 97cd818 Merge "Avoid fd leaks when jniCreateFileDescriptor encounters OOME" by Orion Hodson · 4 years, 2 months ago
  70. df24e75 Avoid fd leaks when jniCreateFileDescriptor encounters OOME by Orion Hodson · 4 years, 2 months ago
  71. 59b084b Modify 2 APIs to not declare unthrown exceptions by Neil Fuller · 4 years, 2 months ago
  72. 1049e7d Remove deprecated BouncyCastle algorithms by Daulet Zhanguzin · 4 years, 2 months ago
  73. e80794d Revert "Remove deprecated BouncyCastle algorithms" by Jack He · 4 years, 2 months ago
  74. 0828fb5 Remove deprecated BouncyCastle algorithms by Daulet Zhanguzin · 4 years, 2 months ago
  75. c0d1a6ec Improve test coverage for PKIXParameters. by Pete Bentley · 4 years, 3 months ago
  76. e42a345 Merge "ZipInputStream: Don't throw for data descriptors on STORed entries." by Treehugger Robot · 4 years, 3 months ago
  77. 2fc0039 ZipInputStream: Don't throw for data descriptors on STORed entries. by Narayan Kamath · 4 years, 3 months ago
  78. ad74295 Merge "Use own definition in native code for FileDescriptor ownerId" by Orion Hodson · 4 years, 3 months ago
  79. 4327fcb Use own definition in native code for FileDescriptor ownerId by Orion Hodson · 4 years, 3 months ago
  80. c74b63f Merge "Use libandroidicu for host libjavacore" by vichang · 4 years, 3 months ago
  81. 0fc7e8e Merge "Improve test coverage for Arrays and Streams." by Pete Bentley · 4 years, 3 months ago
  82. dcf0a57 Improve test coverage for Arrays and Streams. by Pete Bentley · 4 years, 3 months ago
  83. d5bd019 Merge "Compile libjavacore and libopenjdk against libandroidicu" by vichang · 4 years, 3 months ago
  84. 0882924 Merge "Extract luni crypto tests into separate module" by Daulet Zhanguzin · 4 years, 3 months ago
  85. 29c5385 Use libandroidicu for host libjavacore by Victor Chang · 4 years, 3 months ago
  86. 95dd7b8 Improve test coverage for Arrays.stream(). by Pete Bentley · 4 years, 3 months ago
  87. 8f6ec37 Extract luni crypto tests into separate module by Daulet Zhanguzin · 4 years, 3 months ago
  88. d3e02b9 Compile libjavacore and libopenjdk against libandroidicu by Victor Chang · 4 years, 4 months ago
  89. 8e95516 Add tests for SSLParameters.[get|set]UseCipherSuitesOrder. by Pete Bentley · 4 years, 3 months ago
  90. e27cb07 Merge "Move TimeZoneNames#fillZoneStrings() API into libcore bridge" by Nikita Iashchenko · 4 years, 4 months ago
  91. 0b557ea Replace jniStrError with strerror_r by Orion Hodson · 4 years, 4 months ago
  92. 941b474 Merge "libcore: Add a libcore-patch-style script" by Treehugger Robot · 4 years, 4 months ago
  93. 875ef07 Merge "Reland "libcore: Remove native calls in FileDescriptor <clinit>"" by Treehugger Robot · 4 years, 4 months ago
  94. 32ea49e Reland "libcore: Remove native calls in FileDescriptor <clinit>" by Orion Hodson · 4 years, 4 months ago
  95. 46d943e Merge changes from topics "DateSorterBridge", "initLocaleDataNative" by vichang · 4 years, 4 months ago
  96. 74c0b3f Move TimeZoneNames#fillZoneStrings() API into libcore bridge by Nikita Iashchenko · 4 years, 5 months ago
  97. cd80bb0 Remove unused headers by Victor Chang · 4 years, 4 months ago
  98. d782028 Move yesterday/today Strings from LocaleData into a new ICU class by Victor Chang · 4 years, 4 months ago
  99. 67b3fa6 Replace ICU.initLocaleDataNative with ICU4J implementation by Victor Chang · 4 years, 4 months ago
  100. 973bc8b Merge "Fix OffsetResult.toString()" by Neil Fuller · 4 years, 4 months ago