summaryrefslogtreecommitdiffstats
path: root/core/java/android/text
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE in DateFormat.is24HourFormat.Elliott Hughes2013-08-161-2/+3
* DateUtils should use the user's 12/24-hour preference, not the locale's.Elliott Hughes2013-08-141-1/+7
* If frameworks wants ASCII casing, it should explicity ask for it.Elliott Hughes2013-08-021-1/+1
* Switch DateUtils.formatDateRange over to an icu4c-based implementation.Elliott Hughes2013-07-241-452/+13
* am 94ba190e: am de04dfb6: Merge "some extra docs for TextDirectionHeuristic" ...Scott Main2013-06-172-3/+16
|\
| * some extra docs for TextDirectionHeuristicScott Main2013-06-172-3/+16
* | am f6a67139: Merge "Correct Date format for el_GR, sv_SE and tr_TR locales"Elliott Hughes2013-06-171-7/+3
|\ \
| * | Correct Date format for el_GR, sv_SE and tr_TR localeshowardb2013-06-171-7/+3
* | | am 21403857: Merge "Fix for bug 8911390 RTL text alignment is changed ..." in...Raph Levien2013-05-151-1/+3
|\ \ \ | | |/ | |/|
| * | Fix for bug 8911390 RTL text alignment is changed ...Raph Levien2013-05-141-1/+3
* | | am 0bb4c701: Merge "Use ICU for getDateFormatOrder."Elliott Hughes2013-04-301-28/+2
|\ \ \ | |/ / |/| / | |/
| * Use ICU for getDateFormatOrder.Elliott Hughes2013-04-301-28/+3
* | Fix bug #8656546 API REVIEW: android.text.bidi / android.textFabrice Di Meglio2013-04-191-260/+13
* | do not attempt to parcel unknown ParcelableSpansVictoria Lease2013-04-191-3/+17
* | Fix bug #8599905 Add simple BidiFormatter getInstance() helper APIFabrice Di Meglio2013-04-111-0/+8
* | Merge "use libphonenumber for Linkify.PHONE_NUMBER" into jb-mr2-devVictoria Lease2013-04-041-3/+20
|\ \
| * | use libphonenumber for Linkify.PHONE_NUMBERVictoria Lease2013-04-041-3/+20
* | | Add DateFormat.getBestDateTimePattern.Elliott Hughes2013-04-021-0/+35
|/ /
* | Merge "Make zero width space a line breaker" into jb-mr2-devRaph Levien2013-03-291-1/+2
|\ \
| * | Make zero width space a line breakerRaph Levien2013-03-291-1/+2
* | | am 6f14ef70: am 083bfa5a: Merge "Remove dead DateUtils code that was never in...Elliott Hughes2013-03-262-116/+17
|\ \ \ | |/ / |/| / | |/
| * Remove dead DateUtils code that was never in an API level.Elliott Hughes2013-03-262-116/+17
* | Merge "Fix bug #8437358 Clean any ICU related code from TextLayout / Paint an...Fabrice Di Meglio2013-03-202-36/+0
|\ \
| * | Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their...Fabrice Di Meglio2013-03-202-36/+0
* | | am c1562075: am ebebb80b: Merge "Remove dead code from DateUtils."Elliott Hughes2013-03-191-82/+0
|\ \ \ | | |/ | |/|
| * | Remove dead code from DateUtils.Elliott Hughes2013-03-191-82/+0
* | | am eda35cb7: am a8974d3f: Merge "Clean up (some of) our many clocks to use H ...Elliott Hughes2013-03-191-2/+11
|\ \ \ | |/ /
| * | Clean up (some of) our many clocks to use H instead of k.Elliott Hughes2013-03-181-2/+11
* | | am c5c6d416: am 6317315e: Merge "Deliberately break DateFormat.format\'s form...Elliott Hughes2013-03-191-7/+20
|\ \ \ | |/ / | | / | |/ |/|
| * Deliberately break DateFormat.format's formatting of 'k' for compatibility.Elliott Hughes2013-03-181-7/+20
* | Merge "Revert "Clean Paint.mBidiFlags as it is no longer used"" into jb-mr2-devFabrice Di Meglio2013-03-154-35/+72
|\ \
| * | Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-154-35/+72
* | | Code BidiFormatter codeFabrice Di Meglio2013-03-141-38/+38
|/ /
* | am a45bafc2: am c9e0cd2a: Merge "Fix DateFormat k and h, and implement K and ...Elliott Hughes2013-03-111-7/+19
|\ \ | |/
| * Fix DateFormat k and h, and implement K and H for the first time.Elliott Hughes2013-03-111-7/+19
* | am 7c1e8dbd: am 21d3f294: Merge "use Calendar in DateUtils format method"Elliott Hughes2013-03-111-10/+28
|\ \ | |/
| * use Calendar in DateUtils format methodSungmin Choi2013-03-111-10/+28
* | am 2cb314eb: am e0cd3c19: Merge "Improve DateFormat.format."Elliott Hughes2013-03-082-247/+114
|\ \ | |/
| * Improve DateFormat.format.Elliott Hughes2013-03-082-247/+114
* | am ac071e36: am 0c25ecfd: Merge "Use getRelativeDayString in getRelativeTimeS...Elliott Hughes2013-03-081-40/+10
|\ \ | |/
| * Use getRelativeDayString in getRelativeTimeSpanString.Elliott Hughes2013-03-071-40/+10
* | Fix dead key -> space combination.Jean Chalard2013-02-251-0/+1
* | Resubmitting "Enable correction/deleting notification via EasyEditSpan.""Luca Zanolin2013-02-202-4/+83
* | Revert "Enable correction/deleting notification via EasyEditSpan."Luca Zanolin2013-02-202-83/+4
* | Enable correction/deleting notification via EasyEditSpan.Luca Zanolin2013-02-202-4/+83
* | Merge "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-02-134-72/+35
|\ \
| * | Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-124-72/+35
* | | Fix bug #8185410 BidiFormatter code should not use the Dir enum anymoreFabrice Di Meglio2013-02-121-65/+41
* | | Add BidiFormatter utilityFabrice Di Meglio2013-02-113-75/+1247
|/ /
* | am 67ae48f3: am fc91d730: am cbfece82: Merge "Switch over to getting 12-/24-h...Elliott Hughes2013-01-141-10/+5
|\ \ | |/