summaryrefslogtreecommitdiff
path: root/quickstep/src/com/android/launcher3/appprediction/PredictionRowView.java
AgeCommit message (Collapse)Author
2021-09-24[Foldable] Apply max width to AllApps in unfolded state.sfufa@google.com
Since we are applying the same iconWidth in AllApps as Workspace in unfolded state, this change restricts AllApps to span only the area required to display AllApps contents and not span full available width. Unfolded/phone behavior remains the same. Bug: 199959857 Bug: 194259694 Test: visual Change-Id: Ie5658d566f20e825e666ef17db79a87b07dc2936
2021-09-19[AllApps] Fix ConcurrentModificationException in AppPredictionRowsfufa@google.com
Bug: 190574986 Test: presubmit Change-Id: Ic74d1d466e8c7b0ecb870dd5ab47dc91ba71a01e
2021-07-16Fix notification dot not always being up to date.Jon Miranda
- Prediction row views were never updated when notification changes. - FloatingIconView set the BubbleTextView to force hide dot, but never restored it. BubbleTextView is instanceof IconLabelDotView, so its already handled in the end runnable Bug: 183360736 Test: 1. swipe up to go home such that the closing app has a notification, note that the notification dot is properly updated 2. have all apps open make notification update for a predicted app ensure dot is properly updated Change-Id: I35dacf9b71a3d8b8a857be450690d65ea9199bf6
2021-05-25Remove AllApps prediction eduSamuel Fufa
Test: Manual Bug: 183579072 Change-Id: Ibaffc5ac711e35df5256baed8be57159046fbdda
2021-05-03Adding support for determining split layout for launcher.Sunny Goyal
> Simulating the windo wmanager API to get available device profiles until final API > When a device has multiple internal displays, and with both tablet and phone possibilities, it uses a split workspace layout Bug: 186160341 Bug: 175782275 Test: Manual Change-Id: Ieff2329acac7cdd6b9abe6f96cd459cd45bd0efe
2021-04-06[Search][Layout] Fix blank space when predictions are disabledSamuel Fufa
This regression is caused due to getExpectedHeight relying on view visibility state while AlphaUpdateListener.updateVisibility was reseting the views visibility. Bug: 184211402 Test: local Change-Id: Ib756f5eb8f6356a18a025626008b97fd7c77fec9
2021-03-17Adding an optional QSB in hotseatSunny Goyal
Removing sections in all-apps during transition and treating it as a single unit Bug: 175137718 Test: Manual Change-Id: I55a501d80b5903f1a9d92a26b3784784fd9e50fd
2021-03-07No focus highlight in prediction rowHyunyoung Song
Bug: 181337130 Test: manual Change-Id: Ic6598a02c575037208c8808e1f9e102b7b7be5e9
2021-02-24Restore divider between app predictions and appsSamuel Fufa
Screenshot: https://screenshot.googleplex.com/89jJLU3JXV8tRXM Bug: 180017741 Test: Manual Change-Id: Iab1764fe94340f120770054cf5a59bd3ed9e45a4
2021-02-18Add group highlighting to AA+ resultHyunyoung Song
Bug: 180071886 Test: manual Change-Id: Id1cc3d7400e1a7fe41af272d689aa9315030b420
2020-12-15Temporarily disable visibility-gated hotseat and prediction row updates.Schneider Victor-tulias
Pending a resolution in b/174174514, disabling the visibility-gating of hotseat and all app prediction row updates. Updates will be allowed regardless of visibility. Test: manual Change-Id: I10e4dae9aad9af7b799fdad3b231c734e383b493
2020-10-09Fix hotseat and prediction row to allow updates when empty.Schneider Victor-tulias
Rotating the screen in the homescreen empties the hotseat, however it does not get populated while it is visible to the user. The user should not be able to see an empty hotseat or prediction row if predictions are available. It should therefore be possible to populate these when they are empty even if they are visible to the user. Change-Id: I8e5252bd29050c2cd9d443aedcb3f3e305c0e2d7
2020-10-08invalidate itemDecoration on predictedRow focus drawSamuel Fufa
Change-Id: I66c731f00ae1c1292c51ff281957f05fd2d70dfa
2020-10-08Revert PredictionRow shuoldDraw checkSamuel Fufa
+ Show Rounded play result icons Bug: 168805872 Test: Manual Change-Id: I663c7f7ca1f1ac072e5e9c441deabef7c3fbd97b
2020-10-06Merge "Avoid double search item highlight" into ub-launcher3-masterSamuel Fufa
2020-10-06Prevent hotseat updates if it is visible to the user.Schneider Victor-tulias
Test: manual Fixes: 168653219 Changing app icons under the user's finger could be disruptive. Added a checks for whether the hotseatand all apps predictions are visible and callbacks to update them when they become hidden. Change-Id: Ib9e6e904e9f662ecfaeea6a2fe21d1d81ba39b96
2020-10-05Avoid double search item highlightSamuel Fufa
Change-Id: Ic2e28b18f6d5e3ed32cd5646bc3bb4789c378e57
2020-09-27Good riddance UserEventDispatcherHyunyoung Song
Bug: 165675920 Bug: 161381246 TL;DR;; - nano -> lite proto - add all the missing logs to WW - pin item related logging fix - Removed logging for assistant sgrep "com.android.launcher3.userevent.nano." | cut -f1 -d: | xargs sed -i -e 's/userevent\.nano\./userevent\./g' Change-Id: Ie2a49fdd891cacbd7ef40a1dc9e41ff0574c7517
2020-08-14Removing icon recents versionSunny Goyal
Change-Id: Ibdc88715e38590cedf8a7b5174061bb2c6ef9533