index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
DateTimeView.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-07-09
Merge "Switch widgets away from android.text.format.Time"
Neil Fuller
2019-06-18
Switch widgets away from android.text.format.Time
Neil Fuller
2019-02-04
@InspectableProperty coverage for android.widget
Ashley Rose
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-07-16
Merge "Avoid use of DateUtilsBridge.icuTimeZone()"
Neil Fuller
2018-07-13
Avoid use of DateUtilsBridge.icuTimeZone()
Neil Fuller
2018-06-06
Fix exception from DateTimeView unregisters receiver again
Riddle Hsu
2018-05-03
Fix new notification showing timestamp "now" after turning off DND
shawnlin
2017-01-13
Move all time ticks to bg handlers, and post
Jason Monk
2016-05-25
Fixed the relative time spoken with accessibility
Selim Cinek
2016-04-21
Fixed a bug where notification header could become empty
Selim Cinek
2016-04-21
Switched the notification time to relative time
Selim Cinek
2015-07-30
Make DateTimeView more robust to weird contexts.
Dan Sandler
2015-07-30
DateTimeView: don't assume you have an ApplicationContext.
Dan Sandler
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2014-11-24
resolved conflicts for merge of 98b8fe74 to lmp-mr1-dev-plus-aosp
Narayan Kamath
2014-11-18
Stop using DATE_FORMAT from settings.
Narayan Kamath
2014-11-07
Don't register more receivers and observers for every DateTimeView
Adam Powell
2014-09-04
Revert "Ensure all RemoteViews use myUserId rather than context."
Kenny Guy
2014-09-04
Ensure all RemoteViews use myUserId rather than context.
Kenny Guy
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-01-14
Switch over to getting 12-/24-hour time formats from CLDR via icu4c.
Elliott Hughes
2011-08-09
Fix obviously broken DateTimeView.onAttachedToWindow().
Daniel Sandler
2010-03-23
Fix bug 2531732 - DateTimeView explodes on bad system date format.
Adam Powell
2010-02-01
Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings.
Joe Onorato
2010-01-19
Add DateTimeView, a widget that shows a time or the date depending on the
Joe Onorato