summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Don't enter overscroll when dragging fast scrollbar.Tony2017-07-051-1/+2
| | | | | | | | | | | | | | | Bug: 63298293 Change-Id: Id3a6551df265c5a92ce5da6509fdac60fb44fcb7
| * | Merge "Sanitizing various search container ids and layout names" into ↵TreeHugger Robot2017-07-041-1/+1
| |\ \ | | |/ | |/| | | | ub-launcher3-dorval-polish
| | * Sanitizing various search container ids and layout namesSunny Goyal2017-06-271-1/+1
| | | | | | | | | | | | | | | Bug: 63014381 Change-Id: Ia75a8a048c7a85c6324f8861abd2bcf1721032fa
| * | Merge "Polish for all apps physics." into ub-launcher3-dorval-polishTreeHugger Robot2017-06-293-4/+8
| |\ \
| | * | Polish for all apps physics.Jon Miranda2017-06-293-4/+8
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By adjusting the start value based on the direction of the scroll, the springs will appear more smooth. This only changes the appearance of the spring when scrolling down, since the start value has always been 1 and thus looked fine when scrolling up. Bug: 38349031 Change-Id: I563e6e7cfdbc74c4a95adb22f90d5efe17dfa453
| * / Fix getAppPosition calculation since search divider removed from RV.Jon Miranda2017-06-271-11/+9
| |/ | | | | | | | | | | | | | | The app position calculations were off by 1 since the search divider used to be the first item in the RecyclerView. Bug: 38349031 Change-Id: I8c161b940ec8015aab85b0aab94718e6fee8fcbd
| * Add overscroll w/ physics to All Apps.Jon Miranda2017-06-262-1/+127
| | | | | | | | | | | | | | Bug: 62628421 Bug: 38349031 Change-Id: If3ba6dfbbd3a4b1c87e69df0066f801f963752aa
* | Merge "Launcher3: Can't search out local app by Chinese" am: 7c35c64a9d am: ↵Sunny Goyal2017-07-121-1/+2
|\ \ | |/ |/| | | | | | | | | | | fa5511133a am: 788000b0ec am: 29e4a28f8c Change-Id: I2ffeab12ebdd4422fb92c263fa7de927bf8bd506
| * Merge "Launcher3: Can't search out local app by Chinese"Sunny Goyal2017-07-121-1/+2
| |\ | | | | | | | | | | | | | | | am: 7c35c64a9d Change-Id: I1bf4a8c6909cd4bc8cf7d17a2a99529e6b6a3957
| | * Launcher3: Can't search out local app by Chineseyingrenw2017-07-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Chinese content type is Character.OTHER_LETTER. When key matches,it check the content type. And if type is Character.OTHER_LETTER, it doesn't support search and break. When the content type is Character.OTHER_LETTER, make it work normally. Change-Id: I3713f24c9206fe16a8da2a23e6c90d68079dd533
* | | Updating fast scrollbar UI in LandscapeSunny Goyal2017-06-267-52/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creating a separate view for FastScrollBar and moving all the relavant logic in the view. For protrait, the touch handling is delegated by the recycler view just like before. For landscape, the dcrollbar does not overlay with recyclerView and handles the touch itself Bug: 37015359 Change-Id: Ie1981326457ba739bdf0ac8063db1065f395f133
* | | Merge "Get rid of an unused import from AppsSearchContainerLayout class." ↵Rajeev Kumar2017-06-231-3/+0
|\ \ \ | | | | | | | | | | | | into ub-launcher3-dorval-polish
| * | | Get rid of an unused import from AppsSearchContainerLayout class.Rajeev Kumar2017-06-231-3/+0
| | | | | | | | | | | | | | | | Change-Id: Ia6d321ee3405dd82542a102489c1dba94f470bb0
* | | | Landscape grid changes for Workspace/All Apps.Jon Miranda2017-06-231-7/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | This is the just first CL to get eyes on the changes. Next CL will update the All Apps to be full width. Bug: 37015359 Change-Id: I2d7ec6851fdc13b8fa654e7e2be3152330243ccc
* | | Merge "Fade out hotseat more aggressively during all apps transition" into ↵TreeHugger Robot2017-06-221-1/+1
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish
| * | | Fade out hotseat more aggressively during all apps transitionAdam Cohen2017-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug 62892137 Change-Id: I711bdab58389cdc2d0a66442d9aaa6107a3d3cc9
* | | | Merge "Removing view.isInTouchMode() because plaform returns false when ↵Mario Bertschler2017-06-221-3/+0
|\ \ \ \ | |/ / / |/| | | | | | | using a mouse on long click." into ub-launcher3-dorval-polish
| * | | Removing view.isInTouchMode() because plaform returns false whenMario Bertschler2017-06-221-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using a mouse on long click. Bug: 38204847 Change-Id: I5b10e8251f4f0a7b148c0404d5939a0fa8325a46
* | | | Merge "1. Get rid of unnecessary ; from VerticalPullDetector 2. Make an ↵Rajeev Kumar2017-06-221-4/+2
|\ \ \ \ | |/ / / |/| | | | | | | instance variable final" into ub-launcher3-dorval-polish
| * | | 1. Get rid of unnecessary ; from VerticalPullDetectorRajeev Kumar2017-06-151-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | 2. Make an instance variable final Change-Id: I1a62814106c064a13ee5da0882db36d56e122f98
* | | | Adding utility method to find an app from a component keySunny Goyal2017-06-201-0/+4
| | | | | | | | | | | | | | | | Change-Id: I445b512f29a0a45910c523f2f905c0a9e3c241f1
* | | | Fixing various system UI flags not getting updated properly on theme changes.Sunny Goyal2017-06-201-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SystemUiController manages various system UI flags in priorty order and merges all the states before applying the syste flags. Fixing WallpaperColors when it was not handing wallpaper change properly in some cases Change-Id: I915442818e7888c97c81f63c8ea9f3c13053eb2c
* | | | Fixing dark tint for ShadowDrawable.Sunny Goyal2017-06-201-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | Updating the dark theme for empty all-apps search drawable. Change-Id: Ieb2018924da337bdd97eaf3adf2d32c3e3bebc73
* | | | Merge "Updating the fast scroll bar UI" into ub-launcher3-dorval-polishTreeHugger Robot2017-06-161-4/+4
|\ \ \ \
| * | | | Updating the fast scroll bar UISunny Goyal2017-06-161-4/+4
| |/ / / | | | | | | | | | | | | | | | | Bug: 37015359 Change-Id: Iec0748f04ebe9a3eef13ff759da3cab6ff28c3a1
* / / / Removing long press support from page-indicatorSunny Goyal2017-06-154-41/+2
|/ / / | | | | | | | | | | | | | | | Bug: 62445549 Bug: 38163974 Change-Id: Ic0ae44ded7e4755c5401f327ce0d98a9ea96b2ab
* | | Extracting search algorithm in an interface to make it easier to change the ↵Sunny Goyal2017-06-144-27/+43
| | | | | | | | | | | | | | | | | | search behavior Change-Id: I0b1d1387c78d13ef749aac39d5c8167c2909716a
* | | Merge "Dark color on super light wallpaper support" into ↵Mario Bertschler2017-06-081-2/+4
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish
| * | | Dark color on super light wallpaper supportMario Bertschler2017-06-071-2/+4
| | | | | | | | | | | | | | | | Change-Id: I0fdfa9abefb72e06c45b1f635ac97e2acfa97f05
* | | | Merge "Adding utility method to temporarily hide scrollbar" into ↵TreeHugger Robot2017-06-081-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
| * | | | Adding utility method to temporarily hide scrollbarSunny Goyal2017-06-071-0/+4
| |/ / / | | | | | | | | | | | | | | | | Bug: 37616877 Change-Id: I286493746c44ace8958ffd8df24317125b445cf7
* | | | Refactor and generalize SpringAnimationHandler.Jon Miranda2017-06-072-17/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SpringAnimationHandler is only responsible for motion tracking and updating the list of springs it is handling. Spring initialization and updates are handled by the AnimationFactory interface. This is done in preparation for future CLs where SpringAnimationHandler will be used in more cases. Bug: 38349031 Change-Id: I5ebce710cc05e4e88b708ceea5d2cfefbd0eb3d0
* | | | Fix bug where physics appears not to run in all apps.Jon Miranda2017-06-071-4/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | ie. When scrolling up from the bottom, the animation will immediately start since the last visible item condition is true — and by the time it reaches the top the spring is done moving. Bug: 38349031 Change-Id: I344deef47c50b33405345dd3a137ccdb12aeae02
* | | Revert "Decrease jank in all apps physics."Jonathan Miranda2017-06-061-31/+17
| | | | | | | | | | | | | | | | | | | | | | | | This change created an issue where some items appear to not have springs when the device does not have that many apps. This reverts commit 9d7f2b9e0d2b40414951f3dba461c6cabc9c7cbf. Change-Id: I8e79cf3f86972fde8184debb6ab4d0f32283a8bd
* | | Decrease jank in all apps physics.Jon Miranda2017-06-051-17/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | By creating the spring in onCreateViewHolder and adding in onBindViewHolder, we are able to take advantage of RecyclerView's prefetching optimizations. Bug: 38349031 Change-Id: Ie445039fd90ca92ae4ce1ff71c57b15f662377a8
* | | Distignuishing between hotseat/workspace on the logging for openingMario Bertschler2017-05-301-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | all apps via swipe/fling. b/38422894 Change-Id: I84a5fd8df38f70caf887eb0def905756059ccd93
* | | Theming on Scrim- and GradientViewMario Bertschler2017-05-251-18/+1
| | | | | | | | | | | | Change-Id: I3070b54485a9476ffb71e325cdd45c2bd7ef5c9a
* | | Defining a dark theme for launcherSunny Goyal2017-05-241-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | > Removing the code for LIGHT_STATUS_BAR as that will be controlled by the theme > Updating icon cache to always use transparent background for low-res, as the theme can change the bg color Change-Id: Iab64ec29cab629ee515af22ec15b95d3f40a9df5
* | | Allapps motion changes for landscapeMario Bertschler2017-05-241-1/+2
| | | | | | | | | | | | | | | | | | Scrim and Gradient alpha starting from 0 Change-Id: If200539f3915ff32885712cff868d74d014c340f
* | | Add physics motion to items in all apps.Jon Miranda2017-05-235-5/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Motion applied to: - Icons - Prediction icons - Prediction divider Bug: 38349031 Change-Id: I376e6e39080c8c80463a0ce8b104b05e4d576f17
* | | Making some methods accessibleSunny Goyal2017-05-191-2/+2
| | | | | | | | | | | | | | | Bug: 37616877 Change-Id: I22ed43d9a39d321757d7c2fde7754b95a44780e2
* | | Aligning the search box with bottom of hotseat iconsSunny Goyal2017-05-171-2/+11
| | | | | | | | | | | | | | | Bug: 37616877 Change-Id: I153e754db8e6c96b47ab644e19ce110f56bf852e
* | | Design adjustments for transition from workspace toMario Bertschler2017-05-161-8/+10
| | | | | | | | | | | | | | | | | | All apps. Change-Id: I0aeb8da7f0eebdf677ca7bda06fb538f08a6ee51
* | | Adding support for top padding in BaseRecyclerView. The scrollbar isSunny Goyal2017-05-156-24/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | drawn below the top padding. Also adding callback for getting the all-apps vertical pull range so that it can be controlled by SearchUiManager Bug: 37616877 Change-Id: Ib4642073f3e92f6676caede3bddd652fda89c86f
* | | Merge "Fade in background scrim when resuming from screen off." into ↵TreeHugger Robot2017-05-111-1/+3
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish
| * | | Fade in background scrim when resuming from screen off.Jon Miranda2017-05-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change hides the hard cut off that appears when the Launcher window is transitioning upwards when resuming from when the screen is off. Bug: 36446766 Change-Id: I0c0fe13ee9e08d27b94916d0407ef431d82b8d6a
* | | | Adding listener support for color extraction changesSunny Goyal2017-05-092-3/+13
|/ / / | | | | | | | | | | | | | | | | | | | | | Changing the apps-search layout to use theme attribute instead of hard coded layout id Bug: 37616877 Change-Id: Iae601758303f83a2774635f0d88f74d99fc643c3
* | | Moving apps search related logic into a custom layout fileSunny Goyal2017-05-089-206/+286
| | | | | | | | | | | | | | | | | | | | | | | | This will allow derivative projects to easily change the search behavior by simply overriding the xml file Bug: 37616877 Change-Id: Ib8d6a2dab06819a52611e9a3d97c70c5a49bbf97
* | | Revert "Adding suggested app as part of app discovery."Mario Bertschler2017-05-051-13/+1
| | | | | | | | | | | | | | | | | | This reverts commit c0372a42a256421199e5d41592b69a6f4c2e9ef1. Change-Id: Iebfb5bdbe042cb17f3d3657e0caa2fc7e9913ac6
* | | Adding suggested app as part of app discovery.Mario Bertschler2017-05-041-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | It will replace the least prioritized predicted app with the suggested app from app discovery. Dogfood only! Change-Id: I7713759c70ab6eaacfec2c45d3f78335c40dac79