| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "Messages" from the nio, prefs, sql, text, and x-net modules. | Elliott Hughes | 2010-04-14 | 12 | -508/+179 |
* | Use the same documentation in all the methods that take a format string. | Elliott Hughes | 2010-04-13 | 1 | -12/+11 |
* | Improve documentation about the user's default locale. | Elliott Hughes | 2010-04-13 | 9 | -96/+59 |
* | Tidy up our getAvailableLocales methods to actually ask ICU4C. | Elliott Hughes | 2010-04-01 | 11 | -56/+16 |
* | Add Java 6's Calendar API changes. | Elliott Hughes | 2010-03-31 | 2 | -2/+2 |
* | Add Java 6's exponent separator to DecimalFormatSymbols. | Elliott Hughes | 2010-03-29 | 2 | -75/+147 |
* | Fix all our java.text.Bidi failures. | Elliott Hughes | 2010-03-26 | 2 | -19/+32 |
* | Java 6 changed CollationKey from final to abstract. | Elliott Hughes | 2010-03-26 | 3 | -98/+28 |
* | Clean up a few toStrings. | Elliott Hughes | 2010-03-25 | 2 | -2/+4 |
* | Add Java 6's getAvailableLocales/getInstance to DateFormatSymbols and Decimal... | Elliott Hughes | 2010-03-24 | 9 | -94/+256 |
* | Add the Java 6 java.text.spi and java.util.spi interfaces. | Elliott Hughes | 2010-03-22 | 7 | -1/+415 |
* | Remove all remaining "@since Android" tags. | Elliott Hughes | 2010-03-22 | 1 | -4/+3 |
* | Track Java 6's BreakIterator API changes. | Elliott Hughes | 2010-03-19 | 2 | -339/+0 |
* | Clean up the Java side of the ICU interface a bit. | Elliott Hughes | 2010-03-19 | 2 | -45/+22 |
* | Add's Java 6's DecimalFormat.setRoundingMode (et cetera). | Elliott Hughes | 2010-03-18 | 4 | -124/+394 |
* | Add Java 6's Scanner.reset and fix RuleBasedCollator's javadoc. | Elliott Hughes | 2010-03-18 | 1 | -21/+19 |
* | Fix all instances of "new Integer" (et cetera). | Elliott Hughes | 2010-03-11 | 2 | -17/+9 |
* | am c9b3aeb6: Prevent java.text.Normalizer from getting a default constructor. | Elliott Hughes | 2010-03-04 | 1 | -0/+2 |
|\ |
|
| * | Prevent java.text.Normalizer from getting a default constructor. | Elliott Hughes | 2010-03-03 | 1 | -0/+2 |
* | | am 10ebc7d0: Merge "Implement (but @hide) java.text.Normalizer from Java 6." | Elliott Hughes | 2010-03-01 | 3 | -0/+265 |
|\ \
| |/ |
|
| * | Implement (but @hide) java.text.Normalizer from Java 6. | Elliott Hughes | 2010-03-01 | 3 | -0/+265 |
* | | Resync a load of tests with upstream, make our build faster. | Elliott Hughes | 2010-02-19 | 2 | -13/+2 |
* | | Fix a few of our FindBugs "high" warnings. | Elliott Hughes | 2010-02-12 | 2 | -34/+5 |
* | | Remove obviously bogus @KnownFailure annotations. | Elliott Hughes | 2010-02-03 | 7 | -24/+0 |
|/ |
|
* | FindBugs didn't like setInternalField, and neither do I. | Elliott Hughes | 2010-02-01 | 3 | -116/+26 |
* | Fix "unmappable character for ascii" warnings in libcore tests. | Elliott Hughes | 2010-02-01 | 1 | -5/+7 |
* | Change NumberFormatTest to match ICU's behavior. | Elliott Hughes | 2010-01-29 | 1 | -16/+14 |
* | Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject. | Elliott Hughes | 2010-01-29 | 1 | -1/+1 |
* | Use DecimalFormatSymbols' new default constructor for speed. | Elliott Hughes | 2010-01-28 | 2 | -15/+8 |
* | am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIte... | Brett Chabot | 2010-01-27 | 1 | -6/+0 |
|\ |
|
| * | Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object | Brett Chabot | 2010-01-21 | 1 | -6/+0 |
* | | Fix NumberFormat's behavior with BigInteger and custom Number subclasses. | Elliott Hughes | 2010-01-27 | 6 | -97/+28 |
* | | Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion. | Elliott Hughes | 2010-01-27 | 1 | -7/+6 |
* | | Simplify our DecimalFormat. | Elliott Hughes | 2010-01-26 | 3 | -136/+66 |
* | | Fix Date.toString. | Elliott Hughes | 2010-01-14 | 2 | -51/+58 |
* | | am eb9ea32d: am 53a6c01c: Fix DecimalFormatTest#test_serializationHarmonyRICo... | Brett Chabot | 2010-01-11 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Fix DecimalFormatTest#test_serializationHarmonyRICompatible. | Brett Chabot | 2010-01-08 | 1 | -1/+5 |
* | | Last bunch of NumberFormat speedups. | Elliott Hughes | 2010-01-05 | 2 | -6/+19 |
* | | Speed up DecimalFormatSymbols. | Elliott Hughes | 2010-01-04 | 1 | -48/+10 |
* | | Fix build (accidental API leak). | Elliott Hughes | 2010-01-04 | 2 | -36/+4 |
* | | Stop using ResourceBundle for locale data. | Elliott Hughes | 2010-01-04 | 7 | -76/+75 |
* | | am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclair | Brett Chabot | 2009-12-22 | 4 | -61/+128 |
|\ \
| |/ |
|
| * | Skip locale dependent libcore tests if required locales are not present. | Brett Chabot | 2009-12-22 | 4 | -73/+128 |
* | | More ICU cleanup. | Elliott Hughes | 2009-12-21 | 2 | -3/+2 |
* | | Speed up the way we access ICU's locale data. | Elliott Hughes | 2009-12-21 | 1 | -9/+2 |
* | | Fix java.util.Formatter formatting of -0.0. | Elliott Hughes | 2009-12-09 | 1 | -5/+4 |
* | | Android ICU4.2.1 upgrade. | Claire Ho | 2009-12-02 | 3 | -3/+11 |
* | | Remove more @KnownFailures now I've run tests.AllTests. | Elliott Hughes | 2009-11-03 | 4 | -13/+0 |
* | | Collation.getSortKey returns keys generated by a different algorithm | Urs Grob | 2009-10-20 | 1 | -6/+46 |
* | | Respond to impossible CloneNotSupportedExceptions with AssertionErrors. | Jesse Wilson | 2009-10-16 | 6 | -6/+6 |