summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsContainerView.java
Commit message (Expand)AuthorAgeFilesLines
* Simplifying some launcher themesSunny Goyal2017-02-161-4/+0
* Gracefully ignore items that don't support notificationsTony Wickham2017-02-021-2/+1
* Add NotificationListener to launcher.Tony Wickham2017-01-251-0/+14
* Removing all compatibility code below LollipopSunny Goyal2016-12-161-3/+1
* Removing FeatureFlag.LAUNCHER3_LEGACY_WORKSPACE_DND and corresponding logicSunny Goyal2016-12-151-7/+0
* Merge "Refactoring FlingToDelete" into ub-launcher3-masterSunny Goyal2016-12-141-13/+0
|\
| * Refactoring FlingToDeleteSunny Goyal2016-12-131-13/+0
* | Merge "Don't let AllAppsTransitionController intercept when a floating view i...Tony Wickham2016-12-141-5/+0
|\ \ | |/ |/|
| * Don't let AllAppsTransitionController intercept when a floating view is open.Tony2016-12-121-5/+0
* | nav bar on all apps container should use light theme.Hyunyoung Song2016-12-121-0/+4
|/
* Merge "Moving saving state transtion listener logic to individual views" into...Sunny Goyal2016-11-181-26/+1
|\
| * Moving saving state transtion listener logic to individual viewsSunny Goyal2016-11-141-26/+1
* | Using dimension defined for all apps search bar height.Jon Miranda2016-11-111-1/+6
|/
* Use insets and hotseatCellHeightPx to set search container height.Jon Miranda2016-11-071-1/+2
* Merge "Simplifying mapCoordInSelfToDescendant" into ub-launcher3-masterSunny Goyal2016-11-071-1/+1
|\
| * Simplifying mapCoordInSelfToDescendantSunny Goyal2016-10-281-1/+1
* | Fixing same drawable instance being used with 2 viewsSunny Goyal2016-11-011-0/+21
|/
* Show error toast messages when there is no room for the item when icon is not...Jon Miranda2016-10-181-19/+0
* Removing the section break UI supportSunny Goyal2016-10-131-102/+2
* Simplifying fast scroller logicSunny Goyal2016-10-101-1/+1
* Refactoring floating view opening/closing logicSunny Goyal2016-10-101-1/+2
* Refactors in UserEventDispatcherHyunyoung Song2016-10-061-1/+1
* Update pre-drag lifecycle for apps with shortcuts.Tony Wickham2016-10-041-19/+16
* Restore AllAppsContainerView UI to match spec.Jon Miranda2016-09-261-12/+33
* resolve merge conflicts of 6e74e89 to ub-launcher3-masterTony2016-09-231-5/+26
|\
| * Refactor shortcuts drag and drop.Tony Wickham2016-09-231-5/+26
| * Merge "Don't close all apps when touching deep shortcuts container." into ub-...Tony Wickham2016-09-161-0/+6
| |\
| * \ Merge "Show IME when search query != null after rotation" into ub-launcher3-c...Hyunyoung Song2016-09-091-1/+5
| |\ \
* | | | Move handling touch logic from AllAppsContainerView to BaseContainerView.Jon Miranda2016-09-221-69/+1
* | | | Move TransformingTouchDelegate logic to BaseContainerView.Jon Miranda2016-09-221-91/+13
* | | | Don't close all apps when touching deep shortcuts container.Tony Wickham2016-09-161-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Don't close all apps when touching deep shortcuts container.Tony Wickham2016-09-081-1/+6
| |/ /
* | | Show IME when search query != null after rotationHyunyoung Song2016-09-091-1/+5
|\ \ \ | |/ / |/| / | |/
| * Show IME when search query != null after rotationHyunyoung Song2016-09-091-1/+5
* | Some drag and drop code refactor:Sunny Goyal2016-09-011-1/+2
|/
* Support user event logging for drag and dropHyunyoung Song2016-09-011-0/+7
* Merge "Pull down should work on search box, even if all apps scroll is not at...Hyunyoung Song2016-08-051-4/+10
|\
| * Pull down should work on search box, even if all apps scroll is not at top.Hyunyoung Song2016-08-051-4/+10
* | Change NavBar to transparent blackHyunyoung Song2016-08-051-1/+1
|/
* Remove two redundant layout pass in AllAppsTransitionController.Hyunyoung Song2016-07-271-1/+2
* Merge "Refresh the all apps container search result when apps are installed" ...Hyunyoung Song2016-07-251-0/+3
|\
| * Refresh the all apps container search result when apps are installedHyunyoung Song2016-07-251-0/+3
* | Updating the search hint to contain the icon as a span object.Sunny Goyal2016-07-221-1/+13
|/
* Initial changes to tweak layout.Winson2016-07-201-7/+5
* Centered typing in search fieldPeter Schiller2016-07-191-32/+1
* Support gray hotseat background in all apps transitionHyunyoung Song2016-07-181-2/+0
* Account for RTL with search animationPeter Schiller2016-07-141-1/+5
* Preventing unnecessary layouts on search focus changeSunny Goyal2016-07-141-44/+29
* Merge "Cleaning up scrollbar logic to properly calculate stable extents." int...Winson Chung2016-07-131-18/+1
|\
| * Cleaning up scrollbar logic to properly calculate stable extents.Winson2016-07-121-18/+1