* changes:
[automerge] Make the text for the drop target buttons fit if it's too long. 2p: d2d8e97a65 2p: 080bd76ccd
[automerge] Make the text for the drop target buttons fit if it's too long. 2p: d2d8e97a65
Make the text for the drop target buttons fit if it's too long.
* changes:
[automerge] Removing line submited by mistake. 2p: dac0769af1 2p: 1e1bcb19cb
[automerge] Removing line submited by mistake. 2p: dac0769af1
Removing line submited by mistake.
* changes:
[automerge] Make the widget option on the PopupContainer full width 2p: dfa88d55f5 2p: 001367675e
[automerge] Make the widget option on the PopupContainer full width 2p: dfa88d55f5
Make the widget option on the PopupContainer full width
* changes:
[automerge] Add logging to debug incorrect taskbar states caught by flaky tests. 2p: 1823bdba6e 2p: 977f8873f3
[automerge] Add logging to debug incorrect taskbar states caught by flaky tests. 2p: 1823bdba6e
Add logging to debug incorrect taskbar states caught by flaky tests.
* changes:
[automerge] Close open folders when pausing launcher. 2p: 253c23b2e8 2p: 1e72f48c3e
[automerge] Close open folders when pausing launcher. 2p: 253c23b2e8
Close open folders when pausing launcher.
The width of the PopupContainer grows if there are multiple
SystemShortcuts and we where not updating the width of all the
options.
Fix: 227538975
Test: Long press an app like Google Maps on the HomeScreen to see
the menu. All the options should have the same width.
Change-Id: I25310d74aa1af17be37b53c27d2334f86bef325a
The text "Don't suggest app" is too long when the device language
is GE or JA, or if you make the text bigger in settings.
Before truncating the text completely we are going to try to make
the text smaller until it gets to a predefined value
(button_drop_target_min_text_size).
Test: Change the language to German (Deutch) and install a new app and drag it to the workspace to see the button "App nicht vorschlagen"
Test: Also, a nice way to test is to go to SecondaryDropTarget#setupUi and hardcode the option to always show "Don't suggest app"
Fix: 221480721
Change-Id: I99def4e23cd17109a297aecaa620cef7a0d137e7
* changes:
[automerge] Make AllApps bottom sheet follow finger and snap after 30% progress 2p: c83ea5f8fb 2p: 49520d892d
[automerge] Make AllApps bottom sheet follow finger and snap after 30% progress 2p: c83ea5f8fb
Make AllApps bottom sheet follow finger and snap after 30% progress
Previously, folders wouldn't close after launching an app and quickly navigating back the launcher.
This is because the onStop state which contains a call to AbstractFloatingView.closeViews() wasn't being called.
This change adds an additional call to specifically close any open folders when the Launcher enters a paused state.
Bug: 227142635
Test: Verified that the issue is fixed after code change.
I logged the Launcher's lifecycle state to ensure my manual testing was reliable.
Change-Id: I838f992f83afdd754672ebbe85d0eb2a7e894417
- Various TAPL tasts are flaking because the taskbar is present when navigating home. Several TAPL taskbar tests are also flaking because the taskbar is missing when opening an app. Adding logging to catch when FLAG_IN_APP is being set and why it isn't being applied.
Bug: 227657604
Bug: 225205246
Test: manual
Change-Id: Ia976bb0a6c7764e571fab3ac98ee21ff22ef7674
Also fixing also-closing behavior for FloatingSurfaceView for Android S
Bug: 228260232
Test: Verified manually on device
Change-Id: I83f6417a756c1459533294d681e83abba6ea58aa
- Set mInsets with windowBounds.insets when initialized, and set windowBounds.insets when cloning DeviceProfile
- Added more bottom sheet / all apps in DeviceProfile dump
- Also dump taskbar's device profile in dumpsys
Fix: 226968237
Test: Taskbar AllApps should have correct top padding
Test: adb shell dumpsys activity com.google.android.apps.nexuslauncher
Test: adb shell dumpsys activity service com.google.android.apps.nexuslauncher/com.android.quickstep.TouchInteractionService
Change-Id: I7739c699fb16544b92dc820354a643f745694c25
Bug: 200841778
Test: Hard-coded the flag to be true, and verified that the snack bar
is shown with the correct text. Also verified that talkback announces
"Item Removed" properly and that the correct log event is produced by
the AppEventProducer which AiAi needs to process the user action.
Change-Id: Ifbb9cf7aecf26cd4bcebf48d4fb07fb3d5af46bb