index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
text
/
format
/
DateUtils.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+2
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-2
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+2
*
Merge "Remove @CorePlatformApi LocaleData usage in frameworks" am: 3f89b904a8...
vichang
2020-07-22
1
-20
/
+31
|
\
|
*
Remove @CorePlatformApi LocaleData usage in frameworks
Victor Chang
2020-07-20
1
-20
/
+31
*
|
Merge "Use DateFormatSymbols directly instead of using LocaleData" am: 3bd9f0...
vichang
2020-07-21
1
-1
/
+2
|
\
|
|
*
Use DateFormatSymbols directly instead of using LocaleData
Victor Chang
2020-07-20
1
-1
/
+2
*
|
Merge changes from topic "DateIntervalFormat" am: 6e706c4cee am: 85c56c1fa4
vichang
2020-07-21
1
-1
/
+0
|
\
|
|
*
Make a copy of DateIntervalFormat from libcore - part 2
Victor Chang
2020-07-20
1
-1
/
+0
*
|
Merge changes from topic "DateUtilsBridge" am: 59d12aa8bd am: f65666d055
vichang
2020-07-13
1
-1
/
+0
|
\
|
|
*
Move/Copy some libcore.icu classes to android.text.format
Victor Chang
2020-07-10
1
-1
/
+0
|
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-09
1
-1
/
+1
*
|
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-07
1
-1
/
+1
*
|
Merge "Deprecate incorrect year constant" am: 9fbb152eb2 am: 2b446998a1 am: 2...
Automerger Merge Worker
2019-12-12
1
-1
/
+5
|
\
|
|
*
Deprecate incorrect year constant
Charles Munger
2019-12-10
1
-1
/
+5
|
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-15
1
-0
/
+3
*
|
Fix Y2038 issue in DateUtils.isToday()
Neil Fuller
2019-08-19
1
-9
/
+16
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-15
1
-0
/
+3
|
/
*
Use ICU for formatting in DateUtils.formatDuration
Roozbeh Pournader
2016-12-14
1
-9
/
+41
*
Fix imports in android.text package.
Aurimas Liutikas
2016-10-11
1
-6
/
+6
*
Add missing @Deprecated annotations.
Aurimas Liutikas
2016-05-24
1
-0
/
+2
*
Fix javadocs based on recent case consistency change
Neil Fuller
2015-05-28
1
-2
/
+2
*
Use ICU for relative time formatting
Tao Bao
2015-02-11
1
-139
/
+15
*
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
1
-1
/
+0
*
Fix NPE in DateFormat.is24HourFormat.
Elliott Hughes
2013-08-16
1
-2
/
+3
*
DateUtils should use the user's 12/24-hour preference, not the locale's.
Elliott Hughes
2013-08-14
1
-1
/
+7
*
Switch DateUtils.formatDateRange over to an icu4c-based implementation.
Elliott Hughes
2013-07-24
1
-452
/
+13
*
Remove dead DateUtils code that was never in an API level.
Elliott Hughes
2013-03-26
1
-107
/
+12
*
Remove dead code from DateUtils.
Elliott Hughes
2013-03-19
1
-82
/
+0
*
use Calendar in DateUtils format method
Sungmin Choi
2013-03-11
1
-10
/
+28
*
Improve DateFormat.format.
Elliott Hughes
2013-03-08
1
-11
/
+2
*
Use getRelativeDayString in getRelativeTimeSpanString.
Elliott Hughes
2013-03-07
1
-40
/
+10
*
am c749261f: Merge "Fix DateUtils.formatElapsedTime."
Elliott Hughes
2012-12-15
1
-71
/
+18
|
\
|
*
Fix DateUtils.formatElapsedTime.
Elliott Hughes
2012-12-14
1
-71
/
+18
*
|
Utility to format human-friendly durations.
Jeff Sharkey
2012-11-13
1
-0
/
+24
|
/
*
Fix formatDateRange month names for Farsi.
Elliott Hughes
2012-09-18
1
-2
/
+12
*
Use proper digits in formatElapsedTime and format3339
Roozbeh Pournader
2012-09-18
1
-32
/
+22
*
Use icu4c for CLDR "yesterday", "today", and "tomorrow" strings.
Elliott Hughes
2012-09-14
1
-3
/
+8
*
Switch DateUtils and Time over to using the CLDR for all week and month names.
Elliott Hughes
2012-09-14
1
-124
/
+29
*
Use ICU's CLDR data for "AM" and "PM" strings.
Elliott Hughes
2012-09-14
1
-6
/
+3
*
Deprecate those parts of DateUtils the documentation says not to use.
Elliott Hughes
2012-09-14
1
-0
/
+31
*
Fixes relative time formatting issue for dates in future
Steve Pomeroy
2012-08-27
1
-1
/
+1
*
am 85c38af1: am 8bb56180: Merge "Fix 5654631. It forgot to consider the year ...
Owen Lin
2011-11-22
1
-1
/
+1
|
\
|
*
Fix 5654631. It forgot to consider the year in formatDateRange.
Owen Lin
2011-11-22
1
-1
/
+1
*
|
Document our potentially suprising behavior on date ranges ending at midnight.
Jesse Wilson
2011-11-11
1
-68
/
+65
|
/
*
Ensuring thread-safe usage of DateFormat.
Jozef BABJAK
2011-02-22
1
-10
/
+16
*
am c0b4f6d3: Merge "Adds a time zone parameter to formatDateRange" into ginge...
Erik
2010-09-08
1
-8
/
+53
|
\
|
*
Adds a time zone parameter to formatDateRange
Erik
2010-09-08
1
-8
/
+53
*
|
merge from open-source master
The Android Open Source Project
2010-06-18
1
-30
/
+53
|
\
\
|
|
/
|
/
|
|
*
Fixing counting the number of days in call log screen.
David Sobreira Marques
2010-05-01
1
-30
/
+53
[next]