summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* Switch over to getting 12-/24-hour time formats from CLDR via icu4c.Elliott Hughes2013-01-141-10/+5
* Fix DateUtils.formatElapsedTime.Elliott Hughes2012-12-141-71/+18
* am 9c0010f8: am 998d03bd: Merge "A new clock widget to create lock screen app...Romain Guy2012-11-011-17/+80
|\
| * am 998d03bd: Merge "A new clock widget to create lock screen appwidgets" into...Romain Guy2012-11-011-17/+80
| |\
| | * A new clock widget to create lock screen appwidgetsRomain Guy2012-10-311-17/+80
* | | am 9defd066: am 74437532: Merge "Fix for bug: Gmail (and other places): curso...Raph Levien2012-10-221-19/+14
|\ \ \ | |/ /
| * | am 74437532: Merge "Fix for bug: Gmail (and other places): cursor placed on t...Raph Levien2012-10-221-19/+14
| |\ \ | | |/
| | * Fix for bug: Gmail (and other places): cursor placed on top of letterRaph Levien2012-10-221-19/+14
* | | am 6594eca0: am 9704b563: Merge "Fix for 7301594 Html.toHtml creating potenti...Raph Levien2012-10-081-2/+2
|\ \ \ | |/ /
| * | am 9704b563: Merge "Fix for 7301594 Html.toHtml creating potentially invalid ...Raph Levien2012-10-081-2/+2
| |\ \ | | |/
| | * Fix for 7301594 Html.toHtml creating potentially invalid htmlRaph Levien2012-10-071-2/+2
* | | am 5e5169b0: am 33c36895: Merge "Fix bug #7282594 EditText does not allow to ...Fabrice Di Meglio2012-10-031-6/+9
|\ \ \ | |/ /
| * | am 33c36895: Merge "Fix bug #7282594 EditText does not allow to move the curs...Fabrice Di Meglio2012-10-031-6/+9
| |\ \ | | |/
| | * Fix bug #7282594 EditText does not allow to move the cursor when typing RTL t...Fabrice Di Meglio2012-10-031-6/+9
| |/ |/|
| * am 3d5be42e: Merge changes I87c2ab9e,I2dafcc34,I731c96c2 into jb-mr1-devElliott Hughes2012-09-202-36/+60
| |\ | |/ |/|
| * am 20586fa0: Merge "Fix bug #7173351 API REVIEW: android.util.LocaleUtil" int...Fabrice Di Meglio2012-09-182-2/+58
| |\
| * \ am 7134ef60: Merge "Fix date formatting for fa locales." into jb-mr1-devElliott Hughes2012-09-171-25/+38
| |\ \
| * \ \ am c3ff72f5: Use icu4c for CLDR "yesterday", "today", and "tomorrow" strings.Elliott Hughes2012-09-151-3/+8
| |\ \ \
| * \ \ \ am 08153ee0: Switch DateUtils and Time over to using the CLDR for all week an...Elliott Hughes2012-09-152-189/+40
| |\ \ \ \
| * \ \ \ \ am 23321b88: Merge "Use ICU\'s CLDR data for "AM" and "PM" strings." into jb-...Elliott Hughes2012-09-152-8/+9
| |\ \ \ \ \
| * \ \ \ \ \ am 9ceede6d: am 086676a4: am f5437ee8: am 297ad257: Merge "Deprecate those pa...Elliott Hughes2012-09-141-0/+31
| |\ \ \ \ \ \
* | \ \ \ \ \ \ 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
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | 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
* | | | | | | 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 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
| |_|/ |/| |
* | | 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
| |/
* | 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
* | Fix bug #6908329 TextUtils.ellipsize does not work properly when Locale is ch...Fabrice Di Meglio2012-08-141-6/+6
* | 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
|\ \ \ | |/ /