summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsGridAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Adding a utility class to listen for app launchesSunny Goyal2019-03-261-6/+3
* Change long press timeout to use a factor of ViewConfiguration.getLongPressTi...Tony2018-09-241-2/+1
* Migrating to android-xSunny Goyal2018-08-141-5/+6
* Moving click and long click handling for items from launcher to separate classSunny Goyal2018-03-081-8/+5
* Using edge effect to trigger spring animation for all apps.Mario Bertschler2018-03-081-134/+0
* Removing support for app prediction from Launcher3Sunny Goyal2018-01-301-59/+12
* Removing unused app discovery supportSunny Goyal2018-01-231-30/+2
* Update label accordingly when work mode is changedTony Mak2018-01-161-0/+6
* Consume work mode APITony Mak2018-01-041-17/+2
* Make work footer stick to the bottom if there are only a few apps #2Tony Mak2017-12-151-4/+0
* Add work profile footer in work tabTony Mak2017-11-291-6/+33
* Enable work profile tab in all apps.Mario Bertschler2017-11-141-5/+7
* [automerger] Fix bug where recycled BubbleTextView kept their badges. am: 525...Android Build Merger (Role)2017-10-261-0/+1
|\
| * Fix bug where recycled BubbleTextView kept their badges.Jon Miranda2017-10-261-0/+1
* | Add springs when user clicks on caret / all apps snaps to top.Jon Miranda2017-09-051-1/+4
|/
* Add spring to QSB when opening all apps.Jon Miranda2017-08-231-3/+14
* Fix getAppPosition calculation since search divider removed from RV.Jon Miranda2017-06-271-11/+9
* Updating fast scrollbar UI in LandscapeSunny Goyal2017-06-261-10/+4
* Landscape grid changes for Workspace/All Apps.Jon Miranda2017-06-231-7/+2
* Refactor and generalize SpringAnimationHandler.Jon Miranda2017-06-071-14/+132
* Revert "Decrease jank in all apps physics."Jonathan Miranda2017-06-061-31/+17
* Decrease jank in all apps physics.Jon Miranda2017-06-051-17/+31
* Add physics motion to items in all apps.Jon Miranda2017-05-231-2/+37
* Adding support for top padding in BaseRecyclerView. The scrollbar isSunny Goyal2017-05-151-5/+0
* Moving apps search related logic into a custom layout fileSunny Goyal2017-05-081-6/+2
* Minor Refactoring only: no functional changeMario Bertschler2017-03-281-1/+1
* App discovery integration in All Apps searchMario Bertschler2017-03-031-21/+39
* Fixing accessibility description for all-apps grid adapter.Sunny Goyal2017-02-211-6/+45
* Removing the section break UI supportSunny Goyal2016-10-131-221/+6
* Refactor shortcuts drag and drop.Tony Wickham2016-09-231-10/+0
* Change NavBar to transparent blackHyunyoung Song2016-08-051-2/+5
* Merge "Centered all apps search text" into ub-launcher3-calgaryHyunyoung Song2016-07-211-3/+1
|\
| * Centered all apps search textPeter Schiller2016-07-191-3/+1
* | Initial changes to tweak layout.Winson2016-07-201-0/+13
|/
* Ensuring that fast scrolling to predictions scrolls list to the topWinson2016-07-131-4/+0
* Cleaning up scrollbar logic to properly calculate stable extents.Winson2016-07-121-14/+8
* Consolidate all the dividers to provide same look and feelPeter Schiller2016-07-081-59/+74
* Updating alignment of search inputPeter Schiller2016-07-071-1/+0
* Long-press on an app to reveal its shortcuts.Tony Wickham2016-06-291-12/+13
* Update Launcher to use theme colors.Andrew Sapperstein2016-06-201-1/+1
* Moving LauncherAccessibilityDelegate to Launcher to associate it withSunny Goyal2016-06-171-4/+2
* Merge "Updating the app search buton text" into ub-launcher3-calgarySunny Goyal2016-06-081-21/+1
|\
| * Updating the app search buton textSunny Goyal2016-06-071-21/+1
* | Unifying focus indicator handling for workspace and all-appsSunny Goyal2016-06-081-13/+10
* | Ensure that custom actions are available to all apps itemsAdam Cohen2016-06-071-0/+4
|/
* resolve merge conflicts of 2494c3f168 to ub-launcher3-calgarySunny Goyal2016-03-031-54/+38
|\
| * Moving createMarketSearchIntent to search controller to allow it to be custom...Sunny Goyal2016-03-031-53/+36
| * Starting market search whenever the search key is pressedSunny Goyal2016-03-031-1/+1
* | Starting market search whenever the search key is pressedSunny Goyal2016-03-021-1/+1
* | Removing LauncherCallbacks control over app searchSunny Goyal2016-02-181-1/+1
|\|