summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* Fix DigitsKeyListener to be able to accept "+" signTadashi G. Takaoka2012-10-011-15/+24
* am ce14f217: am 3d5be42e: Merge changes I87c2ab9e,I2dafcc34,I731c96c2 into jb...Elliott Hughes2012-09-202-36/+60
|\
| * Merge changes I87c2ab9e,I2dafcc34,I731c96c2 into jb-mr1-devElliott Hughes2012-09-202-36/+60
| |\
| | * Fix formatDateRange month names for Farsi.Elliott Hughes2012-09-181-2/+12
| | * Use localized digits for Time formatting.Elliott Hughes2012-09-181-1/+23
| | * Use proper digits in formatElapsedTime and format3339Roozbeh Pournader2012-09-182-33/+25
* | | am 684f1078: am 20586fa0: Merge "Fix bug #7173351 API REVIEW: android.util.Lo...Fabrice Di Meglio2012-09-182-2/+58
|\ \ \ | |/ /
| * | Merge "Fix bug #7173351 API REVIEW: android.util.LocaleUtil" into jb-mr1-devFabrice Di Meglio2012-09-182-2/+58
| |\ \ | | |/ | |/|
| | * Fix bug #7173351 API REVIEW: android.util.LocaleUtilFabrice Di Meglio2012-09-182-2/+58
* | | am 45b09c00: am 7134ef60: Merge "Fix date formatting for fa locales." into jb...Elliott Hughes2012-09-171-25/+38
|\ \ \ | |/ /
| * | Fix date formatting for fa locales.Elliott Hughes2012-09-171-25/+38
| * | Use icu4c for CLDR "yesterday", "today", and "tomorrow" strings.Elliott Hughes2012-09-141-3/+8
| * | Switch DateUtils and Time over to using the CLDR for all week and month names.Elliott Hughes2012-09-142-189/+40
| * | Use ICU's CLDR data for "AM" and "PM" strings.Elliott Hughes2012-09-142-8/+9
* | | am 42e7af25: am 9ceede6d: am 086676a4: am f5437ee8: am 297ad257: Merge "Depre...Elliott Hughes2012-09-171-0/+31
|\ \ \ | |/ /
| * | am 086676a4: am f5437ee8: am 297ad257: Merge "Deprecate those parts of DateUt...Elliott Hughes2012-09-141-0/+31
| |\ \ | | |/ | |/|
| | * am 297ad257: Merge "Deprecate those parts of DateUtils the documentation says...Elliott Hughes2012-09-141-0/+31
| | |\
| | | * Deprecate those parts of DateUtils the documentation says not to use.Elliott Hughes2012-09-141-0/+31
| * | | Fix Time.parse and Time.parse3339 crashing bugs. DO NOT MERGEElliott Hughes2012-09-071-0/+3
* | | | Merge "Relax suggestion notification."Luca Zanolin2012-09-041-0/+49
|\ \ \ \
| * | | | Relax suggestion notification.Luca Zanolin2012-08-291-0/+49
* | | | | Merge "Use icu4c for CLDR "yesterday", "today", and "tomorrow" strings."Elliott Hughes2012-08-281-3/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use icu4c for CLDR "yesterday", "today", and "tomorrow" strings.Elliott Hughes2012-08-281-3/+8
* | | | | am 737e99d8: am e45ca31a: am aae49432: am 4763989d: am 32d1fec5: Merge "Fixes...Dianne Hackborn2012-08-271-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am aae49432: am 4763989d: am 32d1fec5: Merge "Fixes relative time formatting ...Dianne Hackborn2012-08-271-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | am 4763989d: am 32d1fec5: Merge "Fixes relative time formatting issue for dat...Dianne Hackborn2012-08-271-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fixes relative time formatting issue for dates in futureSteve Pomeroy2012-08-271-1/+1
| | * | | Fix for bug 6716343. Use correct offset for mPos reset. DO NOT MERGEFabrice Di Meglio2012-07-101-1/+1
| | |/ /
* | | | am 8dc2d8d2: am 236d0520: Merge "Fix bug 7054190 line breaks at inappropriate...Raph Levien2012-08-241-9/+0
|\ \ \ \ | |/ / /
| * | | Fix bug 7054190 line breaks at inappropriate placesRaph Levien2012-08-241-9/+0
| * | | DO NOT MERGE LocaleSpan makes Han disambiguation easy!Victoria Lease2012-08-202-0/+91
* | | | LocaleSpan makes Han disambiguation easy!Victoria Lease2012-08-172-0/+91
| |_|/ |/| |
* | | am e89ad6c2: am d63b9922: Merge "Fix bug #6908329 TextUtils.ellipsize does no...Fabrice Di Meglio2012-08-141-6/+6
|\ \ \ | |/ /
| * | Fix bug #6908329 TextUtils.ellipsize does not work properly when Locale is ch...Fabrice Di Meglio2012-08-141-6/+6
* | | Switch DateUtils and Time over to using the CLDR for all week and month names.Elliott Hughes2012-08-062-189/+40
* | | Merge "Use ICU's CLDR data for "AM" and "PM" strings."Elliott Hughes2012-08-062-8/+9
|\ \ \
| * | | Use ICU's CLDR data for "AM" and "PM" strings.Elliott Hughes2012-07-252-8/+9
| |/ /
* | | Fix Time.parse and Time.parse3339 crashing bugs.Elliott Hughes2012-07-251-0/+3
|/ /
* | Fix for bug 6716343. Use correct offset for mPos reset.Raph Levien2012-07-091-1/+1
* | Merge "Better handling of spaces at ends of lines in StaticLayout."Gilles Debunne2012-07-021-38/+25
|\ \
| * | Better handling of spaces at ends of lines in StaticLayout.Gilles Debunne2012-06-271-38/+25
* | | Added comments describing the span limit attributesGilles Debunne2012-06-261-2/+13
|/ /
* | am 4c268a32: am badf5a94: Merge "Fixed text rendering issue with spans." into...Gilles Debunne2012-06-182-33/+32
|\ \ | |/
| * Merge "Fixed text rendering issue with spans." into jb-devGilles Debunne2012-06-182-33/+32
| |\
| | * Fixed text rendering issue with spans.Gilles Debunne2012-06-152-33/+32
* | | am 99745c01: am 15c9c614: Merge "Fix bug #6661824 Hebrew Text can be clipped"...Fabrice Di Meglio2012-06-142-7/+13
|\ \ \ | |/ /
| * | Merge "Fix bug #6661824 Hebrew Text can be clipped" into jb-devFabrice Di Meglio2012-06-142-7/+13
| |\ \
| | * | Fix bug #6661824 Hebrew Text can be clippedFabrice Di Meglio2012-06-132-7/+13
* | | | am 735b9598: am a447eaca: Merge "Prevent a crash when maxLines is set to 0" i...Gilles Debunne2012-06-121-0/+1
|\ \ \ \ | |/ / /
| * | | Merge "Prevent a crash when maxLines is set to 0" into jb-devGilles Debunne2012-06-121-0/+1
| |\ \ \ | | |/ / | |/| |