summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code from DateUtils.Elliott Hughes2013-03-191-82/+0
* Clean up (some of) our many clocks to use H instead of k.Elliott Hughes2013-03-181-2/+11
* Deliberately break DateFormat.format's formatting of 'k' for compatibility.Elliott Hughes2013-03-181-7/+20
* Fix DateFormat k and h, and implement K and H for the first time.Elliott Hughes2013-03-111-7/+19
* use Calendar in DateUtils format methodSungmin Choi2013-03-111-10/+28
* Improve DateFormat.format.Elliott Hughes2013-03-082-247/+114
* Use getRelativeDayString in getRelativeTimeSpanString.Elliott Hughes2013-03-071-40/+10
* am cbfece82: Merge "Switch over to getting 12-/24-hour time formats from CLDR...Elliott Hughes2013-01-141-10/+5
|\
| * Switch over to getting 12-/24-hour time formats from CLDR via icu4c.Elliott Hughes2013-01-141-10/+5
* | am c749261f: Merge "Fix DateUtils.formatElapsedTime."Elliott Hughes2012-12-151-71/+18
|\ \ | |/
| * Fix DateUtils.formatElapsedTime.Elliott Hughes2012-12-141-71/+18
* | am 68363456: am 7420ab68: Merge "Utility to format human-friendly durations."...Jeff Sharkey2012-11-151-0/+24
|\ \ | |/ |/|
| * am 7420ab68: Merge "Utility to format human-friendly durations." into jb-mr1....Jeff Sharkey2012-11-151-0/+24
| |\
| | * Utility to format human-friendly durations.Jeff Sharkey2012-11-131-0/+24
* | | 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