summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...George Zacharia2023-04-031-12/+16
|\
| * Replace ACTION_USER_SWITCHED with UserTrackerAlex Stetson2022-11-161-1/+1
| * Replace getCurrentUser() calls with UserTrackerAlex Stetson2022-11-141-11/+15
* | SystemUI: Disable clock auto hide feature for QSLuK13372022-11-191-0/+7
* | SystemUI: Fix QS header clock colorDanny Baumann2022-10-261-2/+0
* | fixup! frameworks: Add support for clock auto-hidingPranav Vashi2022-10-261-22/+25
* | Clock: Add ability to resize QS & Statusbar Clock [1/2]StarkDroid2022-10-261-2/+29
* | Add separate tunable for QS clockPranav Vashi2022-10-261-2/+10
* | Add option to auto hide status-bar clockPranav Vashi2022-10-261-14/+61
* | Statusbar clock customizationsLars Greiss2022-10-261-13/+108
* | Add separate tunable for clock secondsPranav Vashi2022-10-261-15/+26
* | frameworks: Add support for clock auto-hidingCédric Bellegarde2022-10-261-2/+54
* | SystemUI: Add tunables for clock AM/PM styleMichael Bestas2022-10-261-7/+21
* | SystemUI: Add tunables for clock positionLuca Stefani2022-10-261-9/+3
* | Fix QS clock being white on light themeSagarMakhar2022-10-211-7/+0
|/
* Change the status bar clock's measuring schemeEvan Laird2022-05-161-0/+30
* Don't trigger TextView relayouts if content doesn't changeJernej Virag2022-04-061-1/+8
* Avoid unnecessary Clock GC churnJared Duke2022-03-021-14/+20
* Support multiple dark tint areas in status barWinson Chung2022-02-101-2/+3
* Rename Theme.SystemUI.LightLucas Dupin2021-04-011-1/+1
* Fix issue where clock color would not changeLucas Dupin2021-01-271-0/+1
* Fix staus bar colors when shade is downLucas Dupin2021-01-261-29/+0
* Clear quick settings backgrounds, update clock text colorLyn Han2020-11-131-8/+9
* Create a DemoMode controllerEvan Laird2020-08-131-24/+32
* Merge "Update language to comply with Android’s inclusive language guidance"TreeHugger Robot2020-07-301-3/+3
|\
| * Update language to comply with Android’s inclusive language guidanceJulia Tuttle2020-07-291-3/+3
* | Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-291-1/+1
|\ \ | |/ |/|
| * Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-07-291-1/+1
| |\
| | * Update language to comply with Android's inclusive language guidanceCurtis Belmonte2020-07-281-1/+1
* | | Merge "Remove @CorePlatformApi LocaleData usage in frameworks" am: 3f89b904a8...vichang2020-07-221-5/+5
|\| |
| * | Merge "Remove @CorePlatformApi LocaleData usage in frameworks" am: 3f89b904a8...vichang2020-07-221-5/+5
| |\|
| | * Remove @CorePlatformApi LocaleData usage in frameworksVictor Chang2020-07-201-5/+5
| | * Add null check for handler on Clock viewHeemin Seog2020-02-061-3/+14
* | | Unregister broadcast receiver when detached from windowRobert Snoeberger2020-07-081-0/+11
|/ /
* | Making time-zone an API constantSuprabh Shukla2020-03-101-1/+1
* | Updated StatusBarIconController and StatusBarSignalPolicy to check iconJianYang Liu2020-01-161-1/+1
* | BroadcastDispatcher can use Executors nowFabian Kozynski2020-01-091-1/+1
* | Prevent NPE in not attached ClockFabian Kozynski2019-11-121-6/+13
* | Finish migrating to BroadcastDispatcherFabian Kozynski2019-11-041-20/+8
* | Remove all calls to getComponent(CommandQueue.class).Dave Mankoff2019-11-011-8/+8
* | Convert all SCREEN_OFF receivers to BroadcastDispatcherFabian Kozynski2019-09-251-7/+19
|/
* Merge "revent NFE in SystemUI when parsing invalid int (2)" am: a5f53a59c7 am...Evan Laird2019-03-161-1/+1
|\
| * Merge "revent NFE in SystemUI when parsing invalid int (2)"Evan Laird2019-03-161-1/+1
| |\
| | * revent NFE in SystemUI when parsing invalid int (2)Henrik Baard2019-03-151-1/+1
| * | DO NOT MERGE Fix the icon overlay after density changefelkachang2018-11-301-0/+41
| |/
* | remove status bar icon logsChris Wren2019-01-111-1/+0
* | Make Some APIs in CommandQueue aware of multi-display (3/N)Charles Chen2019-01-031-1/+4
* | Make DarkIconDispatcher visible to pluginsBeverly2019-01-021-1/+2
* | Merge "Make CommandQueue implement CallbackController"Jason Monk2018-12-051-2/+2
|\ \
| * | Make CommandQueue implement CallbackControllerJason Monk2018-12-041-2/+2