Commit Graph

22957 Commits

Author SHA1 Message Date
TreeHugger Robot 987e375312 Merge "Prevent all apps prediction update while visible" into ub-launcher3-rvc-dev am: e241f6c243
Change-Id: I46f4afd992fd15c4c9b82a8bc4b85ba923598024
2020-05-15 10:43:06 +00:00
TreeHugger Robot e241f6c243 Merge "Prevent all apps prediction update while visible" into ub-launcher3-rvc-dev 2020-05-15 10:31:56 +00:00
TreeHugger Robot 0239366456 Merge "Switch to new protocol for hybrid hotseat" into ub-launcher3-rvc-dev am: 63cbfc6118
Change-Id: I6a5a9b07c2cc7b0d350da559bf56986d4e8a3ab8
2020-05-15 08:35:24 +00:00
TreeHugger Robot 63cbfc6118 Merge "Switch to new protocol for hybrid hotseat" into ub-launcher3-rvc-dev 2020-05-15 08:25:50 +00:00
Samuel Fufa 6793dae692 Prevent all apps prediction update while visible
Test: Manual
Bug: 156418702
Change-Id: Iaa5468d7c600e6568ac1e35108c586752d6658b6
2020-05-14 23:13:19 -07:00
TreeHugger Robot 90b22110d8 Merge "Prevent AllApps scroller activation in NORMAL state" into ub-launcher3-rvc-dev am: 9de282c862
Change-Id: I3f5aef42242543bba6bc7743c635d08eee649e81
2020-05-15 01:10:14 +00:00
TreeHugger Robot 9de282c862 Merge "Prevent AllApps scroller activation in NORMAL state" into ub-launcher3-rvc-dev 2020-05-15 00:52:32 +00:00
Samuel Fufa d12d6ab98a Switch to new protocol for hybrid hotseat
- create predictor from items in bgModel instead of scanning views
- Launcher no longer checks for duplicates before sending pin/unpin events
- sending cached items from last prediction to reduce UI shuffle
- Switch to using UserCache to persist and read ComponentKey

Bug: 148814143
Bug: 156413231
Bug: 156200931
Change-Id: Ide6330bed8eb7f0c6fbec1d1ac21e7f67a9b2be2
2020-05-14 17:27:34 -07:00
vadimt 4507024997 Avoid truncation of input trace am: 5670d462de
Change-Id: Ib65add6a36d0985dbffdb3fee4f72ebffd7e8f4e
2020-05-15 00:03:33 +00:00
vadimt 5670d462de Avoid truncation of input trace
Bug: 156287114
Change-Id: Iac0f93d4e8082907210bd6312d1c046ff1f49dba
2020-05-14 14:25:38 -07:00
James O'Leary 3ed973c034 Merge "Compose gesture integrated fully into Launcher" into ub-launcher3-rvc-dev am: 4cb77a60aa
Change-Id: Ib138be3ddb8a1740d9ade68fa460be5bc50980c0
2020-05-14 20:26:00 +00:00
Adam Cohen ced96bbc6c Merge "Don't require the center task id to adjust status bar when swiping up" into ub-launcher3-rvc-dev am: 1682d0d71b
Change-Id: I2b6958b751180a7f176386ff28a25650c8f5f46a
2020-05-14 20:25:45 +00:00
James O'Leary 4cb77a60aa Merge "Compose gesture integrated fully into Launcher" into ub-launcher3-rvc-dev 2020-05-14 20:20:13 +00:00
Adam Cohen 1682d0d71b Merge "Don't require the center task id to adjust status bar when swiping up" into ub-launcher3-rvc-dev 2020-05-14 20:15:51 +00:00
Winson Chung d6eae2aee0 Merge "Update shelf offset earlier when in gesture nav" into ub-launcher3-rvc-dev am: 054b0ae358
Change-Id: I87925bb3e54d74c08ea35d748b207af7f30dc780
2020-05-14 19:17:10 +00:00
Winson Chung 054b0ae358 Merge "Update shelf offset earlier when in gesture nav" into ub-launcher3-rvc-dev 2020-05-14 18:55:25 +00:00
Adam Cohen 18aa37ca68 Don't require the center task id to adjust status bar when swiping up
b/155029378

