summaryrefslogtreecommitdiff
path: root/core/java/android/text/format/DateUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Merge "Remove @CorePlatformApi LocaleData usage in frameworks" am: 3f89b904a8...vichang2020-07-221-20/+31
|\
| * Remove @CorePlatformApi LocaleData usage in frameworksVictor Chang2020-07-201-20/+31
* | Merge "Use DateFormatSymbols directly instead of using LocaleData" am: 3bd9f0...vichang2020-07-211-1/+2
|\|
| * Use DateFormatSymbols directly instead of using LocaleDataVictor Chang2020-07-201-1/+2
* | Merge changes from topic "DateIntervalFormat" am: 6e706c4cee am: 85c56c1fa4vichang2020-07-211-1/+0
|\|
| * Make a copy of DateIntervalFormat from libcore - part 2Victor Chang2020-07-201-1/+0
* | Merge changes from topic "DateUtilsBridge" am: 59d12aa8bd am: f65666d055vichang2020-07-131-1/+0
|\|
| * Move/Copy some libcore.icu classes to android.text.formatVictor Chang2020-07-101-1/+0
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* | Merge "Deprecate incorrect year constant" am: 9fbb152eb2 am: 2b446998a1 am: 2...Automerger Merge Worker2019-12-121-1/+5
|\|
| * Deprecate incorrect year constantCharles Munger2019-12-101-1/+5
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+3
* | Fix Y2038 issue in DateUtils.isToday()Neil Fuller2019-08-191-9/+16
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+3
|/
* Use ICU for formatting in DateUtils.formatDurationRoozbeh Pournader2016-12-141-9/+41
* Fix imports in android.text package.Aurimas Liutikas2016-10-111-6/+6
* Add missing @Deprecated annotations.Aurimas Liutikas2016-05-241-0/+2
* Fix javadocs based on recent case consistency changeNeil Fuller2015-05-281-2/+2
* Use ICU for relative time formattingTao Bao2015-02-111-139/+15
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* 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
* Switch DateUtils.formatDateRange over to an icu4c-based implementation.Elliott Hughes2013-07-241-452/+13
* Remove dead DateUtils code that was never in an API level.Elliott Hughes2013-03-261-107/+12
* Remove dead code from DateUtils.Elliott Hughes2013-03-191-82/+0
* use Calendar in DateUtils format methodSungmin Choi2013-03-111-10/+28
* Improve DateFormat.format.Elliott Hughes2013-03-081-11/+2
* Use getRelativeDayString in getRelativeTimeSpanString.Elliott Hughes2013-03-071-40/+10
* am c749261f: Merge "Fix DateUtils.formatElapsedTime."Elliott Hughes2012-12-151-71/+18
|\
| * Fix DateUtils.formatElapsedTime.Elliott Hughes2012-12-141-71/+18
* | Utility to format human-friendly durations.Jeff Sharkey2012-11-131-0/+24
|/
* Fix formatDateRange month names for Farsi.Elliott Hughes2012-09-181-2/+12
* Use proper digits in formatElapsedTime and format3339Roozbeh Pournader2012-09-181-32/+22
* 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-141-124/+29
* Use ICU's CLDR data for "AM" and "PM" strings.Elliott Hughes2012-09-141-6/+3
* Deprecate those parts of DateUtils the documentation says not to use.Elliott Hughes2012-09-141-0/+31
* Fixes relative time formatting issue for dates in futureSteve Pomeroy2012-08-271-1/+1
* am 85c38af1: am 8bb56180: Merge "Fix 5654631. It forgot to consider the year ...Owen Lin2011-11-221-1/+1
|\
| * Fix 5654631. It forgot to consider the year in formatDateRange.Owen Lin2011-11-221-1/+1
* | Document our potentially suprising behavior on date ranges ending at midnight.Jesse Wilson2011-11-111-68/+65
|/
* Ensuring thread-safe usage of DateFormat.Jozef BABJAK2011-02-221-10/+16
* am c0b4f6d3: Merge "Adds a time zone parameter to formatDateRange" into ginge...Erik2010-09-081-8/+53
|\
| * Adds a time zone parameter to formatDateRangeErik2010-09-081-8/+53
* | merge from open-source masterThe Android Open Source Project2010-06-181-30/+53
|\ \ | |/ |/|
| * Fixing counting the number of days in call log screen.David Sobreira Marques2010-05-011-30/+53