b/28917826
- 2+ workspace page also slides up
- pull up touch interaction doesn't trigger only when yslop > xslop
- animation duration should be set independently when all apps button is used.
- workspace state is correctly set (drag and drop from the trays work)
- after lock screen, hotseat is positioned correctly
- Remove initial jump when sliding up
- Improved tuning on sliding
- Alpha value set differently on backbround and content of all apps
Still not fixed:
- Landscape
- Search edit text box styling
- All apps scroll bar
Change-Id: I817094b0f1ada5052ee604539459f556a99cadf1
This prevents the animation progess from going out of sync of the
active page, when the active page changes before the total number of
pages change
Bug: 29113836
Change-Id: I2b12ea29d64dc98d773e6060de4b655d3f975b5a
Adding an abstract FocusIndicatorHelper based on FocusIndicatorView
which draws the background instead of using a dummy view.
Change-Id: Id560195323d2ddad8fcd77ba675cf3f4fd4a94ab
-> When BubbleTextViews were being recycled, the RecyclerView was clearing the
AccessibilityDelegate. Ensure that this is reset by the adapter when a
BubbleTextView is reused.
issue 25948877
Change-Id: I95dd21bfdcd602a67925d1b8f06e6ca92d1d7203
During tests, the logs directory is changed. But the active thread
was not getting stopped which was causing some logs to be written
to the old location corresponding to some previous test
Change-Id: I7b8587eae0eb68fa180e3992694cab3745922483
am: 2a5b356375
* commit '2a5b356375e15602acab429642064c566a1a1f4d':
Allowing the first screen to expand to the screen edge
Change-Id: Ibcf6074646390d4cb160d0553084c498c262c77e
am: 4c395f2367
* commit '4c395f23673f9a42b51ce7b47be0940ce846e03d':
Removing the SearchDropTarget bar as it no longer contains the QSB
Change-Id: I7936ae1d3e8cadb6bea44b9eeb1ad3e978706862
am: 033f4ea716
* commit '033f4ea716e295b34c58d4c59c891e45805c2f0d':
Guard all apps pull up work behind the flag
Change-Id: Id2e20c3ca403d5e2e23a23289d4d08a4c64e03ba
> Renaming it to simply DropTargetBar
> Moving AppInfo to the top bar as well
> The workspace pages will extend to the top edge (minus some padding).
Since the QSB is no longer displayed on top of every page, there is
no reason to reserve the space.
> In spring-loaded mode, the workspace cell layout will scale enough
to make room for the drop target bar at the top
Change-Id: I2baf607310335dd576c9d9fcbb75ab708f47ac03
am: 63741779e5
* commit '63741779e564ea9c6814800199b994f7464906db':
Pull up all apps interaction First phase implementation: dragging and animation interaction is implemented namely in two classes. ScrollGestureDetector and AllAppsTransitionController.
Change-Id: I8b8ed62b8ea945e7931a90b8b6e95ff358ed492b
First phase implementation: dragging and animation interaction is implemented
namely in two classes. ScrollGestureDetector and AllAppsTransitionController.
FeatureFlag.LAUNCHER#_ALL_APPS_PULL_UP will be true for only AOSP and
not in the extending builds. This way, we can safely iterate without
turning it on the shipped ready version.
b/28917826
Change-Id: I0501309c0121880ffe0555f82d6ac5a145581bb1