- Jun 07, 2021
-
-
Beth Thibodeau authored
Add a listener so that when the user toggles "show recommendations" in settings, any existing recommendation is immediately removed Fixes: 190214883 Test: atest MediaDataManagerTest Change-Id: I3faa5ea7762baf41e802f128987a358163e00759
-
- Jun 03, 2021
-
-
Jeff DeCew authored
-
Jason Hsu authored
-
Beth Thibodeau authored
-
TreeHugger Robot authored
Merge "Teach IMMS#shouldShowImeSwitcherLocked() about shouldShowInInputMethodPicker attr" into sc-dev
-
Ryan Mitchell authored
* changes: idmap2: fix cpplint warnings OMS: include idmap data in dump idmap2: create in-memory FRRO before creating file OMS: update shell command --help
-
Lucas Dupin authored
-
Caitlin Cassidy authored
Merge "[Device Controls] In the device controls QS tile, have the subtitle show the preferred structure name." into sc-dev
-
Colin Cross authored
-
Dave Mankoff authored
-
jasonwshsu authored
* Use percentage of X-aixs and Y-axis as last position, so it could be restored at approximately position when device screen size changed. * Fine-tune AccessibilityFloatingMenuViewTest Bug: 183342667 Test: atest AccessibilityFloatingMenuViewTest PositionTest Change-Id: I58ed608a03bc20f15a9d0852c95907107516c9ba
-
Julia Reynolds authored
-
TreeHugger Robot authored
-
Sidath Senanayake authored
-
Shawn Lin authored
-
Stanley Wang authored
Merge "Switch control should not be activated after event happens off of the target region." into sc-dev
-
tim peng authored
-
tim peng authored
-
Yandry Perez Clemente authored
-
Yandry Perez Clemente authored
-
TreeHugger Robot authored
-
Galia Peycheva authored
-
TreeHugger Robot authored
-
Yandry Perez Clemente authored
-
Stanley Wang authored
happens off of the target region. - Disable the focusable and clickable features. Fix: 189079003 Test: robotest and test the switch manually Change-Id: I0fa19c132ddfd5a3e010bf8328c6b84c1087d78b
-
shawnlin authored
The restoreNavigationBarFromApp() could now be called twice in live tile mode. Reset the mNavigationBarAttachedToApp once the nav bar is detached to prevent the nav fade-in animation playing twice. Bug: 189900722 Test: atest RecentsAnimationControllerTest Change-Id: Ifa02a7355d6503399de636646d73b9a4b6766a51
-
tim peng authored
-
Arthur Hung authored
If user enabled double tap power to launch camera, we should return the correct value of 'MaxMultiPressPowerCount' so single tap power detector could wait for multi press timeout instead triggering 'powerPress' immediately. Test: double tap power to launch camera Bug: 188247996 Change-Id: I4ca28c42c4affd9c48219e3c68630ea0ce1d5409
-
Riddle Hsu authored
-
Yi-Ling Chuang authored
-
Stanley Wang authored
-
Yohei Yukawa authored
This is a follow up CL to our previous CL [1], which introduced shouldShowInInputMethodPicker attribute then made IME picker UI be aware of it. There was a method we forgot to update in that CL: InputMethodManagerService#shouldShowImeSwitcherLocked(), which determines when the IME switcher icon is shown on the navigation bar. It should just ignore IMEs that have shouldShowInInputMethodPicker=false because those IMEs are actually not shown on the IME switcher dialog. [1]: I18dda0525168f9195606840239507b9daba65be7 43dbb549 Fix: 175480153 Fix: 186150194 Test: Manually tested as follows: 1. Build aosp_coral-userdebug and flash it. 2. Open the dialar app and focus in any input field. 3. Make sure that AOSP Keyboard shows up and the IME swicher icon is not shown on the navigation bar. 4. adb install -r \ $ANDROID_HOST_OUT/cts/android-cts/testcases/CtsHiddenFromPickerIme.apk 5. adb shell ime enable \ com.android.cts.hiddenfrompickerime/.HiddenFromPickerIme 6. Hide and show the AOSP keyboard. 7. Make sure that the IME swicher icon is still not shown. 8. adb install -r \ $ANDROID_PRODUCT_OUT/system/app/SoftKeyboard/SoftKeyboard.apk 9. adb shell ime \ enable com.example.android.softkeyboard/.SoftKeyboard 10. Hide and show the AOSP keyboard. 11. Make sure that the IME swicher icon becomes visible. Change-Id: Id4b4c208e11d574d6118c8cd2b5aa79dd5486c14
-
Jason Hsu authored
* changes: Handle accessibility floating menu when switching users Show accessibility floating menu after user unlock their phone
-
Riddle Hsu authored
Commit d3bdc63c reuse canBeOrganized to decide whether to show task surface on creation. But canBeOrganized doesn't check supported type that causes the surface of freeform (unsupported type) task not to show. Bug: 185400889 Test: Enable freeform in developer options. Enter recents and select freeform. The task should be visible. Change-Id: Id534918998acf2a3c1f8c9b97fb9c8fb6b386996
-
TreeHugger Robot authored
-
Yanting Yang authored
-
lpeter authored
When the application uses VoiceInteractionService to create a SoftwareHotwordDetector, we need to report the HotwordDetectionService status to the application, but we pass null callback into the updateStateLocked function, it means that we will not receive the HotwordDetectionService status. In this change, we implement IHotwordRecognitionStatusCallback and pass the callback into updateStateLocked function. When we receive the HotwordDetectionService status, we will pass the status to the application. Bug: 183239093 Test: atest CtsVoiceInteractionTestCases Test: atest CtsVoiceInteractionTestCases --instant Change-Id: I1a1b8abe5c7e82eddaa2f0a83f54110df74d1efb
-
Yi-Ling Chuang authored
Bug: 189115008 Test: rebuild Change-Id: I026524cb6ac5cf9d815a7350c8f0cc220eb7c43b
-
Stanley Wang authored
- Support the dynamic color. The colors of the illustration's labels can be changed. We create a mapping table of colors and labels. According to this mapping table, preference can apply the corresponding colors to the illustration. - Support the middle ground view. User can overlay a view on top of the illustration. - Support the auto scale of illustration. - Update the layout to prevent the animation cropping. Fix: 189199177 Test: rebotest and see the UI. Change-Id: Ib02cbc5bb99ab8014d7ee7ed630a6721968a49ab
-
TreeHugger Robot authored
-