Change-Id: I3cb65e82ab192b63d54291aad9e2395fa8dedaef
2020-05-14 11:31:28 -07:00
Tony Wickham 168d6da5cd Merge "Only set spring end value if animation wasn't canceled" into ub-launcher3-rvc-dev am: 62b8c1a5f9
Change-Id: I7058982b28d80e17827b7d0acdaec0e8823988a8
2020-05-14 18:24:03 +00:00
Tony Wickham 62b8c1a5f9 Merge "Only set spring end value if animation wasn't canceled" into ub-launcher3-rvc-dev 2020-05-14 18:22:13 +00:00
Winson Chung ceffbf644f Remove LockscreenRecentsActivity am: 1801d19bcd
Change-Id: I8c9aa9ce998391b20ceaf5bd3a9a11e1ddcedcb1
2020-05-14 18:18:22 +00:00
James O'Leary 74a2746b35 Compose gesture integrated fully into Launcher
- Support dismissing Compose via the reverse gesture from the appear
gesture
- Use Tony Wickham's ag/10204761 with some glue code to enable the
app below Compose panning in the same direction as the gesture as
Compose peeks in
- Add feature flag to use Compose hosted in a window (permits underlying
app panning)
- Use InterpolatingVelocityTracker to fix OtherActivityInputConsumer
processing swipes in the wrong direction ~20% of the time due to a bug
in VelocityTracker (see go/quirky-bubbles)

Change-Id: I3adbaee1763f21557fb628b60d03b0a03e7079ab
2020-05-14 14:18:19 -04:00
Winson Chung 034ce6fd94 Update shelf offset earlier when in gesture nav
- Provide a hint to Launcher to indicate it will be resumed when
  swiping home, which allows us to notify sysui before any potential
  pip invocation, reducing the likelyhood of two conflicting animations
  when entering pip

