1. 4acfe16 Android patch: Ticket #11913: Fix bug in temporary workaround. by Fredrik Roubert · 9 years ago
  2. a3f31c0 Integrate workaround for CLDR ticket #7969 into android_icu4j. by Fredrik Roubert · 9 years ago
  3. 99a7ced Android patch: CLDR ticket #7969: Percent formatting in RTL text. ICU4J by Fredrik Roubert · 9 years ago
  4. 4e83e10 Android patch: Regenerated data files for en_AU cherry-pick. by Paul Duffin · 9 years ago
  5. e0108b4 Cherry-pick: en_AU: spaces missing in long and medium date format by Fredrik Roubert · 9 years ago
  6. 2e88a3b Enable tests to be run when ICU4J is on the bootclasspath by Paul Duffin · 9 years ago
  7. d80e888 Remove non-existent directory. by Paul Duffin · 9 years ago
  8. 69ef1ba Add repackaged version of the ICU tests by Paul Duffin · 9 years ago
  9. dfda36f Update timezone data to 2016a by Neil Fuller · 9 years ago
  10. 5cf9d33 Integrate changes cherry-picked for ticket #12010 into android_icu4j. by Fredrik Roubert · 9 years ago
  11. adbfdff Cherry-pick: ticket:12010: Fixed a typo @returns in the previous commit. by Yoshito Umaoka · 9 years ago
  12. ef50c15 Cherry-pick: ticket:12010: Fixed some minor API doc issues. by Yoshito Umaoka · 9 years ago
  13. 3204cf3 Revert "Add missing "other" strings for RelativeDateTimeFormatter" by Fredrik Roubert · 9 years ago
  14. 98d264e Integrate for tickets #11989, #12018, #12030, #12031, #12032. by Fredrik Roubert · 9 years ago
  15. c43b22f Android.mk files updated for ticket #11857, #12031 cherry-picks. by Fredrik Roubert · 9 years ago
  16. 9d5f595 Cherry-pick: ticket:12018: Add missing * in Javadoc syntax. by Fredrik Roubert · 9 years ago
  17. e0b6725 Cherry-pick: ticket:11989: API doc fix by Craig Cornelius · 9 years ago
  18. bdf33e6 Cherry-pick: ticket:12018: Overhaul RelativeDateTimeFormatter data loading by Craig Cornelius · 9 years ago
  19. 8cf2ea9 Cherry-pick: ticket:12032: remove SimplePatternFormatter wrapper objects from MeasureFormat range formatting, too by Markus Scherer · 9 years ago
  20. 9ed7881 Cherry-pick: ticket:12032: SimplePatternFormatter allow values=null, some better API docs, some changes parallel with C++ by Markus Scherer · 9 years ago
  21. 58d9241 Cherry-pick: ticket:12032: rewrite SimplePatternFormatter: quoting like MessageFormat, shorter, create fewer objects; callers avoid wrapper objects by Markus Scherer · 9 years ago
  22. 2ec3826 Cherry-pick: ticket:12030: move some code to QuantityFormatter so that PluralRules does not depend on NumberFormat and to be more parallel with C++ by Markus Scherer · 9 years ago
  23. 32d49d8 Cherry-pick: ticket:12031: text.PluralRules.StandardPluralCategories -> impl.StandardPlural with new names for constants & methods by Markus Scherer · 9 years ago
  24. 82027af Cherry-pick: ticket:12030: MeasureFormat handle by-plural-form sideways-aliasing, by not bundling plural forms into a QuantityFormatter, reintegrate from ^/icu4j/branches/markus/sideways by Markus Scherer · 9 years ago
  25. 307b5d7 Cherry-pick: ticket:12032: rewrite SimplePatternFormatter: quoting like MessageFormat, shorter, create fewer objects by Markus Scherer · 9 years ago
  26. 5647259 Cherry-pick: ticket:12030: Update destructor to delete all patterns by Michael Ow · 9 years ago
  27. 464521e Cherry-pick: ticket:12031: define StandardPlural::indexFromString(const UnicodeString &keyword, UErrorCode &errorCode) by Markus Scherer · 9 years ago
  28. 7d219b1 Cherry-pick: ticket:12030: MeasureFormat handle by-plural-form sideways-aliasing, by not bundling plural forms into a QuantityFormatter, port from Java by Markus Scherer · 9 years ago
  29. ff847cb Cherry-pick: ticket:12031: StandardPlural from UnicodeString by Markus Scherer · 9 years ago
  30. 0b3ec05 Cherry-pick: ticket:12031: port enum StandardPlural to C++ by Markus Scherer · 9 years ago
  31. e8dd0dd Cherry-pick: ticket:11857 Add CStr class for easier UnicodeString to char * conversions. by Andy Heninger · 9 years ago
  32. 8a8dc7a Remove header from LOCAL_SRC_FILES by Dan Willemsen · 9 years ago
  33. 6bb622e Fix @code escapes by Neil Fuller · 9 years ago
  34. ac37ac1 Hide static setDefault methods in ICU4J by Neil Fuller · 9 years ago
  35. 1ece735 brillo: Remove icu.dat file from the Brillo image. by Ralph Nathan · 9 years ago
  36. fa4af60 Make the Android ICU4J APIs unhidden am: a7aed8f9de by Neil Fuller · 9 years ago
  37. a7aed8f Make the Android ICU4J APIs unhidden by Neil Fuller · 9 years ago
  38. 145f2f1 Integrate changes cherry-picked for ticket #11986 into android_icu4j. by Fredrik Roubert · 9 years ago
  39. 41e6d0d Android.mk file updated for ticket #11986 cherry-picks. am: 9e9419ecc6 by Fredrik Roubert · 9 years ago
  40. 0c77849 Cherry-pick: ticket:11986: optimize UnitPatternSink a bit; add MeasureUnitTest.testIndividualPluralFallback() by Markus Scherer · 9 years ago
  41. 4a25416 Cherry-pick: ticket:11986: MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set by Markus Scherer · 9 years ago
  42. 0516ae2 Cherry-pick: ticket:11986: slightly nicer QuantityFormatter.getPluralIndex(), avoid key.toString() for it by Markus Scherer · 9 years ago
  43. 59900c9 Cherry-pick: ticket:11986: UResource.Value.getAliasString(), sink.leave(), MeasureFormat use resource enumeration, store one data reference not pieces of that data by Markus Scherer · 9 years ago
  44. 31e5f0a Cherry-pick: ticket:11986: rename ICUResource to UResource, consistent with UResourceBundle, in case we want to make the resource enumeration public by Markus Scherer · 9 years ago
  45. 9d2b073 Cherry-pick: ticket:11986: MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set; add MeasureFormatTest::TestIndividualPluralFallback(); fix RelativeDateTimeFormatterTest::TestSerbianFallback() test data by Markus Scherer · 9 years ago
  46. 548512a Cherry-pick: ticket:11986: const ResourceValue references, sink.leave(), some more specific types in MeasureFormat code by Markus Scherer · 9 years ago
  47. b306784 Cherry-pick: ticket:11986: use prefix Resource for C++ classes, prefix UResource for C types by Markus Scherer · 9 years ago
  48. bfb4c9d Cherry-pick: ticket:11986: more compact MeasureFormat data sink declaration+defition, add comments by Markus Scherer · 9 years ago
  49. 9d9f96d Cherry-pick: ticket:11986: do not duplicate MeasureFormat data for sideways-fallback aliases by Markus Scherer · 9 years ago
  50. 5f0bf2b Cherry-pick: ticket:11986: enumerate most of the measurement unit formatting data, rather than lookup-with-fallback for each piece; adds necessary fallback on leaf level by Markus Scherer · 9 years ago
  51. 42d034b Merge "Improve docs around srcgen" am: 414ad9dfd2 by Neil Fuller · 9 years ago
  52. 1692ef4 Merge "Fix spelling of Locator in srcgen code" am: d943b6abff by Neil Fuller · 9 years ago
  53. aea833f Fix srcgen build for people without acp / guavalib already am: c41fc78c71 by Neil Fuller · 9 years ago
  54. 96a989d Integrate changes cherry-picked for ticket #11986 into android_icu4j. by Fredrik Roubert · 9 years ago
  55. 9e9419e Android.mk file updated for ticket #11986 cherry-picks. by Fredrik Roubert · 9 years ago
  56. db9ff2c Cherry-pick: ticket:11986: optimize UnitPatternSink a bit; add MeasureUnitTest.testIndividualPluralFallback() by Markus Scherer · 9 years ago
  57. 97c3775 Cherry-pick: ticket:11986: MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set by Markus Scherer · 9 years ago
  58. 1f9cd7c Cherry-pick: ticket:11986: slightly nicer QuantityFormatter.getPluralIndex(), avoid key.toString() for it by Markus Scherer · 9 years ago
  59. 375d954 Cherry-pick: ticket:11986: UResource.Value.getAliasString(), sink.leave(), MeasureFormat use resource enumeration, store one data reference not pieces of that data by Markus Scherer · 9 years ago
  60. 6cbfb9f Cherry-pick: ticket:11986: rename ICUResource to UResource, consistent with UResourceBundle, in case we want to make the resource enumeration public by Markus Scherer · 9 years ago
  61. 8ce198e Cherry-pick: ticket:11986: MeasureFormat unit display patterns need to fall back to the parent locales per plural form, not as a set; add MeasureFormatTest::TestIndividualPluralFallback(); fix RelativeDateTimeFormatterTest::TestSerbianFallback() test data by Markus Scherer · 9 years ago
  62. a5e54b1 Cherry-pick: ticket:11986: const ResourceValue references, sink.leave(), some more specific types in MeasureFormat code by Markus Scherer · 9 years ago
  63. 535fd3b Cherry-pick: ticket:11986: use prefix Resource for C++ classes, prefix UResource for C types by Markus Scherer · 9 years ago
  64. 1f35822 Cherry-pick: ticket:11986: more compact MeasureFormat data sink declaration+defition, add comments by Markus Scherer · 9 years ago
  65. bdfca88 Cherry-pick: ticket:11986: do not duplicate MeasureFormat data for sideways-fallback aliases by Markus Scherer · 9 years ago
  66. 24d5568 Cherry-pick: ticket:11986: enumerate most of the measurement unit formatting data, rather than lookup-with-fallback for each piece; adds necessary fallback on leaf level by Markus Scherer · 9 years ago
  67. 414ad9d Merge "Improve docs around srcgen" by Neil Fuller · 9 years ago
  68. d943b6a Merge "Fix spelling of Locator in srcgen code" by Neil Fuller · 9 years ago
  69. 8836f5d Fix spelling of Locator in srcgen code by Neil Fuller · 9 years ago
  70. c41fc78 Fix srcgen build for people without acp / guavalib already by Neil Fuller · 9 years ago
  71. ca55127 Improve docs around srcgen by Neil Fuller · 9 years ago
  72. 0f4fee2 Merge "Add missing "other" strings for RelativeDateTimeFormatter" am: 6c6cdc9d76 by Neil Fuller · 9 years ago
  73. 6c6cdc9 Merge "Add missing "other" strings for RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
  74. f9ffd5b Add missing "other" strings for RelativeDateTimeFormatter by Neil Fuller · 9 years ago
  75. ac0ef05 Remove ScientificNumberFormatter from the public API set am: c555084506 by Neil Fuller · 9 years ago
  76. c555084 Remove ScientificNumberFormatter from the public API set by Neil Fuller · 9 years ago
  77. 02d8842 Merge "JavaDoc fixes: @since and @see tags" am: 6d563406a3 by Neil Fuller · 9 years ago
  78. 6d56340 Merge "JavaDoc fixes: @since and @see tags" by Neil Fuller · 9 years ago
  79. 42a3e30 Reformat lists of file names to list only one file name per line. am: 45f1a4bac2 by Fredrik Roubert · 9 years ago
  80. 45f1a4b Reformat lists of file names to list only one file name per line. by Fredrik Roubert · 9 years ago
  81. 877eda6 JavaDoc fixes: @since and @see tags by Neil Fuller · 9 years ago
  82. 977fd4f Merge "Tool for checking the quality of the generated android_icu4j source" by Neil Fuller · 9 years ago
  83. 0fca051 Merge "Tool for checking the quality of the generated android_icu4j source" by Neil Fuller · 9 years ago
  84. 1d793a7 Merge "Cleanup refactorings for currysrc" am: e1aed89b01 by Neil Fuller · 9 years ago
  85. e1aed89 Merge "Cleanup refactorings for currysrc" by Neil Fuller · 9 years ago
  86. 6a016eb Tool for checking the quality of the generated android_icu4j source by Neil Fuller · 9 years ago
  87. ac1c676 Cleanup refactorings for currysrc by Neil Fuller · 9 years ago
  88. 95889d9 Merge "Improvements to currysrc / srcgen" am: c3e799896f by Neil Fuller · 9 years ago
  89. c3e7998 Merge "Improvements to currysrc / srcgen" by Neil Fuller · 9 years ago
  90. 93cf604 Improvements to currysrc / srcgen by Neil Fuller · 9 years ago
  91. 4057eab Merge "Modify ICU class docs that refer to provisional methods" am: a803515a79 by Neil Fuller · 9 years ago
  92. a803515 Merge "Modify ICU class docs that refer to provisional methods" by Neil Fuller · 9 years ago
  93. c33b36d Modify ICU class docs that refer to provisional methods by Neil Fuller · 9 years ago
  94. 740b2a4 Merge "Add the ability to replace Javadoc wholesale" am: 3e9734fedb by Neil Fuller · 9 years ago
  95. 3e9734f Merge "Add the ability to replace Javadoc wholesale" by Neil Fuller · 9 years ago
  96. 6714f37 Merge "Add support for @.jcite references in srcgen" am: fc64230154 by Neil Fuller · 9 years ago
  97. fc64230 Merge "Add support for @.jcite references in srcgen" by Neil Fuller · 9 years ago
  98. 17bdb07 Add the ability to replace Javadoc wholesale by Neil Fuller · 9 years ago
  99. 5380e42 Merge commit 'f231a4a5b6db07f25f5bf3510bd82781f126f533' into HEAD by Bill Yi · 9 years ago
  100. cc49f81 Add support for @.jcite references in srcgen by Neil Fuller · 9 years ago