summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixing Virtual nodes getting wrong screen bounds, when dragging in spr...Sunny Goyal2016-07-141-0/+26
|\
| * Fixing Virtual nodes getting wrong screen bounds, when dragging in springSunny Goyal2016-07-131-0/+26
* | Merge "Use the shortcut's long label in the container, if it is available." i...Tony Wickham2016-07-141-2/+11
|\ \
| * | Use the shortcut's long label in the container, if it is available.Tony Wickham2016-07-131-2/+11
* | | Merge "Moving the QSB out of the cell layout to the Drag layer" into ub-launc...Sunny Goyal2016-07-1411-68/+213
|\ \ \ | |/ / |/| |
| * | Moving the QSB out of the cell layout to the Drag layerSunny Goyal2016-07-1311-68/+213
| |/
* | Address comments on original shortcuts UI CL (ag/1061538).Tony Wickham2016-07-133-40/+52
* | Merge "Close the shortcuts container in various places." into ub-launcher3-ca...Tony Wickham2016-07-134-31/+50
|\ \
| * | Close the shortcuts container in various places.Tony Wickham2016-07-134-31/+50
* | | Add status to DeepShortcutManager api calls.Tony Wickham2016-07-132-19/+36
|/ /
* / Updating the content description of disabled iconsSunny Goyal2016-07-131-26/+18
|/
* Merge "Adding logic to pull in workspace data from another Launcher3 based pr...Sunny Goyal2016-07-139-65/+543
|\
| * Adding logic to pull in workspace data from another Launcher3 basedSunny Goyal2016-07-099-65/+543
* | Merge "Fixing issue with content description not being updated." into ub-laun...Winson Chung2016-07-132-5/+7
|\ \
| * | Fixing issue with content description not being updated.Winson2016-07-122-5/+7
* | | Fixed header elevation shadow on rotatePeter Schiller2016-07-134-4/+5
* | | Ensuring that fast scrolling to predictions scrolls list to the topWinson2016-07-135-32/+30
* | | Merge "Cleaning up scrollbar logic to properly calculate stable extents." int...Winson Chung2016-07-136-155/+151
|\ \ \
| * | | Cleaning up scrollbar logic to properly calculate stable extents.Winson2016-07-126-155/+151
| |/ /
* | | Merge "all apps should pull down when there isn't scrollable thumb b/30059445...Hyunyoung Song2016-07-131-2/+3
|\ \ \
| * | | all apps should pull down when there isn't scrollable thumbHyunyoung Song2016-07-121-2/+3
| |/ /
* | | Merge "Reset scroll position when all apps is reset" into ub-launcher3-calgaryPeter Schiller2016-07-121-0/+1
|\ \ \
| * | | Reset scroll position when all apps is resetPeter Schiller2016-07-121-0/+1
| |/ /
* / / Fix all apps becoming clipped when screen is rotated with all apps opened.Hyunyoung Song2016-07-123-16/+15
|/ /
* | Merge "Defining the list of predefined device profiles in xml. This allows th...Sunny Goyal2016-07-111-32/+44
|\ \
| * | Defining the list of predefined device profiles in xml.Sunny Goyal2016-07-071-32/+44
* | | Merge "Consolidate all the dividers to provide same look and feel" into ub-la...Peter Schiller2016-07-115-95/+127
|\ \ \
| * | | Consolidate all the dividers to provide same look and feelPeter Schiller2016-07-085-95/+127
* | | | Merge "Adding support for non-zero left insets" into ub-launcher3-calgarySunny Goyal2016-07-095-41/+56
|\ \ \ \ | |_|_|/ |/| | |
| * | | Adding support for non-zero left insetsSunny Goyal2016-07-075-41/+56
* | | | Build fix.Sunny Goyal2016-07-092-8/+12
* | | | Merge "Updating page indicator content description to indicate click target f...Sunny Goyal2016-07-092-2/+11
|\ \ \ \
| * | | | Updating page indicator content description to indicate click targetSunny Goyal2016-07-082-2/+11
| | |_|/ | |/| |
* | | | Merge "Removing Key-Value pair backup logic as Launcher now uses full-data ba...Sunny Goyal2016-07-096-1437/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Removing Key-Value pair backup logic as Launcher now uses full-data backupSunny Goyal2016-06-236-1437/+5
* | | | Merge "Updating alignment of search input" into ub-launcher3-calgaryPeter Schiller2016-07-082-6/+7
|\ \ \ \
| * | | | Updating alignment of search inputPeter Schiller2016-07-072-6/+7
* | | | | Merge "Simplified search focus logic" into ub-launcher3-calgaryPeter Schiller2016-07-081-7/+2
|\ \ \ \ \
| * | | | | Simplified search focus logicPeter Schiller2016-07-081-7/+2
| |/ / / /
* | | / / Do not remove onLayoutChangeListener on hotseat inside AllAppsTransitionContr...Hyunyoung Song2016-07-071-4/+5
| |_|/ / |/| | |
* | | | Changing isExternalDragWidget to isDragWidget as workspace goes toSunny Goyal2016-07-071-4/+1
|/ / /
* | | Merge "Calling start/stop listening in onStart/onStop" into ub-launcher3-calgarySunny Goyal2016-07-072-6/+8
|\ \ \ | |_|/ |/| |
| * | Calling start/stop listening in onStart/onStopSunny Goyal2016-06-232-6/+8
| |/
* | Merge "Fixing accessibility drag and drop Since the page's accessibility flag...Sunny Goyal2016-07-071-12/+15
|\ \
| * | Fixing accessibility drag and dropSunny Goyal2016-07-061-12/+15
* | | Merge "Set the all apps nav bar to black. b/29998559" into ub-launcher3-calgaryHyunyoung Song2016-07-061-0/+7
|\ \ \
| * | | Set the all apps nav bar to black.Hyunyoung Song2016-07-061-0/+7
* | | | Second workspace page icons should not show up when all apps is shown in land...Hyunyoung Song2016-07-063-8/+9
|/ / /
* | | Merge "Remove relayouts b/29945805" into ub-launcher3-calgaryHyunyoung Song2016-07-042-3/+3
|\ \ \
| * | | Remove relayoutsHyunyoung Song2016-07-012-3/+3