summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/AppsContainerRecyclerView.java
Commit message (Collapse)AuthorAgeFilesLines
* Accounting for recent changes in padding when detecting backgound taps to ↵Winson Chung2015-04-171-15/+0
| | | | | | | | close AllApps. - Also ensuring that we keep the search bar visible in all apps only if it is being overridden. Change-Id: Iba980ecec255da80aff8ff57b42ad99d70a2122a
* Initial changes to support a fixed all-apps layout.Winson Chung2015-04-091-1/+15
| | | | | | | | | | - Dynamically update padding and background depending on fixed bounds and searchbar - Fixes issue with drag layer bg getting clobbered when rotating launcher - Tapping outside the bounds of all apps should close all apps - Fixing typo causing widgets to not show in sw720dp devices Bug: 20127840 Change-Id: I29c3f905bdee940f938ffe054f58434887073092
* Fixing issue with building velvet against lower support lib.Winson Chung2015-04-071-1/+1
|
* 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