summaryrefslogtreecommitdiffstats
path: root/quickstep/recents_ui_overrides/res
Commit message (Collapse)AuthorAgeFilesLines
* include predicted_rank in app launch loggingPinyao Ting2019-11-131-0/+2
| | | | | | | | | | | | Test: 1. . build/envsetup.sh && tapas NexusLauncher 2. ccdebug && cclogcat 3. launch from workspace any app that is also in predicted apps 4. verify in terminal it has correct predicted_rank Bug: 143855018 Change-Id: I07a62f07057537a6c09384cf944bbc5aa5888d22 Merged-In: I07a62f07057537a6c09384cf944bbc5aa5888d22
* Optimizing some layouts in taskviewSunny Goyal2019-06-131-7/+0
| | | | | | | | | > Recycling DigitalWellBeingToast so that the view is not inflated everytime > Simplifying DigitalWellBeingToast to use a single text view > Adding support for footers in taskView without creating additional layout Bug: 122345781 Change-Id: Ia889819b93eb8644532ea95c6767554874d5e2d1
* Tuning app open/close animation.Jon Miranda2019-05-301-1/+1
| | | | | | | | * Mostly value changes. * Added a way to round the corners during swipe up to home animation. Bug: 123900446 Change-Id: Id61d241d919ba51ced0633585e36b7d93efe30b0
* Add staggered springs animation when swiping up to home.Jon Miranda2019-05-291-0/+1
| | | | | Bug: 123900446 Change-Id: I275e34c6dca5b026f272ab216b18651c0df27bc4
* Removing prediciton loading stateSunny Goyal2019-05-231-11/+0
| | | | | | | | Also fixing test flakyness due to delayed prediction loading Bug: 132993129 Bug: 131854153 Change-Id: I85f7afff0e3ee0ca9e40e92e91681f797a0bc2de
* Swipe up to home animation changes.Jon Miranda2019-05-131-0/+4
| | | | | | | | | | | * Tracks either the top or bottom of the rect for the fling/spring in the Y direction. - This allows us to have the icon always animate downwards. * Scales the spring velocity for the Y component. Bug: 124510042 Change-Id: I47571f906c8aa1beca4dd703d67d013ab6a1161f
* Implements the new subscript proactive suggestions styleGovinda Wasserman2019-05-101-0/+7
| | | | Change-Id: I89575a315f1468bde2a0f7894cd19b1124afa840
* Adding support for accessibiliy gestureSunny Goyal2019-04-291-0/+2
| | | | | Bug: 130905838 Change-Id: If796b6e6036c2f216abf87386d8eebcaa6368d02
* Adding support for showing predicted apps as a floating row in all-appsSunny Goyal2019-04-237-0/+122
| | | | | | | and overview Bug: 130053407 Change-Id: Idb93a0ba6cfea8406f75ab86d9e0acde2fc04b3a
* Remove obsolete ChipsContainerMiranda Kephart2019-04-191-23/+0
| | | | | | | | Overview chips are now shown on top of the SuggestView, so there is no need to implement them separately in Launcher (now they live in the AiAi UI library). Change-Id: I49bfdcae7ed5ea3f1c40a539217579dfce5b3172
* Add AiAi overview chips to LauncherMiranda Kephart2019-03-042-57/+3
| | | | | | | | | | Overview chips are constructed in AiAi and inserted into a Launcher container (similar to what's done for the SuggestView). This CL (and its sibling) remove the dependency on the NavBarHint plugin for chip hint data, and instead obtain the information from AiAi. BUG: 124390101 Change-Id: I07beb79dba2edaafb231b03e70b647ae211b5c1b
* Add hints in OverviewMiranda Kephart2019-02-205-0/+123
| | | | | | | | | | | | If the ENABLE_HINTS_IN_OVERVIEW flag is enabled, pulls chip hint data (currently from the NavBarHint plugin; eventually from AiAi) and shows the chips between the task view screenshot and the QSB. Screenshot: https://screenshot.googleplex.com/Ww05W13XjBv BUG:124390101 Change-Id: I7686673b705257eca31f2fa40e2744e197153c7c
* Implement fallback recents activity for GoKevin2019-02-191-0/+31
| | | | | | | | | | | | Implement recents activity for Go for when the default launcher does not have recents implemented. To do this, we factor out some common recents activity functionality from RecentsActivity and extend it to make a Go specific activity that pops in the icon recents fragment. Bug: 114136250 Test: Manual test NexusLauncher and Launcher3QuickstepGo by installing a quickstep-less launcher and setting it to default Change-Id: I936568489e8966da4a62e4b779ae660a220f2aeb
* Split LauncherAppTransitionManagerImpl for GoKevin2019-01-231-0/+26
| | | | | | | | | | | | Split LauncherAppTransitionManagerImpl common functionality into a base quickstep app transition class and subclass for recents-specific implementation. In addition, override the app transition manager to the appropriate manager depending on the build. Bug: 114136250 Test: Manual test NexusLauncher, Launcher3GoWithQuickstep Test: Build Launcher3GoIconRecents Change-Id: Iab1b5ae0c75af276879d5e12df95f62a514bf571
* Add icon recents fragment for IconRecentsKevin2019-01-082-0/+25
| | | | | | | | | | | | | | | Split out overview_panel from recents and override it with IconRecents version to replace the recents view entirely. Currently, on the IconRecents build variant, as expected, this hits a class cast exception since many quickstep classes assume the overview panel is an instance of RecentsView. All other variants build and push fine. Bug: 114136250 Test: Build + push NexusLauncherDebug, Launcher3Go, Launcher3GoQuickstep, Launcher3GoQuickstepIconRecents Change-Id: I3ac7331772e53ee81cb1735a709b4fb7b3bdb78c
* Add build variant for go-specific recents.Kevin2019-01-071-0/+0
This CL sets up the source directories to build a Go version of quickstep recents/icon recents. This is accomplished by splitting the quickstep resources/sources into two groups: the base source and sources that should be overridden (recents_ui_overrides). The new Go recents variant then takes the base and combines it with the sources in go/quickstep which should replace the ones in recents_ui_overrides. As of now, no classes have been moved yet, so there are only placeholder files. In addition, this modifies the make and gradle files to reflect the new sources. Bug: 114136250 Test: build all targets via tapas, build all APKs from IDE Change-Id: I6d0a4d93ab1c38d4ffc28fd21823caadd96d23f7