summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
Commit message (Collapse)AuthorAgeFilesLines
* Use Launcher.getLauncher(Context) instead of type-casting.Tony2016-10-071-1/+1
| | | | | Bug: 32010039 Change-Id: Icb80d3e547a706740b84df2cb80f99e4a7f81c43
* Fixing missing user check when updating shortcuts for an appSunny Goyal2016-07-201-1/+1
| | | | Change-Id: I889c555d3402fd71098af29b78eb6d959a071080
* Consolidate all the dividers to provide same look and feelPeter Schiller2016-07-081-15/+31
| | | | | Bug: 30017936 Change-Id: I072cb116dba1df555a63f3f67b730f7f9c3a235a
* Fixing crash during rotationSunny Goyal2016-02-111-1/+4
|\ | | | | | | | | | | | | am: bb702584fa * commit 'bb702584fa551fab8cffbb0ae5459d9efd16ce2a': Fixing crash during rotation
| * Fixing crash during rotationSunny Goyal2016-02-111-1/+4
| | | | | | | | | | | | | | > Different views with same IDs were saving state > Fixing scroll getting reset on rotation Change-Id: Iae42419b83ee5ffa1bb43959f0931c8dfb761f32
* | am a67cce2c: Merge "Tweaking fast scroller to follow touch closer." into ↵Winson Chung2015-08-201-14/+37
|\| | | | | | | | | | | | | ub-launcher3-burnaby * commit 'a67cce2cb3b7d6fcf53ce1390238130194c393e5': Tweaking fast scroller to follow touch closer.
| * Tweaking fast scroller to follow touch closer.Winson2015-08-201-22/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Issue: The fast scroller currently does not follow the touch input because fundamentally, the fixed scrollbar height and the mapping of the scroll space to the scrollbar space is fundamentally incompatible. - This CL changes the fast scroller to allow it to detach when the user fast-scrolls, then re-attaches after the user scrolls the screen and the current scroll position for the scrollbar picks up the thumb position. - Since the scroll position and the fast scroller thumb is now detached, we can change the distribution of the fast scroll letters to make it independent of the rows for each section and instead uniformly distribute it along the scrollbar, which allows for more stability. - There are edge cases where this fails, especially when there are few apps, which we can investigate further. Bug: 20035978 Change-Id: I8322f862107e6f330deff692885233706564bffd
* | Removing some eclipse warningsSunny Goyal2015-08-171-11/+2
| | | | | | | | Change-Id: I160feaee81b262be02446885fae643c0be71b7af
* | am a1ee659e: Merge "Adding market search." into ub-launcher3-burnabyWinson Chung2015-08-101-10/+49
|\| | | | | | | | | * commit 'a1ee659e748b02ed74d8cafd3796a5c8ce5f1c44': Adding market search.
| * Adding market search.Winson Chung2015-08-061-10/+49
| | | | | | | | Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
* | Changing the dogfood check to a static boolean to better handle proguard ↵Sunny Goyal2015-07-161-2/+3
|/ | | | | | optimizations Change-Id: I892b88ce1a007fafc23a73ad4193c5c4aa411d1b
* Moving prediction icons back into recycler view.Winson Chung2015-07-061-42/+28
| | | | | | | | - Fixes two accessibility issues with the prediction bar being separate from the rest of the list of icons related to scrolling and switch access. Bug: 21725276 Change-Id: Ibc48e5028cace9a77000e6646b951f021910465d
* Refactoring fast scroller.Winson Chung2015-06-231-13/+63
| | | | | | | | | | | | | - Fixing issue with fast scroller not fitting name width. - Refactoring fast scrolling/scroll bar code out of base recycler view - Adding animations to fast scroller to match design - Smooth scrolling when jumping between app rows - Fixing issue with fast scroller jumping when you first pick it up - Fixing issue with wrong background paddings being used Bug: 21874346 Bug: 22031923 Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601
* Moving predicted apps callbacks to use ComponentKey.Winson Chung2015-06-181-13/+19
| | | | | | Bug: 21270185 Change-Id: If2d9dd77235e7a96de96a1a5441a589ef8a72a7f
* Using component key for app search resultsSunny Goyal2015-06-161-64/+19
| | | | Change-Id: Idc610cde340331892a5fabfa8bf952d136675f81
* Refactored section names to only draw when there is space.Winson Chung2015-06-161-79/+8
| | | | | | | | | - This CL removes all space for section names in both phones and tablets. And when there are no section names, the layout will automatically fully merge the sections. Bug: 20222023 Change-Id: Ic7c751d86f095e5cbd690bfd4f94bb5b00ff8ae4
* Refactoring all apps search to support external search bar.Winson Chung2015-06-151-7/+14
| | | | | | | | | | | | | | | | | | | | | - Adding support for an external search bar that can be used to search a container view. This adds a new interface AllAppsSearchController which manages the external search bar. Each controller will have its own search implementation which means that we no longer need a common AppSearchManager interface. - Removing elevation controller as we no longer have a builtin search bar in all apps - Refactoring container view insets so that they behave the same in all containers. - Refactoring apps view to ensure that we only update the number of columns with the available width - Cleaning up LauncherCallbacks interface Bug: 20127840 Bug: 21494973 Change-Id: I710b8e18196961d77d8a29f0c345531d480936fe
* Merge "Adding context for app launches." into ub-launcher3-burnabyWinson Chung2015-06-021-0/+10
|\
| * Adding context for app launches.Winson Chung2015-06-021-0/+10
| | | | | | | | | | Bug: 21492784 Change-Id: I1b28ac8f44498e1d9770e770b074f19c721c3f10
* | Remove use of API level 19 classes.Winson Chung2015-06-021-2/+2
|/ | | Bug: 21583308
* Removing some synthetic method creationSunny Goyal2015-06-021-1/+2
| | | | | | > Make package-private and @Thunk all private methods and constructors accessed from inner classes. Change-Id: Ie5913860a0c33e48e9bf68f9b5b1699f64c2f174
* Adding an asynchronous search interface for apps searchSunny Goyal2015-06-011-23/+72
| | | | Change-Id: Ib09df0a3d587dc60ed888ddbd0edf058e4a1cc3e
* Fixing crash on tablets from merging scheme changes.Winson Chung2015-06-011-4/+4
|
* Avoid merging app sections across scripts.Winson Chung2015-06-011-10/+30
| | | | | Bug: 20222023 Change-Id: I171d75a33694fc2cb347a32cff209f64fe3bf7c3
* Revert "Avoid merging sections across scripts."Winson Chung2015-06-011-21/+6
| | | | | | This reverts commit 595395d84f0507a1c5c163ad4722fa4345376079. Change-Id: I44913141f6cb3af29b4509d6b7c317247d1f24c9
* Avoid merging sections across scripts.Winson Chung2015-06-011-6/+21
| | | | | Bug: 20222023 Change-Id: I6f6577112845fec14ae2e9c6e88ff3569bd2f1af
* Moving all apps code into sub package.Winson Chung2015-05-221-0/+577
- Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a