Lynn Yeh
10829f52a0
Merge "uwb: update calibrations for TTC failure" into 24D1-dev
2024-06-12 02:33:18 +00:00
Lynn Yeh
45d75f137a
Merge "Update display shape" into 24D1-dev
2024-06-12 02:09:24 +00:00
Hasan Awais
0f9cda8051
uwb: update calibrations for TTC failure
...
Bug: 346412002
Change-Id: I71b991fb78cb264ed3c21ec89869cca8b3aa0c9a
Signed-off-by: Hasan Awais <hasanawais@google.com>
2024-06-11 15:21:07 +00:00
Jongduck You
c7258b09e0
Merge "Enable dynamic routing" into 24D1-dev
2024-06-11 06:38:31 +00:00
David Lin
75e6c1d30d
Merge "Enable satellite eSOS persistent logging" into 24D1-dev
2024-06-11 00:57:47 +00:00
Tracy Zhou
7c3a161670
Override config_useDeadZone on caimito devices
...
Bug: 324611410
Change-Id: Iacb3b4cb74106e3b3eecd1c7adb7de8e48a852aa
Test: Tested on komodo
2024-06-06 21:57:20 +00:00
Kimi Hsu
0abf9979ca
Update display shape
...
Bug: 337202957
Test: make
Change-Id: I61bfcf65d847092979c6c79ccbfc9ba1108d2a2f
2024-06-04 10:51:29 +00:00
Allen Xu
ad73a12698
Enable satellite eSOS persistent logging
...
Bug: 343478281
Test: make
Change-Id: I92c0001b45089a265de6e64568c32adcb270c22b
2024-06-03 21:18:28 +00:00
Jongduck You
fa4c934ee6
Enable dynamic routing
...
Enable dynamic routing feature for India, Israel, Taiwan, Singapore,
Switzerland, Slovakia, Poland, Slovenia, and Bosnia and Herzegovina.
Add emergency numbers requiring normal routing for India, Israel, France, Taiwan, Singapore, Switzerland, Guadeloupe, Slovakia, Poland, Reunion, Slovenia, and Bosnia and Herzegovina.
Bug: 336759603
Test: build and manual test
Change-Id: Ic9a3faccd43c12c30be42f800b2ab9781b46970b
2024-06-02 01:58:21 +00:00
Evan Laird
b7af4a53c1
Revert "Reduce rounded_corner_radius to 142"
...
This reverts commit 5362448646
.
Reason for revert: Reverting this due to landing pixel scaling
Bug: 335357341
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9683d7ab3c6f2f7be00b31d4a6e35a2ff9cf13b7 )
Merged-In: I4f9392d649cc927a24222207501f5191bd63c5a1
Change-Id: I4f9392d649cc927a24222207501f5191bd63c5a1
2024-05-29 18:19:41 +00:00
Kimi Hsu
eb4620d82a
Update the rounded corner
...
Bug: 343151674
Test: make
Change-Id: Ia555b6d60f54a3ac7e4c1e4af869e3bc101199cf
2024-05-29 06:00:08 +00:00
Chaohui Wang
0a6321866d
Update regulation e-label for P24
...
Bug: 318613060
Test: visual
Change-Id: I858e8a7fce6b8d7fefa1158c5dff429a74d7e16a
2024-05-29 12:34:38 +08:00
Chaohui Wang
a8065be50a
Merge "Regulation e-label for P24" into 24D1-dev
2024-05-24 08:31:13 +00:00
Treehugger Robot
5f90b56fd0
Merge "display: update reduceBrightColorsStrength setting" into 24D1-dev
2024-05-23 07:13:05 +00:00
Chaohui Wang
aa1b2b0946
Regulation e-label for P24
...
Bug: 318613060
Test: visual
Change-Id: Ia98c6da6b278a064a13599af5410298299c05169
2024-05-23 11:25:11 +08:00
Justin Weir
f912f45dee
Reduce rounded_corner_radius to 142
...
Bug: 335357341
Test: manually checked values between 120 and 152 via binary search
Flag: NONE
Change-Id: I9edf6bc3d218adb0f6fc465dbe3a52e04838e206
2024-05-22 11:43:02 +00:00
Cathy Hsu
2453abf3f3
display: update reduceBrightColorsStrength setting
...
Bug: 335669303
Test: dumpsys color_display
Change-Id: I5a670a2cfaf56074681daeddc5d2a77bc3bb9a74
2024-05-22 04:18:16 +00:00
Hasan Awais
f4aece5319
uwb: update calibrations
...
Bug: 309643761
Change-Id: I81e30509f6e3ebbbd932dc96d2b317010e4dd81c
Signed-off-by: Hasan Awais <hasanawais@google.com>
2024-05-20 23:00:07 +00:00
Chaohui Wang
8b9a13f1c8
[P24] Implement Final MIC e-label for Japan Dogfood
...
Bug: 317147035
Test: visual
Change-Id: I6626a9666a15b65c6aa9cf1c6f0b0445a0dca43f
2024-04-25 13:31:26 +08:00
Treehugger Robot
3683771691
Merge "Add antenna position coordinates" into 24D1-dev
2024-04-24 09:15:22 +00:00
Treehugger Robot
2bdbf60d51
Merge "[Cutout] Make cutout rect approximation intersect with y=0" into 24D1-dev
2024-04-23 15:21:01 +00:00
Kyle Hsiao
c9ea059e76
Add antenna position coordinates
...
Bug: 336231717
Test: manual
Merged-In: Ifc002eb234cf5df8b0fcbc7a78f2790fdd98496b
Change-Id: Ifc002eb234cf5df8b0fcbc7a78f2790fdd98496b
2024-04-23 07:19:55 +00:00
Evan Laird
9e8028074c
[Cutout] Make cutout rect approximation intersect with y=0
...
Tokay, Caiman, and Komodo all had cutout rect approximations that did
not intersect with the top edge of the phone (they did not start at
y=0). This was causing logic in SystemUI not to be aware of _which_ edge
the cutout was associated with, and thus in some cases would not account
for potential letterboxing.
This change modifies the rect approximations to start at y=0, and adds
that same amount to their height so that the sizing should be the same.
Test: manually verified the .svg shapes
Test: manual on device
Bug: 319203599
Flag: NONE
Change-Id: I2e669b8d178eb5ace29b0d4f68c1e500b545d601
(cherry picked from commit 4990157024
)
2024-04-22 19:42:51 +00:00
Samridhi
851b76848f
Add overrides for settings search for touch troubleshooting
...
Test: MANUAL
Bug: 330743136
Change-Id: Iea3319ff46405a3721983be27631b1941e1da283
2024-04-19 03:02:30 +00:00
Hasan Awais
68a0cd3d1f
uwb: update calibrations
...
Bug: 309643761
Change-Id: Ib12c31ca8eb9dc47e754f737bb6c30070436ade6
Signed-off-by: Hasan Awais <hasanawais@google.com>
2024-04-15 12:41:31 -07:00
Treehugger Robot
a2bfef343a
Merge "uwb: update calibrations" into 24D1-dev
2024-04-12 23:57:30 +00:00
Hasan Awais
764a8de4b9
uwb: update calibrations
...
Bug: 333728140
Bug: 334113564
Change-Id: I7148e2ad4e09ded1e93adb2f3378188f21c9b109
Signed-off-by: Hasan Awais <hasanawais@google.com>
2024-04-12 22:06:50 +00:00
Treehugger Robot
6608a445b5
Merge "uwb: update calibrations" into 24D1-dev
2024-04-12 18:50:56 +00:00
Samridhi
cd503d7315
Merge "Add component override for komodo, tokay, caiman" into 24D1-dev
2024-04-12 18:02:17 +00:00
Hasan Awais
3adc38061c
uwb: update calibrations
...
Bug: 309643761
Change-Id: I2eaecffa3f5f4af7918d33c28f92cf5c94f8548c
Signed-off-by: Hasan Awais <hasanawais@google.com>
(cherry picked from commit cd74fe9b41
)
2024-04-12 15:50:09 +00:00
Samridhi
66023bce1e
Add component override for komodo, tokay, caiman
...
Bug: 330743136
Test: MANUAL
Change-Id: Ia9a775316a52f794cc2db45d6d688972b5d40bf8
2024-04-12 04:58:00 +00:00
Kimi Hsu
e15d1f8651
Use rounded corner radius from max resolution
...
Bug: 330088446
Test: try WindowInsets#getRoundedCorner
Flag: NONE
Change-Id: I70be19a730ff6d29b7eb18f27c26d217ae1727c4
(cherry picked from commit 517aca891b
)
2024-04-11 01:36:18 +00:00
Shiyong Li
386c8c0134
Merge changes from topic "km4/cm4-blockingzone_config" into 24D1-dev
...
* changes:
display/cm4: remove blocking zone config
display/km4: remove blocking zone config
2024-04-04 02:34:56 +00:00
Cutter Coryell
fab889fb5a
Turn off ML in system back gesture
...
Bug: 329496560
Test: builds
Change-Id: I6fb4eb13078df82c576a9793edf8021b00333406
2024-04-01 17:52:08 +00:00
Jeremy DeHaan
41112461f0
display/cm4: remove blocking zone config
...
Remove blocking zone configuration in favor of displayconfig settings.
Bug: 327645820
Change-Id: Ieb7365e369f13b3a7024b953a85d47a96ec2a3a3
Signed-off-by: Jeremy DeHaan <jdehaan@google.com>
2024-03-29 15:45:34 -07:00
Wei Wang
a5a799a6bb
Merge "power_profile.xml: Update CPU Parameters for Caimito" into 24D1-dev
2024-03-14 23:35:33 +00:00
Kevin (Chung-Kai) Yang
e47c953824
power_profile.xml: Update CPU Parameters for Caimito
...
Test: manual test
Bug: 324079178
Change-Id: I397e30c91520ea6693f41724013ffc3cea5a33f0
Signed-off-by: Kevin (Chung-Kai) Yang <chungkaiyang@google.com>
2024-03-14 11:52:25 +00:00
Jeremy DeHaan
5697a5cfb0
display: cm4: update AOD brightness
...
Bug: 328365322
Change-Id: I7d1e401827b64efa76f6e24149d67a9fc10aa692
Signed-off-by: Jeremy DeHaan <jdehaan@google.com>
2024-03-08 15:00:45 -08:00
Yabin Cui
2bda846652
Merge "caiman: add etm modules in userdebug/eng builds" into main
2024-03-04 18:36:10 +00:00
Yabin Cui
06b08f2a8b
caiman: add etm modules in userdebug/eng builds
...
Since etm modules are not in the normal kernel prebuilts,
they get left out of modules.load. So also import rc
file to load them.
Bug: 321061072
Test: build and run caiman
Change-Id: Iaf41244bc1135b7528d3a3ec3e92a4e644f5ee53
2024-02-29 16:18:56 -08:00
Brad Lassey
8599e087d0
Enabling Observe mode
...
Bug: 327601464
Test: Tested on local device
Change-Id: I9a72ecd1032eb3899b3aa45a72443a164a79b798
2024-02-29 20:06:05 +00:00
Bill Yi
443a642059
Add AOSP support for caiman/komodo/tokay
...
We will have a 'vendor' project containing proprietary blobs
to be able to build and flash Pixel device when vendor source is not
available.
The project names are
platform/vendor/aosp/google_devices/caiman
platform/vendor/aosp/google_devices/komodo
platform/vendor/aosp/google_devices/tokay
and the path is
vendor/google_devices/caiman
vendor/google_devices/komodo
vendor/google_devices/tokay
BUG: 325612343
Change-Id: I881994da5b81e963f5427af1642e29bffdca9c97
2024-02-27 14:26:16 -08:00
Jeremy DeHaan
0fdfd18c51
display: cm4: don't apply overlay in low light
...
Bug: 325072661
Change-Id: I6246682513ebbcc3b21e0c42b69d175eb46c719e
Signed-off-by: Jeremy DeHaan <jdehaan@google.com>
2024-02-14 16:51:25 -08:00
Beverly
1e95d331b5
Update face auth sensor location
...
These values are used to calculate the size of the
screen decoration overlays (however, the actual
camera protection is provided by the camera callback).
Test: manual
Fixes: 324018508
Flag: none
Change-Id: Ie4a4100ba98ca9e69f43ca32a0cc36e6002b08f0
2024-02-13 18:40:25 +00:00
Charlotte Lu
42572896ec
Edit JP Initial MIC elabel name
...
Fix: 317019325
Test: Visual
Change-Id: Ib6c9a9eaf76716daabfcd0166954678ea770c4e9
2024-01-31 16:53:56 +08:00
Treehugger Robot
5db3b2ca76
Merge "Revert^2 "Override shade background color from G0 to G1"" into main
2024-01-30 16:32:34 +00:00
Justin Weir
54a63b6006
Revert^2 "Override shade background color from G0 to G1"
...
This reverts commit 644a0f82cc
.
Reason for revert: Roll forward with fix
Change-Id: Ibc51ddd7befce0163e10aa874711a9c873b34b9f
2024-01-30 14:44:07 +00:00
Justin Weir
5d07330aae
Merge "Revert "Override shade background color from G0 to G1"" into main
2024-01-30 14:43:33 +00:00
Justin Weir
644a0f82cc
Revert "Override shade background color from G0 to G1"
...
This reverts commit 6a43947dc9
.
Reason for revert: Wrong color
Change-Id: If7befe4bd264dfea5659e859ea0fb7f389f42c27
2024-01-30 12:52:23 +00:00
Treehugger Robot
8eb0ccf06c
Merge "Adding interrupt mappings for caimito devices" into main
2024-01-30 05:28:45 +00:00