Bug: 156637223
Change-Id: Iae773e1aac88bbea6f74e1d1332417b448126471
2020-05-14 10:55:14 -07:00
Winson Chung 1801d19bcd Remove LockscreenRecentsActivity
- This activity would create another task (no longer in the same
  stack since we don't have activity type stacks) which was causing
  the camera to be occluded sometimes, which then cancels the recents
  animation
- Tweaking the animation slightly to match the movement of the closing
  the activity back to the lockscreen

Bug: 156514461
Test: Launch camera on the lockscreen and swipe up to dismiss (repeatedly)
Change-Id: I8aaac22767288d7fbf183683276c50acaaf831d2
2020-05-14 10:51:44 -07:00
Sunny Goyal 2746355984 Merging WindowSizeStrategy with BaseActivityInterface am: d9c0349c1a
Change-Id: I1bb7d1b6d1cbc25697017193034207a5184aeae7
2020-05-14 09:35:04 +00:00
Sunny Goyal d9c0349c1a Merging WindowSizeStrategy with BaseActivityInterface
Also converting BaseActivityInterface to an abstract class instead of interface
so that it can hold member variables

Change-Id: I04cab934137eb1d6f470c6a7618c50a2ed2c71c1
2020-05-14 01:22:25 -07:00
Samuel Fufa 24e3b6598e Prevent AllApps scroller activation in NORMAL state
Bug: 153663434
Test: Manual
Change-Id: I859d63fff08091961970d72f56853b50433f6d44
2020-05-13 20:41:35 -07:00
thiruram c60f41a352 Add LAUNCHER_FOLDER_LABEL_CHANGED events for folder label updates. am: f95f152971
Change-Id: I5793e81fa24dc827f0f99c07b37d8d4a32428277
2020-05-14 01:58:54 +00:00
thiruram f95f152971 Add LAUNCHER_FOLDER_LABEL_CHANGED events for folder label updates.
Sample Logs for all update combinations: https://docs.google.com/document/d/1CBP2yTcXdFhPdNG5ZmWFKSgd8mDbMevY-akVlUXPLDo/edit#bookmark=id.7y1p8n2dz8ge

Bug: 155410872
Bug: 152978018
Change-Id: I296b124b16aa07878f2cf7b74ab91f13b8e6cfbf
2020-05-13 17:36:10 -07:00
TreeHugger Robot dd366a71ce Merge "Adds LAUNCHER_FOLDER_LABEL_CHANGED event." into ub-launcher3-rvc-dev am: 77f5efe1a3
Change-Id: I04aaee9261774708170e97e5dec21d8bf1915002
2020-05-14 00:04:20 +00:00
TreeHugger Robot 77f5efe1a3 Merge "Adds LAUNCHER_FOLDER_LABEL_CHANGED event." into ub-launcher3-rvc-dev 2020-05-13 23:44:59 +00:00
thiruram d5352395b6 Add support to log LauncherEvent without ItemInfo. am: b9080c2a15
Change-Id: I7214501965c3b5f2188a8f596ced341595905b57
2020-05-13 23:20:13 +00:00
thiruram b9080c2a15 Add support to log LauncherEvent without ItemInfo.
Change-Id: I145a9500b0442c2b5d9f7f691460465b2bb13a07
2020-05-13 22:58:23 +00:00
Tracy Zhou a9621a4a71 Merge "Don't continue rendering preview screen when binder is dead" into ub-launcher3-rvc-dev am: 542b89eaa3
Change-Id: I34e0a94beb85f605e0b37179de6ea65fb8f6c381
2020-05-13 22:41:14 +00:00
Tracy Zhou 542b89eaa3 Merge "Don't continue rendering preview screen when binder is dead" into ub-launcher3-rvc-dev 2020-05-13 22:20:07 +00:00
Vinit Nayak 7943cc28eb Merge "Update recents child views RTL handling" into ub-launcher3-rvc-dev am: bdd6522661
Change-Id: Idc5c431b8711f4f153539b55980a1773047cfd27
2020-05-13 21:58:03 +00:00
TreeHugger Robot 5d9280f708 Merge "Build fix. Unifying task size calculation code." into ub-launcher3-rvc-dev am: 26cdf42c42
Change-Id: I01ad601d0fc5248c7d87c3fe2697a4f059db5a3d
2020-05-13 21:57:53 +00:00
Vinit Nayak bdd6522661 Merge "Update recents child views RTL handling" into ub-launcher3-rvc-dev 2020-05-13 21:41:09 +00:00
TreeHugger Robot 26cdf42c42 Merge "Build fix. Unifying task size calculation code." into ub-launcher3-rvc-dev 2020-05-13 21:40:50 +00:00
Sunny Goyal f190fd2d4e Build fix. Unifying task size calculation code.
Change-Id: Iaed3a28a9e74c39da8d01aa42b30c96bdb69a661
2020-05-13 14:06:07 -07:00
Tracy Zhou 7087a7bd91 Don't continue rendering preview screen when binder is dead
Fixes: 155365052
Test: manually quick switches between different grid options
Change-Id: I31dc14b0a50b5e3a5c81272b693303034fcf8b40
2020-05-13 14:06:05 -07:00
TreeHugger Robot 2e735fc235 Merge "Starting investigation for non-delivered TIS events" into ub-launcher3-rvc-dev am: 1462617c97
Change-Id: Id118f9e022b0da5a8bcb3ab975411f0ebf5dd47a
2020-05-13 20:56:48 +00:00
TreeHugger Robot 1462617c97 Merge "Starting investigation for non-delivered TIS events" into ub-launcher3-rvc-dev 2020-05-13 20:40:47 +00:00
vadimt 87db7187c6 Starting investigation for non-delivered TIS events
Bug: 156287114
Change-Id: Icae88318a8e5a8f6b9931913b24ad3ece5475cc3
2020-05-13 13:08:39 -07:00
TreeHugger Robot 4b64a3493f Merge "add null check to prevent NPE in logging app launch" into ub-launcher3-rvc-dev am: 2f64428700
Change-Id: I09190a7031063c2ef40a7c1c85a5ebcb70661cc0
2020-05-13 19:34:18 +00:00
TreeHugger Robot 1d1c080f0c Merge "Keep Predicted icon same size when dragging" into ub-launcher3-rvc-dev am: 650da4bbd1
Change-Id: I9a7a225a824f1708ac071a933884f5ee6d913481
2020-05-13 19:33:36 +00:00
TreeHugger Robot 2f64428700 Merge "add null check to prevent NPE in logging app launch" into ub-launcher3-rvc-dev 2020-05-13 19:21:39 +00:00
TreeHugger Robot 650da4bbd1 Merge "Keep Predicted icon same size when dragging" into ub-launcher3-rvc-dev 2020-05-13 19:18:28 +00:00
thiruram 6524cc7237 Adds LAUNCHER_FOLDER_LABEL_CHANGED event.
Sample Log: https://docs.google.com/document/d/1CBP2yTcXdFhPdNG5ZmWFKSgd8mDbMevY-akVlUXPLDo/edit#bookmark=id.qwjknn6acmx6

Bug: 155410872
Bug: 152978018

Change-Id: Ib7641d3d42a3f4fd002d1dbb36dc4b9ea0f885fc
2020-05-13 18:40:48 +00:00
Pinyao Ting 44775ad756 add null check to prevent NPE in logging app launch
Bug: 156458241
Test: manual
Change-Id: I7327453233a1e22473967e7c0513b4e1fa282459
2020-05-13 11:39:24 -07:00
TreeHugger Robot 89c630abe1 Merge "Changing RecentsView layout based on the split screen task size" into ub-launcher3-rvc-dev am: e0fef877e4
Change-Id: I1bda09594fdf344f3c35f641cb21bdbe0ece1548
2020-05-13 18:36:43 +00:00