History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3f48f46d7e9073edbc4d8613a6dd4d68a37a11b6 08-Jul-2014 Jorim Jaggi <jjaggi@google.com> Update QS header to spec

- Move brightness slider down.
- Make clock bigger when expanded.
- Show date in collapsed state.
- Change size of avatar depending on collapsed/expanded.

Bug: 15865202
Bug: 15381387
Change-Id: I7894edae495b5a2d12b4fe4637a9aa3fd2e58963
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
f8abeb8457feb766fb45829f6b175a22d4814d66 31-May-2014 Elliott Hughes <enh@google.com> resolved conflicts for merge of 04c987a8 to master

Change-Id: I27912e203e4d4e39aef6ffbb58b0934a2796ddfe
570f44b4ab083069f042d63948af0c1204a1ec20 31-May-2014 Elliott Hughes <enh@google.com> Move frameworks/base off private libcore.ICU API.

Change-Id: I55355b7ea68174063f31d6bb08a71bcb9dc76d62
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
01534780dfaf81c9f89a6e19fe2fe42cfdd01ff7 13-Jan-2014 John Spurlock <jspurlock@google.com> Use accessors for @hidden fields.

Change-Id: I7d66070afb707262cc0dff93b9f9a1dbe77b0092
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
6090995951c6e2e4dcf38102f01793f8a94166e1 19-Nov-2013 John Spurlock <jspurlock@google.com> Remove unused imports from frameworks/base.

Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
9f5664b87614d230e181cf0043396b55a38000c1 10-Oct-2013 Chet Haase <chet@google.com> NotificationPanel now shows correct date

There was a problem with a cached instance of a Date object such that it
would retain information about the default TimeZone that was not updated
when the TimeZone was set to the correct value. This resulted in NotificationPanel
sometimes showing the wrong date, based on the time and the delta between
the local timezone and GMT.

The fix is to use an ACTION_TIMEZONE_CHANGED broadcast to recreate the cached
Date object appropriately.

Issue #10854196 Incorrect date showing in notification shade

Change-Id: Ibf883e1ff37f4d0aae6840fb19e43e7e9e45bcc2
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
b478a71625235f554263324dbf0501f6b6c87520 30-Sep-2013 Daniel Sandler <dsandler@android.com> Update date format in panel on locale change.

The logic that updated the locale was only running at times
the DateView should have been updating its display, namely,
when the view was visible on-screen.

The new version trades a small amount of efficiency (the
broadcast receiver is now active at all times, and the date
is re-formatted each TIME_TICK) in exchange for simplicity
and correctness.

Bug: 10725912
Change-Id: I2f0988ed478374ed0eb0c76c3d8caed6c86eb8df
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
6e9b0477f9a142c605f4cc98a544ce10725ee590 29-Jul-2013 Alan Viverette <alanv@google.com> Avoid creating new objects when DateView updates time

Change-Id: I74f8b44a58cf5c88dd6ead781acf36e1f51d847a
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
209bede6b9edb9171e5bee4077b48e35004a37b4 17-Jul-2013 John Spurlock <jspurlock@google.com> Remove trailing whitespace from system ui.

Baseline existing .java files, no excuses going forward.

Change-Id: I4bd0f25bbda6f2ec832e34ef5c70d4830bf07f99
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
8949b2480b8d4c99aa7d20508522a42421a9acef 07-Feb-2013 Daniel Sandler <dsandler@android.com> am fb2b5e04: am 1fd77470: am 1a1e9b31: Merge "DateView: Use Intent.ACTION_LOCALE_CHANGED to refresh notification bar clock"

# By Jorge Ruesga
# Via Android Git Automerger (2) and others
* commit 'fb2b5e04a02669c764e4ebd7a6daf9846d596435':
DateView: Use Intent.ACTION_LOCALE_CHANGED to refresh notification bar clock
1a1e9b317ac2d737ad92a35c4d806f0fda1ede70 07-Feb-2013 Daniel Sandler <dsandler@android.com> Merge "DateView: Use Intent.ACTION_LOCALE_CHANGED to refresh notification bar clock"
56018e577edada2721f4772bcec9274d043a06e7 15-Jan-2013 Chris Wren <cwren@android.com> port system ui over to new ICU date formatting API.

Bug: 7288134
Change-Id: Icea2ff96fd91c6db66b3aad6f6653b21203351b1
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
5fb18aa57541710597ccef39423b255017e2915e 11-Oct-2012 Chris Wren <cwren@android.com> Copy date format style from keyguard.

Bug: 7312660
Change-Id: Ia5e728758bd1f2caa039ea6b8f8fa9abcc9f8417
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
46b369f09e7f0a9873a77312fdf49de937b97e69 19-Sep-2012 Jorge Ruesga <j.ruesga.criado@gmail.com> DateView: Use Intent.ACTION_LOCALE_CHANGED to refresh notification bar clock

Add the Intent.ACTION_LOCALE_CHANGED to DateView BroadcastReceiver for detect when the
user change the locale. Otherwise, the notification bar clock is not refreshed until
the next tick or time changed occurs.

Change-Id: Ic8830fbabf24b62b60a6d3babe5e211f14948d08
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
d63c59786509aadd6a8d0c5cb45ed696339f16b7 06-Sep-2012 Winson Chung <winsonc@google.com> Initial changes to add QuickSettings.

Change-Id: If510f74d6046929e5e8a794c6dc2fddb15a03d6b
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
4519a02608b9e02a2c0dbc7dff37c21167db8f24 08-Sep-2011 Jeff Sharkey <jsharkey@android.com> Always disable() through SBMS; watch date.

Touching StatusBar.disable() directly can make the cached value over
in StatusBarManagerService stale. Instead, dispatch DISABLE_BACK
through setSystemUiVisibility() on tablets; it's unused on phones.

Also DISABLE_NOTIFICATION_TICKER when showing secure lockscreen, and
watch for TIME_CHANGED in DateView.

Bug: 5255469
Bug: 5242677
Change-Id: I4efaf9799b2f229f49d7024da5dafceacd5e08bb
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
a3dba34dd211f8fff0a75bda1cc5f4fb0c723ac8 26-Aug-2011 Daniel Sandler <dsandler@android.com> Windowshade visual cleanups.

Bug: 5175050
Change-Id: Ia6ac4f6692823a17eb4f0ce0c4b9e1eb3fd16fcf
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
ec9a50bccf6163302f41fcc410b7fe80258bb0ea 03-Aug-2011 Mike Lockwood <lockwood@android.com> Add support for localizing order of day of week and date in status bar date view

In Japanese, the day of week should follow the date

Bug: 4606219

Change-Id: If385b3f9989bbe5f1b4bc21293d9be651e187c1f
Signed-off-by: Mike Lockwood <lockwood@android.com>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
0c953f68f54b5ff13b002f8e054537cafb29677e 30-Jan-2011 Joe Onorato <joeo@google.com> Use a DateFormat that fits.

Bug: 3405724
Change-Id: I09e8c4ebf1d0142b8737fc1bf9500dee320332b7
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java
fd52b18d9bf3cd62c7a07058536e9f97db65beea 11-Nov-2010 Joe Onorato <joeo@google.com> The beginnings of the new status bar.

There is a lot of rough stuff still, but most of the functionality is here again.

Change-Id: I4b1241e61270f1434e798481afa83634233ee670
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/DateView.java