Commit Graph

34630 Commits

Author SHA1 Message Date
TreeHugger Robot 070dec105f Merge "Removing tracing for a fixed bug" into ub-launcher3-rvc-dev am: 62d493d50b
Change-Id: Iccccf405d5a9ea6b3fbfe0950138aee7fb66e7d9
2020-04-15 21:59:49 +00:00
TreeHugger Robot 62d493d50b Merge "Removing tracing for a fixed bug" into ub-launcher3-rvc-dev 2020-04-15 21:57:31 +00:00
TreeHugger Robot ebcff1447e Merge "Address race condition with drag from external window" into ub-launcher3-rvc-dev am: 1fe0a4e080
Change-Id: I16c1d400c42a7c99d7c7ee307ae3f90bfc43d181
2020-04-15 21:53:16 +00:00
TreeHugger Robot 1fe0a4e080 Merge "Address race condition with drag from external window" into ub-launcher3-rvc-dev 2020-04-15 21:41:34 +00:00
Tony Wickham cfb803c42c Address race condition with drag from external window
When dragging from another window, e.g. when pinning an app shortcut,
there's a race condition as follows if launcher is killed:
- System drag starts
- Workspace loads and starts binding, canceling the drag

With this change, the drag will get onDragStart() again after this
case and allow completion of the drop.

Change-Id: I3f1c786ad1d451ecda9bbac5e9a9a3e0d8b66f73
2020-04-15 15:56:57 -05:00
vadimt f528fa6518 Removing tracing for a fixed bug
Bug: 138251824
Change-Id: Icd0d5001bfce0b1dabc102a2bbb0212a57d5839a
2020-04-15 13:51:47 -07:00
TreeHugger Robot 6434273834 Merge "Increasing string size limit" into ub-launcher3-rvc-dev am: ac9cf47712
Change-Id: Iec63856a68e327e3fad7bd2f45e19c46400a1240
2020-04-15 20:51:01 +00:00
TreeHugger Robot ac9cf47712 Merge "Increasing string size limit" into ub-launcher3-rvc-dev 2020-04-15 20:38:38 +00:00
Bill Yi 4e74aa88b5 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Change-Id: I2a0d72250768648248eba861a61975553eb39322
2020-04-15 13:04:03 -07:00
Sunny Goyal 191e764cd3 Increasing string size limit
Bug: 153908290
Change-Id: I915a4505b4e63d9e1434c93857272c17d02acaca
2020-04-15 13:01:42 -07:00
vadimt cf275c1bd7 Choosing better points to output "start" events for TAPL
Now doing this before branching points, thus avoiding flakes when the
execution can go to an unexpected branch and not produce an event.

Bug: 153824894
Change-Id: If117da0498eaf2d94c9610552724981be34c6569
2020-04-15 12:45:11 -07:00
Andy Wickham 645a633900 [automerger skipped] Refactors Sandbox to more easily add new tutorials. am: 28095168e9 -s ours
am skip reason: Change-Id Id893869cb59609141dcdbdca01744d0f5952b546 with SHA-1 9c89358c7d is in history

Change-Id: Iea93bd2ac8cde559d2b1a176a2e02ed46aea378f
2020-04-15 19:22:06 +00:00
TreeHugger Robot 2780268e1a Merge "Manually marking widgets recycler as non-scrollable of frozen" into ub-launcher3-rvc-dev am: ce2d7134f6
Change-Id: If72d30a09523c5b37945b943ea78045a94b123b3
2020-04-15 18:30:55 +00:00
Andy Wickham 28095168e9 Refactors Sandbox to more easily add new tutorials.
- Extracts abstract classes for common functionality
 - Renames some layouts, etc. to not be back-specific
 - Consolidates more logic in the controllers rather
   than classes like BackGestureTutorialTypeInfo
 - Removes redundant TutorialStep enum (combining it
   with TutorialType)

Still considering removing additional layers of
abstraction like the Fragment itself (instead
keeping UI within the Activity, which would still
be controlled by a TutorialController).

Test: Built and went through the Back tutorial to
confirm existing funcitonality was not disrupted.
Bug: 148542211

Merged-In: Id893869cb59609141dcdbdca01744d0f5952b546
Change-Id: Id893869cb59609141dcdbdca01744d0f5952b546
2020-04-15 18:18:48 +00:00
TreeHugger Robot ce2d7134f6 Merge "Manually marking widgets recycler as non-scrollable of frozen" into ub-launcher3-rvc-dev 2020-04-15 18:12:13 +00:00
TreeHugger Robot 0a3c5a9e0e Merge "Revert "Use UiEvent for constants inside StatsLogManager"" into ub-launcher3-rvc-dev am: c730304898
Change-Id: Ic2ee6128b4ce695ef9c4a67b5f78df236a2cd515
2020-04-15 17:53:13 +00:00
TreeHugger Robot c730304898 Merge "Revert "Use UiEvent for constants inside StatsLogManager"" into ub-launcher3-rvc-dev 2020-04-15 17:32:22 +00:00
vadimt 31fa653ef3 Manually marking widgets recycler as non-scrollable of frozen
There was hope that freezing automatically marks it as non-scrollable,
but this happened to be not true.

