summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AppsContainerRecyclerView.java
Commit message (Collapse)AuthorAgeFilesLines
* Small refactoring to apps list.Winson Chung2015-04-061-30/+27
| | | | | - Fixes issue with fading in app icons when items are added/removed - Reduces number of expensive calls when drawing sections and the scrollbar - Removes fake section AppInfos in the adapters
* Ensuring that we fast-scroll to the first section app.Winson Chung2015-03-301-4/+10
| | | | | | Bug: 19992026 Change-Id: Ia015b870f80fa598fa68087f90236c59b0ad7e6d
* Removing more code with API 21 dependencies.Winson Chung2015-03-241-2/+2
| | | | Change-Id: I16c914334ce0694b84626269ae4bb5e83082c739
* Making the scrollbar scrubbable.Winson Chung2015-03-241-45/+182
| | | | | | | | - This change in behavior will remove the ability to scrub anywhere in the gutter to start fast-scrolling, but requires the user to touch near the scroll bar to start fast-scrolling. - Also fixes issue with wonky scrollbar due to the fake section breaks Change-Id: I34b08ac46ea93f7f4cad7ccde1048a388ee6a55d
* Tweaking the apps list fast scroller.Winson Chung2015-03-161-1/+3
| | | | | | | - Making the view span the full width so that you can grab the scroller on the edge of the screen. - Offsetting the fast-scoll popup so that you can see it as you scrub. Change-Id: If1b1934bbeac0660d829cfc29c9e588df927c5e5
* Adding app grid layout with fastscroller.Winson Chung2015-03-121-0/+271
- Adding filtering and using alphabetic index for app grouping. Change-Id: I745b644fa8f90f5ff24a8642ac377ef1c65d8aff