summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/search/AppsSearchContainerLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Fix search bar incorrectly positioned after swiping up to homepaphonb2019-11-031-1/+4
* Launcher3: Retrieve the searchbar padding from device profileChris Crump2019-11-031-3/+3
* Launcher3: Fix launcher preview renderingpaphonb2019-10-201-3/+14
* Optimizing some layouts in taskviewSunny Goyal2019-06-131-8/+3
* Removing Launcher dependency in search box layoutSunny Goyal2018-11-201-5/+8
* Removing separate hotseat widget, instead using a QSB acroll all UI.Sunny Goyal2018-11-051-0/+9
* Move IconNormalizer/ShadowGenerator/LauncherIcons to icons packageHyunyoung Song2018-09-261-1/+1
* Fixing Search box not getting aligned properly based on insetsSunny Goyal2018-04-301-3/+12
* Don't wait until layout to calculate the scroll rangeSunny Goyal2018-03-281-31/+12
* Simplifying all-apps search boxSunny Goyal2018-03-011-40/+41
* Adding isSeascape method to have a common place to orientation checkSunny Goyal2018-01-261-4/+4
* Adding AppsStore for handling various app updatesSunny Goyal2018-01-251-2/+16
* Removing unused app discovery supportSunny Goyal2018-01-231-11/+0
* Fix work tab is gone when leaving search modeTony Mak2018-01-111-0/+1
* Enable work profile tab in all apps.Mario Bertschler2017-11-141-15/+11
* Add spring to QSB when opening all apps.Jon Miranda2017-08-231-0/+13
* Remove LAUNCHER3_ALL_APPS_PULL_UPHyunyoung Song2017-08-211-2/+1
* Accounting for bottom margin in the search box in app-scroll rangeSunny Goyal2017-07-171-1/+2
* Updating fast scrollbar UI in LandscapeSunny Goyal2017-06-261-2/+10
* Get rid of an unused import from AppsSearchContainerLayout class.Rajeev Kumar2017-06-231-3/+0
* Removing long press support from page-indicatorSunny Goyal2017-06-151-12/+0
* Extracting search algorithm in an interface to make it easier to change the s...Sunny Goyal2017-06-141-2/+2
* Aligning the search box with bottom of hotseat iconsSunny Goyal2017-05-171-2/+11
* Adding support for top padding in BaseRecyclerView. The scrollbar isSunny Goyal2017-05-151-0/+16
* Moving apps search related logic into a custom layout fileSunny Goyal2017-05-081-0/+195