Sending accessibility event per pweaver@'s instructions.

Bug: 152354290
Change-Id: Idd04c69cef9e8e621775ef86112f35e3d9d9d2da
2020-04-15 10:21:14 -07:00
Andy Wickham d375aa612a Merge "Refactors Sandbox to more easily add new tutorials." into ub-launcher3-master 2020-04-15 17:19:31 +00:00
Andy Wickham 56251a1562 Merge "Fixes issue where back tutorial animation didn't always appear." into ub-launcher3-rvc-dev am: cc51d2ce1d
Change-Id: I48c9fe77e2f52b362b0a3587cf436c4e466f8fef
2020-04-15 16:55:04 +00:00
TreeHugger Robot 6c958690d6 Merge "Revert "Cleanup code related to ag/11035582"" into ub-launcher3-rvc-dev am: e433812907
Change-Id: Ibf3afbd597fd1d770f7ec9ade2e4b721be2fa4c5
2020-04-15 16:54:54 +00:00
Sunny Goyal 2a5b3d8f20 Revert "Have consistent All Apps UI between grid size changes." am: ae190ff807
Change-Id: Iba0049722f377a5aed1836b0a12aec26bd26dab1
2020-04-15 16:54:42 +00:00
Hyunyoung Song 1505d2f2e6 Revert "Use UiEvent for constants inside StatsLogManager"
This reverts commit 6b99a7d397.

Reason for revert: Launcher3 AOSP cannot link to uieventloggerlib because it's private API

Change-Id: Id652b8a4cba54b97d1d8b8644c2939903cc0e88a
2020-04-15 16:52:19 +00:00
Andy Wickham cc51d2ce1d Merge "Fixes issue where back tutorial animation didn't always appear." into ub-launcher3-rvc-dev 2020-04-15 08:06:05 +00:00
android-build-team Robot 89aa75d91c Snap for 6396587 from e1e93e0687 to mainline-release
Change-Id: Ie260019bbde50b0bc038fcdcccb4b6139d074452
2020-04-15 07:08:57 +00:00
TreeHugger Robot e433812907 Merge "Revert "Cleanup code related to ag/11035582"" into ub-launcher3-rvc-dev 2020-04-15 06:13:34 +00:00
Andy Wickham 9f7e434244 Fixes issue where back tutorial animation didn't always appear.
Specifically, when switching from right to left edge, the
animation disappeared. This change forces the animation
to restart whenever you switch to another tutorial.

Bug: 148542211

Change-Id: Ie74c636a4afd1018c7c8e6998a1e7a176bf8099e
(cherry picked from commit e725b6fe56)
2020-04-15 06:06:55 +00:00
Vinit Nayak 770cc42685 Revert "Cleanup code related to ag/11035582"
This reverts commit a2a1f86dff.

Reason for revert: b/154068414

Change-Id: I1db0018fa97d5a5380651cf7d04a05a0abd62857
2020-04-15 05:24:10 +00:00
android-build-team Robot 0fc727750b Snap for 6396429 from fd3fc081d9 to rvc-release
Change-Id: I89cbb8faad98a4f6d537fc8456248801718652ee
2020-04-15 02:10:08 +00:00
Andy Wickham 9c89358c7d Refactors Sandbox to more easily add new tutorials.
- Extracts abstract classes for common functionality
 - Renames some layouts, etc. to not be back-specific
 - Consolidates more logic in the controllers rather
   than classes like BackGestureTutorialTypeInfo
 - Removes redundant TutorialStep enum (combining it
   with TutorialType)

Still considering removing additional layers of
abstraction like the Fragment itself (instead
keeping UI within the Activity, which would still
be controlled by a TutorialController).

Test: Built and went through the Back tutorial to
confirm existing funcitonality was not disrupted.
Bug: 148542211
Change-Id: I590af62f5fe3186a15deb5883e6ef6e6cb7e4665

Change-Id: Id893869cb59609141dcdbdca01744d0f5952b546
2020-04-15 01:26:20 +00:00
TreeHugger Robot 4c61d2b61b Merge "Revert "Show all apps app names in multi window landscape"" into ub-launcher3-rvc-dev am: 2fc1c88448
Change-Id: I7045a43898c01260d1d5856e6f8475158ccd13e9
2020-04-15 00:28:54 +00:00
Hyunyoung Song ffdeb7afe8 Merge "Use UiEvent for constants inside StatsLogManager" into ub-launcher3-rvc-dev am: a613217bd0
Change-Id: I962a569699cbc461fa2e0460e9c4cf33cb1925d1
2020-04-15 00:28:49 +00:00
Sunny Goyal ae190ff807 Revert "Have consistent All Apps UI between grid size changes."
Revert submission 557031-1571265377317-631e3e5

