* changes:
[automerge] [Toast] Polish the layout of the QSB, tabs and header protection. 2p: a5e95419f5
[Toast] Polish the layout of the QSB, tabs and header protection.
* changes:
[automerge] [Toast] Polish the layout of the QSB, tabs and header protection. 2p: a5e95419f5 2p: e25113ead8
[automerge] [Toast] Polish the layout of the QSB, tabs and header protection. 2p: a5e95419f5
[Toast] Polish the layout of the QSB, tabs and header protection.
Now that we close all non rebind safe AFVs onResume, the options popup dialog is getting closed. This dialog is rebind safe, but currently using TYPE_OPTIONS_POPUP which isn't.
Test: Dialog stays open on activity recreate. Also ran affected tests.
Bug: 227142635
Change-Id: Ibbac925ce5dd2de5c7770cb8f5bd8c5e438449cf
This is a follow-up code review to ag/1754638 to address a comment that was missed before the CR was pushed.
Bug: 227142635
Test: Folders still close when launcher is paused.
Change-Id: Ib6724dc3a6ba49e259ba7de655f6810d6a692d16
* changes:
[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] 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
Add logging to debug incorrect taskbar states caught by flaky tests.
* 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
Make AllApps bottom sheet follow finger and snap after 30% progress
* 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