summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3
Commit message (Expand)AuthorAgeFilesLines
* Sanitizing various search container ids and layout namesSunny Goyal2017-06-273-5/+5
* Merge "Revert edge glow effect and restore damped overscroll" into ub-launche...TreeHugger Robot2017-06-274-454/+80
|\
| * Revert edge glow effect and restore damped overscrollAdam Cohen2017-06-274-454/+80
* | Add overscroll w/ physics to All Apps.Jon Miranda2017-06-263-1/+142
* | Merge "Replace use of java.util.HashMap with android.util.ArrayMap in AddWork...Rajeev Kumar2017-06-261-6/+4
|\ \
| * | Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-141-6/+4
* | | Merge "Updating fast scrollbar UI in Landscape" into ub-launcher3-dorval-polishSunny Goyal2017-06-269-228/+253
|\ \ \
| * | | Updating fast scrollbar UI in LandscapeSunny Goyal2017-06-269-228/+253
* | | | Merge "Fix Folder text animation bugs." into ub-launcher3-dorval-polishTreeHugger Robot2017-06-262-5/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix Folder text animation bugs.Jon Miranda2017-06-262-5/+10
* | | | Merge "Switching to dark color in color extraction algorithm." into ub-launch...Mario Bertschler2017-06-261-144/+177
|\ \ \ \
| * | | | Switching to dark color in color extraction algorithm.Mario Bertschler2017-06-261-144/+177
| |/ / /
* | | | Merge "Add dark widgets theme" into ub-launcher3-dorval-polishTony Wickham2017-06-261-2/+1
|\ \ \ \
| * | | | Add dark widgets themeTony Wickham2017-06-261-2/+1
* | | | | Merge "Fixing drag outline not getting drawn when the shortcuts popup is show...TreeHugger Robot2017-06-264-29/+13
|\ \ \ \ \
| * | | | | Fixing drag outline not getting drawn when the shortcuts popup is shown.Hyunyoung Song2017-06-264-29/+13
* | | | | | Animate Folder elevation halfway thru transition.Jon Miranda2017-06-261-7/+12
| |_|/ / / |/| | | |
* | | | | Move inner classes out of FolderIcon.Jon Miranda2017-06-256-132/+163
| |_|_|/ |/| | |
* | | | Merge "Few cleanups in Launcher.java: 1. Fix static member accessed via insta...Rajeev Kumar2017-06-231-32/+29
|\ \ \ \
| * | | | Few cleanups in Launcher.java:Rajeev Kumar2017-06-231-32/+29
| |/ / /
* | | | Merge "Get rid of an unused import from AppsSearchContainerLayout class." int...Rajeev Kumar2017-06-231-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Get rid of an unused import from AppsSearchContainerLayout class.Rajeev Kumar2017-06-231-3/+0
* | | | Merge "Fixing two different implementations for animating text alpha" into ub...TreeHugger Robot2017-06-232-44/+17
|\ \ \ \
| * | | | Fixing two different implementations for animating text alphaSunny Goyal2017-06-232-44/+17
* | | | | Merge "Landscape grid changes for Workspace/All Apps." into ub-launcher3-dorv...TreeHugger Robot2017-06-238-82/+109
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Landscape grid changes for Workspace/All Apps.Jon Miranda2017-06-238-82/+109
| |/ / /
* / / / Separating double shadow logic for BubbleTextView in a separate subclassSunny Goyal2017-06-232-104/+108
|/ / /
* | | Merge "1. Replace use of java.util.HashSet with android.util.ArraySet in Noti...Rajeev Kumar2017-06-231-11/+13
|\ \ \
| * | | 1. Replace use of java.util.HashSet with android.util.ArraySet inRajeev Kumar2017-06-221-11/+13
* | | | Merge "Move PreviewBackground into its own class file." into ub-launcher3-dor...TreeHugger Robot2017-06-235-411/+442
|\ \ \ \
| * | | | Move PreviewBackground into its own class file.Jon Miranda2017-06-225-411/+442
* | | | | Merge "Adding support in IconProvider for loading different icons for UI and ...TreeHugger Robot2017-06-233-4/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Adding support in IconProvider for loading different icons for UI and model useSunny Goyal2017-06-223-4/+11
* | | | | Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in Swip...Rajeev Kumar2017-06-221-17/+14
|\ \ \ \ \
| * | | | | 1. Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-221-17/+14
* | | | | | Merge "PopupContainerWithArrow accepting bubbletextview without icon being se...Mario Bertschler2017-06-221-1/+3
|\ \ \ \ \ \
| * | | | | | PopupContainerWithArrow accepting bubbletextview without icon being set.Mario Bertschler2017-06-221-1/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge "Do not apply legacy treatment on shortcuts Bug: 62617041" into ub-laun...TreeHugger Robot2017-06-223-4/+3
|\ \ \ \ \ \
| * | | | | | Do not apply legacy treatment on shortcutsHyunyoung Song2017-06-223-4/+3
* | | | | | | Merge "Disable old ColorExtractionService if feature flag for LAUNCHER3_GRADI...TreeHugger Robot2017-06-221-0/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Disable old ColorExtractionService if feature flag forMario Bertschler2017-06-221-0/+7
* | | | | | | Merge "Fade out hotseat more aggressively during all apps transition" into ub...TreeHugger Robot2017-06-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fade out hotseat more aggressively during all apps transitionAdam Cohen2017-06-221-1/+1
* | | | | | | | Merge "Fixing PinItemActivity not getting dismissed when starting drag-and-dr...TreeHugger Robot2017-06-221-0/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Fixing PinItemActivity not getting dismissed when starting drag-and-drop in m...Sunny Goyal2017-06-221-0/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Setting the callback for previewItems to folderIcon. This allows the F...Sunny Goyal2017-06-227-57/+40
|\ \ \ \ \ \ \
| * | | | | | | Setting the callback for previewItems to folderIcon. This allows the FolderIc...Sunny Goyal2017-06-227-57/+40
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Removing view.isInTouchMode() because plaform returns false when using...Mario Bertschler2017-06-225-15/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Removing view.isInTouchMode() because plaform returns false whenMario Bertschler2017-06-225-15/+2
| |/ / / / /
* | | | | | Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in Fold...Rajeev Kumar2017-06-221-10/+8
|\ \ \ \ \ \