Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_libcore
/
66a66f700738c07c7977cb023f8a7aa2b331af90
/
text
ebe438a
Java 6 changed CollationKey from final to abstract.
by Elliott Hughes
· 15 years ago
9e95c52
Clean up a few toStrings.
by Elliott Hughes
· 15 years ago
93f0d79
Add Java 6's getAvailableLocales/getInstance to DateFormatSymbols and DecimalFormatSymbols.
by Elliott Hughes
· 15 years ago
c4a9c06
Add the Java 6 java.text.spi and java.util.spi interfaces.
by Elliott Hughes
· 15 years ago
d1c610c
Remove all remaining "@since Android" tags.
by Elliott Hughes
· 15 years ago
505a7e5
Track Java 6's BreakIterator API changes.
by Elliott Hughes
· 15 years ago
9672b48
Clean up the Java side of the ICU interface a bit.
by Elliott Hughes
· 15 years ago
42db7d1
Add's Java 6's DecimalFormat.setRoundingMode (et cetera).
by Elliott Hughes
· 15 years ago
7b00ce8
Add Java 6's Scanner.reset and fix RuleBasedCollator's javadoc.
by Elliott Hughes
· 15 years ago
a0a4196
Fix all instances of "new Integer" (et cetera).
by Elliott Hughes
· 15 years ago
fd8a46a
am c9b3aeb6: Prevent java.text.Normalizer from getting a default constructor.
by Elliott Hughes
· 15 years ago
9720b13
Prevent java.text.Normalizer from getting a default constructor.
by Elliott Hughes
· 15 years ago
f5b3fb4
am 10ebc7d0: Merge "Implement (but @hide) java.text.Normalizer from Java 6."
by Elliott Hughes
· 15 years ago
a656b24
Implement (but @hide) java.text.Normalizer from Java 6.
by Elliott Hughes
· 15 years ago
7ee3a06
Resync a load of tests with upstream, make our build faster.
by Elliott Hughes
· 15 years ago
deacd76
Fix a few of our FindBugs "high" warnings.
by Elliott Hughes
· 15 years ago
307a6a0
Remove obviously bogus @KnownFailure annotations.
by Elliott Hughes
· 15 years ago
186ae3b
FindBugs didn't like setInternalField, and neither do I.
by Elliott Hughes
· 15 years ago
5d7592f
Fix "unmappable character for ascii" warnings in libcore tests.
by Elliott Hughes
· 15 years ago
0b89591
Change NumberFormatTest to match ICU's behavior.
by Elliott Hughes
· 15 years ago
f8ba29b
Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject.
by Elliott Hughes
· 15 years ago
5d593ea
Use DecimalFormatSymbols' new default constructor for speed.
by Elliott Hughes
· 15 years ago
a2263b5
am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object
by Brett Chabot
· 15 years ago
d7e81f7
Fix NumberFormat's behavior with BigInteger and custom Number subclasses.
by Elliott Hughes
· 15 years ago
820dd9b
Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion.
by Elliott Hughes
· 15 years ago
f2d5062
Simplify our DecimalFormat.
by Elliott Hughes
· 15 years ago
e7a431c
Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object
by Brett Chabot
· 15 years ago
e1e5e8e
Fix Date.toString.
by Elliott Hughes
· 15 years ago
a06ae18
am eb9ea32d: am 53a6c01c: Fix DecimalFormatTest#test_serializationHarmonyRICompatible.
by Brett Chabot
· 15 years ago
e7077a5
Fix DecimalFormatTest#test_serializationHarmonyRICompatible.
by Brett Chabot
· 15 years ago
a05602f
Last bunch of NumberFormat speedups.
by Elliott Hughes
· 15 years ago
64e410f
Speed up DecimalFormatSymbols.
by Elliott Hughes
· 15 years ago
6ca85c4
Fix build (accidental API leak).
by Elliott Hughes
· 15 years ago
33aa6eb
Stop using ResourceBundle for locale data.
by Elliott Hughes
· 15 years ago
a0f3818
am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclair
by Brett Chabot
· 15 years ago
7f326eb
Skip locale dependent libcore tests if required locales are not present.
by Brett Chabot
· 15 years ago
67081ff
More ICU cleanup.
by Elliott Hughes
· 15 years ago
2e3a41d
Speed up the way we access ICU's locale data.
by Elliott Hughes
· 15 years ago
a1e5d8a
Fix java.util.Formatter formatting of -0.0.
by Elliott Hughes
· 15 years ago
e124afe
Android ICU4.2.1 upgrade.
by Claire Ho
· 15 years ago
538eac4
Remove more @KnownFailures now I've run tests.AllTests.
by Elliott Hughes
· 15 years ago
f98be6b
Collation.getSortKey returns keys generated by a different algorithm
by Urs Grob
· 15 years ago
1c422fc
Respond to impossible CloneNotSupportedExceptions with AssertionErrors.
by Jesse Wilson
· 15 years ago
1bf7522
Bug fixing for NumberFormat and BigDecimal.
by Jesse Wilson
· 15 years ago
fe1eba1
Squashed commit of the following:
by Elliott Hughes
· 15 years ago
90b53ce
Small changes missed in the original submission of 22482.
by Jesse Wilson
· 15 years ago
9b354e7
Update java.text to Harmony r802921.
by Jesse Wilson
· 15 years ago
291d51f
am ac02d18: am 2de2459: AI 148670: More tests that need to be marked bro
by Jorg Pleumann
· 16 years ago
5f5efac
AI 148670: More tests that need to be marked broken, since
by Jorg Pleumann
· 16 years ago
240dfaf
am d26d3fc: am 3fb3946: AI 147687: Several fixes for failing tests in th
by Urs Grob
· 16 years ago
e01d752
AI 147687: Several fixes for failing tests in the cts host. also tests that timeout
by Urs Grob
· 16 years ago
c5ad4fd
AI 145650: am: CL 145613 am: CL 145289 Fixes for tests in the text module.
by Urs Grob
· 16 years ago
1d35d2c
AI 145289: Fixes for tests in the text module.
by Urs Grob
· 16 years ago
2498c32
AI 143668: am: CL 143635 am: CL 143456 Bringing the text tests down to zero failures.
by Jorg Pleumann
· 16 years ago
0221eed
AI 143456: Bringing the text tests down to zero failures. BUG=1285921
by Jorg Pleumann
· 16 years ago
5d287a9
auto import //branches/master/...@140412
by The Android Open Source Project
· 16 years ago
ab28398
auto import from //branches/cupcake/...@137873
by The Android Open Source Project
· 16 years ago
adc854b
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
1c0fed6
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
b792632
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 16 years ago
a0881d0
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 16 years ago
dd828f4
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
fdb2704
Initial Contribution
by The Android Open Source Project
· 16 years ago