summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-02Snap for 8676880 from 8cc9b842a8451b11c37caa26443a4c34e324ecd5 to tm-d1-releaseandroid-13.0.0_r9android-13.0.0_r15android-13.0.0_r14android-13.0.0_r13android-13.0.0_r11android-13.0.0_r10android13-d1-s3-releaseandroid13-d1-s2-releaseandroid13-d1-s1-releaseandroid13-d1-releaseAndroid Build Coastguard Worker
Change-Id: I6ff5995cb965e57c768a4643317cfb209c416487
2022-06-02Apply the clockIconDrawable's time in its constructor. am: e628400809Stefan Andonian
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/18673698 Change-Id: I22e9d54fc998739fde2d7cd493203f3484045633 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-31Apply the clockIconDrawable's time in its constructor.android13-devStefan Andonian
It is NOT guaranteed that drawInner will be called before a ClockIconDrawable UX is shown on screen. To test this, I tinted the ClockIconDrawable's foreground blue in its constructor, and red in its drawInner method. If drawInner was always called before showing the ClockIconDrawable on screen, it would be expected that all visible ClockIconDrawables would have red tinted foregrounds. Instead, only 1 ClockIconDrawable is tinted red, and the rest are tinted blue. Here is a screenshot: https://screenshot.googleplex.com/5saGse4nazp98QB.png. Therefore, it can be concluded that drawInner is NOT guaranteed to run before showing a ClockIconDrawable on screen. To failsafe against the event that drawInner is not called before showing a ClockIconDrawable's UX on screen, we set the time immediately in ClockIconDrawable's constructor. This method takes less than 1 ms to run and so there is no performance hit for putting this line of code here. Bug: 188377749 Test: Verified that the time doesn't jump backwards to an incorrect time when a user taps on the clock icon, then rapidly swipes back. It stays at the same time as it was before the user tapped on the clock icon. Change-Id: I67328c973d97974bcea340943f7ce02c55550d8e
2022-05-12Snap for 8582016 from 813f4c95fff3ebe6c3402f3ac7b7c59de56791ca to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: I5f350a8262e2297873ed7db93c9d53ab8fa0d158
2022-05-12Merge "Separate color into app color and dot color" into tm-dev am: 64644a3bfbJames O'Leary
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/18168010 Change-Id: I91a0992077b150a428f809ed05cfdc81b484345a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-12Merge "Separate color into app color and dot color" into tm-devJames O'Leary
2022-05-12Fixing disabled UI for theme app icons am: ba20fd3486Sunny Goyal
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/18242133 Change-Id: I7c6a31ba62cbad3cb1eda91fa987886762199b68 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-11Fixing disabled UI for theme app iconsSunny Goyal
Bug: 230522977 Test: Verified with extreme battery saver Change-Id: I2ff2686eb014b02042b5110f2180f720350da419
2022-05-09Separate color into app color and dot colorJames O'Leary
Design intends for predicted app disc to use the app color, and the dot to use tertiary T90/shade100. Both currently use `color`. Separating into two separate colors lets use define the two separate colors requested by design. Bug: 213314628 Test: Manual inspection at runtime Change-Id: I2e1656e9d806427a2fa8d4e79e414f99d9308086
2022-05-07Snap for 8554912 from 2627506f91e09c409bfb66da649beef7983fd6fb to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: Ie05426453c09b29ce7d7ce5b6db6511989352a49
2022-05-05[Toast] Add a new layout type for section header. am: 8a3cadabdfBecky Qiu
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/18180365 Change-Id: Ia46e02d9a66720fdd964da61cd5cd2a2537f33b6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-04[Toast] Add a new layout type for section header.Becky Qiu
Bug: 227627523 Test: manual Change-Id: I488fd030e2c4ee3e5d7183ee53d48acd0cb5db4d
2022-05-02Snap for 8528093 from df20a016cdd937bd874951ed736e8df3e4f6ed48 to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: I1db0f0c8ccce598d26421791a16fb738893f0ff6
2022-05-02Stop clock icon from jankily changing on user tap. am: c37ae1c56cStefan Andonian
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/17913773 Change-Id: I0542c63469103d67477e6742d85f5b7fc132e0b1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-05-02Stop clock icon from jankily changing on user tap.Stefan Andonian
Previously, when a user clicked on the clock icon, the icon redrew itself to an incorrect time for a split second before the clock application was launched. This change disables this janky redraw. Bug: 188377749 Test: Verified bug no longer occurs after change. Change-Id: Ie38573c45e1f634c306b7e1556b146d58bfe376e
2022-04-21Snap for 8479981 from 420b1d5aeec196b4586f83b299c8f816e509e8a6 to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: If460e0d0c9dcc5db6639e329c0c0ee3aa17f9f18
2022-04-20Snap for 8474529 from 8b1948e2ce850c9888b4c448b546b01251f63853 to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: Ie25c37045d8524e8a346b7cc2121d26a68d26f53
2022-04-20Implement Focus Mode UX for the Clock icon. am: 81f8cb3624Stefan Andonian
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/17641619 Change-Id: I35c357c94d95e2444b4fe1f41a50a7658b34f038 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-19Implement Focus Mode UX for the Clock icon.Stefan Andonian
Bug: 223981931 Test: Verified that the clock icon drawable looks correct in all combinations of dark, light, themed, and focus UX modes. Change-Id: I2506b9322cd5d0590d1ee58715e6d69aff22d382
2022-04-19Increasing visibility of function getUserFlagOpLocked am: 598b692786Sihua Ma
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/17805351 Change-Id: I5f9956728c104db17d7d46f5a4a7b238c9d5f44c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-18Increasing visibility of function getUserFlagOpLockedSihua Ma
Change the function visibility scope from 'private' to 'protected' for use in IconCache.java Bug: 226132413 Test: N/A Change-Id: Icef3b03a959fb52e4a703d2e75d3ee1b7710592c
2022-04-07Snap for 8415065 from 055cb3c5a8f60d910b577fa4a7ed005c47cc01fe to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: Idcdba820bfd6d6735c985d55b98d358975682bae
2022-04-06Add WEB_SUGGEST for web suggestion results. am: 135ad32d18Anushree Ganjam
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/17608480 Change-Id: I7fc5db3e36db4e7fa311bf76b0d453589a84d791 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-06Add WEB_SUGGEST for web suggestion results.Anushree Ganjam
Bug: 220922858 Test: Manual Change-Id: Ie269febaafe3027acfce5806ec3ce4ac57545000
2022-03-30Snap for 8378100 from 25b0b6ca2d47b741f958308a4fd68ff903f16d2d to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: Ic0965162733c667890d2567683a55258b560584d
2022-03-29Merge "Brighten theme-icons when in Dark mode and add dark color for ↵Sebastián Franco
taskbar" into tm-dev
2022-03-26Snap for 8362632 from b4c1fcb51a66c5fa09e1834338981c7294d35f99 to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: Ibb6ed3eefc699ed433c4a7e180048e6add901e79
2022-03-24Brighten theme-icons when in Dark mode and add dark color for taskbarSebastian Franco
Bug: 217247494 Test: change between dark and light mode and transition in and out of apps Change-Id: Iccafe71b628e65d4b9df69195c28ee8238f06807
2022-03-24Update monochrome theme icon notification dot colorStefan Andonian
Bug: 189498337 Test: Hard-coded the notification dots to be visible, and verified they were the correct color. Screenshot: https://screenshot.googleplex.com/AVbbW6P2bm6jYNS Change-Id: I38a78cda056273eb300d458e663f79ccdd28f36a
2022-03-18Snap for 8317698 from 84858344466bebc0e39999670b48b282fd6bee2d to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: If6b48ba2455190466a3cf9741875dad6f16ae496
2022-03-17Merge "Use HARDWARE ALPHA_8 Bitmaps" into tm-devLeon Scroggins
2022-03-15Use HARDWARE ALPHA_8 BitmapsLeon Scroggins III
Ibfec753b1f82b0ff97341a742b2933e2f18b234a adds the ability to upload ALPHA_8 Bitmaps to HARDWARE. Take advantage of it when possible for the themed icons. Bug: 141480329 Test: manual Change-Id: Ibcc75e0fd22c1600b54e562f2153c1cb25e461bf
2022-03-10Snap for 8283691 from 2f28ac5c3c224ab2974a787b59b184c1a26a51dd to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: Ib2ddf8179e9037b6c0995227cdf7e968377cfa45
2022-03-09[automerger skipped] Merge Android 12L am: 9c88414993 -s ours am: db6f32db37 ↵Xin Li
-s ours am: 1ae9043346 -s ours am skip reason: Merged-In I146a7e642778aa3c5c5c8f0b7f03535de5d9a814 with SHA-1 820707d6c9 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/2013318 Change-Id: I9efda1237dd428e098b4311439dd0035a571acce
2022-03-08[automerger skipped] Merge Android 12L am: 9c88414993 -s ours am: db6f32db37 ↵Xin Li
-s ours am skip reason: Merged-In I146a7e642778aa3c5c5c8f0b7f03535de5d9a814 with SHA-1 820707d6c9 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/2013318 Change-Id: I118c340ebe7cbdabd9bbede91e1f70bc7fd474d7
2022-03-08[automerger skipped] Merge Android 12L am: 9c88414993 -s oursXin Li
am skip reason: Merged-In I146a7e642778aa3c5c5c8f0b7f03535de5d9a814 with SHA-1 820707d6c9 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/2013318 Change-Id: I8a1a8151778562531f1aaf6067f338eb131ab2cd
2022-03-08Merge Android 12LXin Li
Bug: 222710654 Merged-In: I146a7e642778aa3c5c5c8f0b7f03535de5d9a814 Change-Id: Ifa4f1fb59786da5910892ac8f04ff837bfc79f3a
2022-03-03Snap for 8242241 from 8be16ca8fa9fe780552754f423351752e0cd12f0 to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: I74ea6bdaf4174d32e557041e3e3bbf822c853550
2022-03-01Merge "[OneSearch] Add a new layout type for answer cards." into tm-devBecky Qiu
2022-02-28[OneSearch] Add a new layout type for answer cards.Becky Qiu
Bug: 204699454 Test: manual: https://screenshot.googleplex.com/B8Qhqi8Yf9dXCi7 Merged-In: I3ad0325fd0eb701d895eb6406b2726d671765c2e Change-Id: I3ad0325fd0eb701d895eb6406b2726d671765c2e
2022-02-24Fixing themed icons not getting cropped to icon maskSunny Goyal
Bug: 221273742 Test: Manual Change-Id: I99fcb11e4cb306b9e4795ca2a9a17db3eb799445
2022-02-23Snap for 8211163 from 7bc26cd6a30b54a3e685c7a10cef4d7cbf85997c to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: I2605670bcfd789e08aaf54fd110efcd87f774387
2022-02-22Fixing calendar dynamic icon not getting loadedSunny Goyal
Bug: 218147353 Test: Verified on device Change-Id: I4a893693cfffce5d01b3112ac107fc26ed4b7003
2022-02-17Snap for 8191477 from 83e242b6ed15593ed417fad0ecd47f7a5b609e3d to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: Id6d1a29063a1648c6e895eff839a9ff6a9086d2d
2022-02-16Merge "Expose fallback app title and icon bitmap loading flows."Schneider Victor-tulias
2022-02-15Snap for 8183382 from fb31964773898d5d3d4b45dad065a58256384266 to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: I5baa8c62c62c50394d1753d5e8fdeb718e6fbe5a
2022-02-14[automerger skipped] Merge sc-v2-dev-plus-aosp-without-vendor@8084891 am: ↵Xin Li
820707d6c9 -s ours am: e263f7dd37 -s ours am skip reason: Merged-In I4e434816b505b320b78efd90c910bc0a464e6175 with SHA-1 fabee8386f is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/16845264 Change-Id: Id405681e9b354681bc21bb5f0f70a81187a7c726
2022-02-14[automerger skipped] Merge sc-v2-dev-plus-aosp-without-vendor@8084891 am: ↵Xin Li
820707d6c9 -s ours am skip reason: Merged-In I4e434816b505b320b78efd90c910bc0a464e6175 with SHA-1 fabee8386f is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/16845264 Change-Id: Ic49c31e16bacde1f22ca42bb05ea58d68b39d094
2022-02-11Merge sc-v2-dev-plus-aosp-without-vendor@8084891sam_222710654Xin Li
Bug: 214455710 Merged-In: I4e434816b505b320b78efd90c910bc0a464e6175 Change-Id: I146a7e642778aa3c5c5c8f0b7f03535de5d9a814
2022-02-02Snap for 8139020 from 6ada16a2ff0d5eac8d4c93a12baac0f36ea009c5 to tm-d1-releaseAndroid Build Coastguard Worker
Change-Id: I99776fdb06679aabc864a9eec666586ea7b44d93