Reason for revert: Breaks multiwindow and secondary display layout
Reverted Changes:
Idee087e31:Remove numAllAppsColumns, allAppsIconSize, allApps...
I6235862c9:Have consistent All Apps UI between grid size chan...

Change-Id: I64156123a8fbaba1a7d2b64cddd5376671123aa2
2020-04-14 17:19:47 -07:00
TreeHugger Robot 2fc1c88448 Merge "Revert "Show all apps app names in multi window landscape"" into ub-launcher3-rvc-dev 2020-04-15 00:12:21 +00:00
Hyunyoung Song a613217bd0 Merge "Use UiEvent for constants inside StatsLogManager" into ub-launcher3-rvc-dev 2020-04-15 00:09:13 +00:00
TreeHugger Robot cdcab733c6 Merge "Cache hotseat predictions" into ub-launcher3-rvc-dev am: 08860aed19
Change-Id: I29c303b9e02c5a6372c8b0cf73e147d2ea81a06d
2020-04-14 23:54:56 +00:00
TreeHugger Robot 08860aed19 Merge "Cache hotseat predictions" into ub-launcher3-rvc-dev 2020-04-14 23:36:34 +00:00
Sunny Goyal 604e7bd667 Revert "Show all apps app names in multi window landscape"
This reverts commit 1c3c3b1d6f.

Reason for revert: Broke multi-window rotation and secondary display

Change-Id: I907b21ca82cf2e25f8abe7a09eafd6dec817f81b
(cherry picked from commit 157e666058)
2020-04-14 23:24:02 +00:00
Jonathan Miranda 03ad7125bb Merge "Fix bug where view stays invisible due to view recycling before it gets reset." into ub-launcher3-rvc-dev am: b263e6fe29
Change-Id: I438fec068ff53eddba9305b208ed3026e56cea7d
2020-04-14 23:11:54 +00:00
Jonathan Miranda b263e6fe29 Merge "Fix bug where view stays invisible due to view recycling before it gets reset." into ub-launcher3-rvc-dev 2020-04-14 22:56:47 +00:00
Vinit Nayak d01f08bc90 Disable sensor manager for tests in platform am: fd3fc081d9 am: e21c4ec073 am: 191733840c am: e1e93e0687 am: 87b15e54ea
Change-Id: Ia1b92f05222e6ceafce9d61c498172895fdf5019
2020-04-14 22:34:29 +00:00
TreeHugger Robot af4c525054 Merge "Cleanup code related to ag/11035582" into ub-launcher3-rvc-dev am: 8f3c7c23d6
Change-Id: I371d4a7549df0391e50b5423899a1cdc8aae3d3d
2020-04-14 22:31:35 +00:00
Vinit Nayak 87b15e54ea Disable sensor manager for tests in platform am: fd3fc081d9 am: e21c4ec073 am: 191733840c am: e1e93e0687
Change-Id: Iafd459f216af14b28a93c764fe00257c3b9b1f2e
2020-04-14 22:23:33 +00:00
Vinit Nayak 3ee2a5c319 Disable sensor manager for tests in platform am: fd3fc081d9 am: 31fb890ba2 am: 113b04b334 am: 4857dd63fb
Change-Id: Ib5407eede70a0fe010afb08c7418580f5c3886ef
2020-04-14 22:23:03 +00:00
Vinit Nayak 02885183a4 Disable sensor manager for tests in platform am: fd3fc081d9 am: e21c4ec073 am: c90f5d74af am: ab0f9ee5f0
Change-Id: If75533e7330ee94a7ce2481aae8b978100f043e0
2020-04-14 22:21:59 +00:00
TreeHugger Robot 8f3c7c23d6 Merge "Cleanup code related to ag/11035582" into ub-launcher3-rvc-dev 2020-04-14 22:12:01 +00:00
Vinit Nayak 4857dd63fb Disable sensor manager for tests in platform am: fd3fc081d9 am: 31fb890ba2 am: 113b04b334
Change-Id: If3a71c7f7afcd19b34d6e53f7f1e2e04733fb056
2020-04-14 21:57:16 +00:00
Vinit Nayak ab0f9ee5f0 Disable sensor manager for tests in platform am: fd3fc081d9 am: e21c4ec073 am: c90f5d74af
Change-Id: Ia3f6e654db421f3c9e852f5c37de977d4f70dc92
2020-04-14 21:57:00 +00:00
Vinit Nayak e1e93e0687 Disable sensor manager for tests in platform am: fd3fc081d9 am: e21c4ec073 am: 191733840c
Change-Id: Iecd1cabd5815c7971bc1e8cfb3036c87d99ea083
2020-04-14 21:56:49 +00:00
TreeHugger Robot ee7b58f3d6 Merge "Fixing issue with removing tasks immediately after boot" into ub-launcher3-rvc-dev am: c505a95aaf
Change-Id: Ib1e5bb7d2ad156d582163c7602ed2182d476844b
2020-04-14 21:56:39 +00:00