summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-01Fix the issue with buttonStyle in carsuwlibandroid-12.1.0_r9android-12.1.0_r8android-12.1.0_r7android-12.1.0_r22android-12.1.0_r21android-12.1.0_r20android-12.1.0_r19android-12.1.0_r11android-12.1.0_r10android12L-devandroid12-qpr3-s7-releaseandroid12-qpr3-s6-releaseandroid12-qpr3-s5-releaseandroid12-qpr3-s4-releaseandroid12-qpr3-s3-releaseandroid12-qpr3-s2-releaseandroid12-qpr3-s1-releaseandroid12-qpr3-releaseFarruh Habibullaev
- by providing support for support library & material design buttons. Test: Manually tested the behavior. BUG: 204577686 Change-Id: Ief9b3b3cf5f64d8b9c7596cf04e5267fe0152be8
2021-10-12Use PASSWORD_COMPLEXITY_MEDIUM for pins. am: 7b7103321bJulius D'souza
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/16033754 Change-Id: Iaa07e134ccc907eed1d7df74a0f614e63d43e0b0
2021-10-11Use PASSWORD_COMPLEXITY_MEDIUM for pins.Julius D'souza
Currently we use PASSWORD_COMPLEXITY_LOW which results in reporting a zero length requirement for pins, which is untrue. Use the MEDIUM complexity instead which both sets the right reported length and sets a consistent expectation for the framework. This also matches what CarSettings does with pins. Test: Check the pin lock screen with the included change. Bug: 202742946 Signed-off-by: Julius D'Souza <jdsouza@google.com> Change-Id: Ife808e71025df5d4a7190a4b5164bc22f4d9479f Merged-In: Ife808e71025df5d4a7190a4b5164bc22f4d9479f
2021-06-15Unbundle car-setup-wizard-lib am: 4b96a35440Erin Yan
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/14948871 Change-Id: I1748db34ba62b8cc8df8e05c2f02d83d45b8bc58
2021-06-11Unbundle car-setup-wizard-libandroid-12.0.0_r28android-12.0.0_r26android-12.0.0_r16android12-qpr1-releaseandroid12-devErin Yan
- Add gradle.build - Update value/attr to avoid conflict - Make a local copy instead of using hidden API XmlUtils - Change android annotation to androidx annotation - Use public Handle.hasCallbacks(callback) instead of the hidden Handler.hasMessagesOrCallbacks() Bug: 187445956 Test: built with Soong successfully, CarSetupWizardLibRoboTests passed. Built with Gradle successfully, tests passed with Gradle. Change-Id: I5e76e66f005d55128dbb6122f7eae3c307c77feb Merged-in: I5e76e66f005d55128dbb6122f7eae3c307c77feb
2021-04-29Remove SDK checks on null listener in lock setup.Julius D'Souza
Remove possible method calls on a null listener object. Note that the listeners are very rarely actually null. Bug: 186681637 Test: manual Signed-off-by: Julius D'Souza <jdsouza@google.com> Change-Id: I0459745dda348f63733b769021e326a1e4fd8429
2021-04-26Use KeyguardManager for setting locks.Julius D'souza
KeyguardManager has new methods for setting and validating locks as of Android R. Use these instead of the Settings implementation where possible. We do this for Android S and onwards due to compatibility issues that happened in R as per ag/12662646. Test: manual Bug: 153726356 Signed-off-by: Julius D'Souza <jdsouza@google.com> Change-Id: I583ee556c19babaaac40d809fb7f1da073a04b20
2021-03-04[automerger skipped] Merge RQ2A.210305.007 am: f3ffde1432 -s ours am: ↵Xin Li
a7e8896418 -s ours am: 6b07c79fd8 -s ours am skip reason: Change-Id I3d24fec09eacf1ca9bb632356e2abf3a33c04678 with SHA-1 b3ea6a7297 is in history Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/1613630 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6b4145f84935cd7735f9654651a4b048f36da8aa
2021-03-03[automerger skipped] Merge RQ2A.210305.007 am: f3ffde1432 -s ours am: ↵temp_ab_7272582Xin Li
a7e8896418 -s ours am skip reason: Change-Id I3d24fec09eacf1ca9bb632356e2abf3a33c04678 with SHA-1 b3ea6a7297 is in history Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/1613630 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9ab1cd89b3385bd38db9bfaea7397c1d6480c9b4
2021-03-03[automerger skipped] Merge RQ2A.210305.007 am: f3ffde1432 -s oursXin Li
am skip reason: Change-Id I3d24fec09eacf1ca9bb632356e2abf3a33c04678 with SHA-1 b3ea6a7297 is in history Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/1613630 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: If439df101e78e8d79d4b1dd98f9eeb381472d4d9
2021-03-03Merge RQ2A.210305.007android-s-beta-2android-s-beta-1Xin Li
Bug: 180401296 Merged-In: I3d24fec09eacf1ca9bb632356e2abf3a33c04678 Change-Id: I7aa814a22c4c8d66ca290463d001ee730a2fe498
2021-02-23[automerger skipped] Merge ab/7061308 into stage. am: b3ea6a7297 -s ours am: ↵Xin Li
5fe0debfb4 -s ours am skip reason: Change-Id I7cbcdca91f5e23d20811e8ffc77706207282f487 with SHA-1 b753ce46ef is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13658315 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8b83b63b6d1c8ab7310def1cf35126af9de8b99e
2021-02-23[automerger skipped] Merge ab/7061308 into stage. am: b3ea6a7297 -s oursXin Li
am skip reason: Change-Id I7cbcdca91f5e23d20811e8ffc77706207282f487 with SHA-1 b753ce46ef is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13658315 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I72b3cfb34e9ac5ac372912197787e92cf5265023
2021-02-21Merge ab/7061308 into stage.temp_RQ2A.210305.007Xin Li
Bug: 180401296 Merged-In: I7cbcdca91f5e23d20811e8ffc77706207282f487 Change-Id: I3d24fec09eacf1ca9bb632356e2abf3a33c04678
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/car/setupwizard am: ↵Bob Badour
1b2e4e41ff am: bd324ec932 am: 464a7628d8 Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/1588989 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I48d4ca11cbda406e3e1473f9751b4086d3dca7a9
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/car/setupwizard am: ↵Bob Badour
1b2e4e41ff am: bd324ec932 Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/1588989 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6f42fd3862991641724c351f50fca982e23afbe0
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/car/setupwizard am: 1b2e4e41ffBob Badour
Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/1588989 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iae92c33c5c648500edfd7c7dc343d9ec42fb1622
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/car/setupwizardandroid-s-preview-1Bob Badour
Added SPDX-license-identifier-Apache-2.0 to: library/main/Android.bp library/main/tests/robotests/Android.bp library/utils/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ie0680f88012f96918e5ca7885656faf72b859312
2021-01-25Change landscape cutoff to 1240dp am: b101e0f799 am: a101b7fba3Jian Jin
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13383452 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5bf68387f2fbfd2ef5a40c2351f809e1392cd25b
2021-01-25Change landscape cutoff to 1240dp am: b101e0f799Jian Jin
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13383452 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic4adf821784dc3b3e27cdca933ab35d037b49dc4
2021-01-22Change landscape cutoff to 1240dpJian Jin
Bug: 177560699 Test: CarSetupWizardLibRoboTests Change-Id: I18eb19db546102e2c7be2e45813b388b2c515ffd (cherry picked from commit e79af30e90ff5b7399d7e3988ee50388050634cb)
2021-01-22Merge "Change PartnerSummaryActionsCollector constructor logs"Rodrigo Lagos
2021-01-22Change PartnerSummaryActionsCollector constructor logsRodrigo Lagos
Change constructor logs from log.e to log.i, as they are not errors Bug: 178164393 Test: local tests Change-Id: I48fe2ed2323347f2a345c2552d824cda4efe279a
2021-01-21Fix values-w1280dp overriding landscape valueJian Jin
Bug: 177560699 Test: CarSetupWizardLibRoboTests Change-Id: I9b51e4974394446e9b715ce91c95973b13ec7a64
2021-01-21Merge "Change landscape cutoff to 1240dp"Jian Jin
2021-01-20Change landscape cutoff to 1240dpJian Jin
Bug: 177560699 Test: CarSetupWizardLibRoboTests Change-Id: I18eb19db546102e2c7be2e45813b388b2c515ffd
2021-01-20[automerger skipped] Merge "DO NOT MERGE: Graft gear reversal logic to RVC." ↵Julius D'Souza
into rvc-qpr-dev am: e31d545062 am: 36957f9df7 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13307207 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic3342acae0342c3b7486a8f40c30e133e618aaf6
2021-01-20[automerger skipped] DO NOT MERGE: Graft gear reversal logic to RVC. am: ↵Julius D'souza
1adc9e0804 am: bfb0f9bc10 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13307207 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2f0873f3c7cad774595aea9328c64eb9e0c5fc5a
2021-01-20Merge "DO NOT MERGE: Graft gear reversal logic to RVC." into rvc-qpr-dev am: ↵Julius D'Souza
e31d545062 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13307207 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I23d2c198a88072774d79720cd397e7e9f7149e34
2021-01-20DO NOT MERGE: Graft gear reversal logic to RVC. am: 1adc9e0804Julius D'souza
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13307207 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Icce152cc6a8318ee9e22bd3c31f78677e10e1641
2021-01-20Merge "DO NOT MERGE: Graft gear reversal logic to RVC." into rvc-qpr-devJulius D'Souza
2021-01-20Update CarWizardManagerHelper to be inline with latest Car codeRodrigo Lagos
Bug: 177920875 Test: local builds Change-Id: Iac591842f8a6767a728ba645f011b9aa59f0f875
2021-01-09DO NOT MERGE: Graft gear reversal logic to RVC.Julius D'souza
RVC is missing several key commits for gear reversal logic. Git history says otherwise (b/177080460). These are recovered here: * ag/10618703: Send a HOME intent on gear reversal * ag/10652317: Start SetupWizard ExitActivity on gear reversal * ag/10775431: Send an exit broadcast on gear reversal. Bug: 177083257 Test: TreeHugger Signed-off-by: Julius D'Souza <jdsouza@google.com> Change-Id: Ibd17d142769ad384a2b21569de0c93b7ceab8d4a
2021-01-08[automerger skipped] DO NOT MERGE Remove system property flag am: aad2b262a7 ↵Rodrigo Lagos
-s ours am: 1cb2e904fa -s ours am: 33c3762841 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13306377 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iaa8adddaf6c931e2fb31f48593e5afef2b31affe
2021-01-08[automerger skipped] Merge "Remove system property flag" into rvc-qpr-dev ↵Rodrigo Lagos
am: 9a86fef59a am: 32787c73b1 -s ours am skip reason: Change-Id I472b3a1bfc18ab419d8a0d001fd1cfc41283d5b5 with SHA-1 635519ae61 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13306380 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I06175af1c9e0be7392b1dea1fa8ece3ca3623608
2021-01-08[automerger skipped] DO NOT MERGE Remove system property flag am: aad2b262a7 ↵Rodrigo Lagos
-s ours am: 1cb2e904fa -s ours am skip reason: Change-Id I472b3a1bfc18ab419d8a0d001fd1cfc41283d5b5 with SHA-1 58abf3d37a is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13306377 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic7ea1a8437e0668df0fc50f85f370e3a76cf719d
2021-01-08Merge "Remove system property flag" into rvc-qpr-dev am: 9a86fef59aRodrigo Lagos
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13306380 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ibca3927790cc9b5687e462b8507edcbe50a96b28
2021-01-08[automerger skipped] DO NOT MERGE Remove system property flag am: aad2b262a7 ↵Rodrigo Lagos
-s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13306377 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib45f0c294cb49df2543c0515a61e0fbf8a8fd29c
2021-01-08Merge "Remove system property flag" into rvc-qpr-devRodrigo Lagos
2021-01-08Merge "Catch IllegalArgumentException at ↵TreeHugger Robot
PartnerSummaryActionsCollector#getActionCompletionStateFromContentProvider" into rvc-qpr-dev am: 589d1d2333 am: 99ba25aa82 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13306406 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I08e13dac458140812019acb9fec9387830cb5c6c
2021-01-08Merge "Catch IllegalArgumentException at ↵TreeHugger Robot
PartnerSummaryActionsCollector#getActionCompletionStateFromContentProvider" into rvc-qpr-dev am: 589d1d2333 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13306406 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6a6ae3d51fa606c633dce8be8ef506303da19d50
2021-01-08[automerger skipped] Merge "DO NOT MERGE Remove the UX_RESTRICTION_NO_SETUP ↵Rodrigo Lagos
check from the UXR check" into qt-car-dev am: e4cfed322b -s ours am: c9a0c89686 -s ours am: 177827dfdb -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13301691 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I1ca8c4948d42eccfae5396408575ff4b12e1cdd1
2021-01-08Catch IllegalArgumentException at ↵Jian Jin
PartnerSummaryActionsCollector#getActionCompletionStateFromContentProvider am: d952bba096 am: 124b5a0136 am: 1ec2985fad Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13301826 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Idea85c6681360d811d91f6d29aca3290757b9400
2021-01-08[automerger skipped] Remove the UX_RESTRICTION_NO_SETUP check from the UXR ↵Rodrigo Lagos
check am: 9be7932643 am: b3a84ce768 -s ours am skip reason: Change-Id Iff5d3750ee5f99f48c27b2ecb6a2fbe717d1d510 with SHA-1 2f343c87f9 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13303971 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I37e9513c35298fd41441e2198bbd1e16edc8826e
2021-01-08Merge "Catch IllegalArgumentException at ↵TreeHugger Robot
PartnerSummaryActionsCollector#getActionCompletionStateFromContentProvider" into rvc-qpr-dev
2021-01-08[automerger skipped] Merge "DO NOT MERGE Remove the UX_RESTRICTION_NO_SETUP ↵Rodrigo Lagos
check from the UXR check" into qt-car-dev am: e4cfed322b -s ours am: c9a0c89686 -s ours am skip reason: Change-Id Iff5d3750ee5f99f48c27b2ecb6a2fbe717d1d510 with SHA-1 9be7932643 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13301691 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I662e181823005204c2d6a1bd166ca061320a15cd
2021-01-08Catch IllegalArgumentException at ↵Jian Jin
PartnerSummaryActionsCollector#getActionCompletionStateFromContentProvider am: d952bba096 am: 124b5a0136 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13301826 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8476f0f50edf159695e397bc5402b206fb7b843f
2021-01-08Remove the UX_RESTRICTION_NO_SETUP check from the UXR check am: 9be7932643Rodrigo Lagos
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13303971 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5bdaf3098539eadab031e27fcee360882cbb9fd7
2021-01-08[automerger skipped] Merge "DO NOT MERGE Remove the UX_RESTRICTION_NO_SETUP ↵Rodrigo Lagos
check from the UXR check" into qt-car-dev am: e4cfed322b -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13301691 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic370c9b2986d7b13171d103933212c7ab553cd94
2021-01-08Catch IllegalArgumentException at ↵Jian Jin
PartnerSummaryActionsCollector#getActionCompletionStateFromContentProvider am: d952bba096 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/car/setupwizard/+/13301826 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id9b4b4cc28f0bc8d0ef66267fe490b31d9087aa0