summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/widget/WidgetsFullSheet.java
Commit message (Collapse)AuthorAgeFilesLines
* Swipe up on nav bar to go home from -1 and widgetsTony Wickham2019-04-091-2/+14
| | | | | | | | | | | | | | | | More specifically, any window (e.g. qsb search) or AbstractFloatingView. NavBarToHomeTouchController now implements TouchController directly instead of AbstractStateChangeTouchController, as it not only dealing with launcher states. This makes it easier to override intercept logic to handle cases like not having window focus, for example. AbstractFloatingViews can createHintCloseAnim() to play an animation hinting that it is about to be closed by swiping up. Widgets sheets use this to pull back similar to the all apps transition to home. Bug: 129976669 Change-Id: Ie157b978d9f1ee36d5fd32cea72ec02ce40878c0
* Sending notification and widget changes to a listner so thatSunny Goyal2019-02-111-1/+1
| | | | | | popups outside Launcher can also listen for changes Change-Id: I2eb2d8374a6806381e1c682eaef3cc35f30693df
* Removing ViewScrim and cutom drawing codeSunny Goyal2018-09-181-1/+1
| | | | | Bug: 109828640 Change-Id: I2cab0215a32c2ca6bc331d48083fcc00ada05c3b
* Migrating to android-xSunny Goyal2018-08-141-1/+2
| | | | Change-Id: I9a774152d13a541e8496dd84f2469bfed407f86d
* Exposing some private methods to easily customize widgets popupSunny Goyal2018-08-021-5/+5
| | | | Change-Id: Ie7bd879200b1f14d472ff03fd64429930651a39f
* Tapl libraryVadim Tryshev2018-07-201-0/+6
| | | | | | | | | The public API of the library has finalized; flakiness has been removed; code polished. Bug: 110103162 Test: TaplTests suite Change-Id: Ic156bbfeedb1cb9c4a48ef907f97e396e8e81936
* Fixing wrong accessibility focus when opening a floating viewSunny Goyal2018-05-161-4/+11
| | | | | | | | > Using common logic for announcing a floating view for widgets and folders Bug: 79091095 Bug: 79748886 Change-Id: Ibb3fe48e68e724f50d69f51a03d3b35ad0baf625
* Using spring layout for widget sheetSunny Goyal2018-03-091-0/+3
| | | | | Bug: 72811152 Change-Id: Ifd4ade7327589871532288eb2982cf5b4f084979
* Fixing fast scroller touch handling in all-apps and widget sheetSunny Goyal2018-03-061-5/+9
| | | | | | | Also removing scrim view, instead drawing the scrim manually Bug: 73085356 Change-Id: I188c6c9b1685e22d5d97b38dd5d3e960b655c9ba
* Updating the scrim and landscpae uiSunny Goyal2018-03-011-17/+6
| | | | | | | | | > Instead of views, using a custom class to draw the color scrims > All-apps has full screen UI > Quickstep does not have search box in landscape Bug: 73085356 Change-Id: I360a78a2ade0134daad29fe712796cd39a381fbb
* Update widget full sheet / bottom sheet to have top rounded corners.Jon Miranda2018-02-131-0/+1
| | | | | | Bug: 71775241 Change-Id: I11b5adc555f48f44cf8167e8699cae1dfe164736
* Initial changes for handling configuration changes dynamicallySunny Goyal2018-01-311-0/+2
| | | | | Bug: 71709920 Change-Id: I88cf2229dea28d01c13a5a76d2290e91b07d095e
* Removing layout handling in DeviceProfile and moving it toSunny Goyal2018-01-101-4/+2
| | | | | | | individual views Bug: 71709920 Change-Id: I8300fa7a84b31898bdb135d774cca576d2928525
* Launcher state management cleanupSunny Goyal2017-10-171-0/+5
| | | | | | | | | | > Removing Widgets and related states > Fixing different durations being used when opening/closing all-apps > Removing some unnecessary object allocations when changing state without animation > Differentiating widget bootm sheel and full sheet in logs Bug: 67678570 Change-Id: Ic169528736d04ee0b38564b4f96595ba066eabda
* Converting widget panel into a floating viewSunny Goyal2017-10-131-0/+222
> The widget panel is only inflated when needed > Using the swipe up/down interaction for widgets tray > Removing additional view wrappers from all-apps > Widget tray is preserved across activity recreation > Launcher no longer has WIDGET state, the actual code around the states will be removed in a follow-up cl Bug: 67678570 Bug: 67585158 Change-Id: Ia29a7c33ec81e6c53cc24e2906b7022b6f41755b