summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/launcher3/ui/ShortcutsLaunchTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Add support for system shortcuts in popup containerTony Wickham2017-03-301-1/+1
| | | | | | | | | | | | - Currently the system shortcuts are just widgets and app info - As shortcuts, they live in ShortcutsItemView - They are populated either as icons only (if there are deep shortcuts) or as icons + text - Widgets are disabled until binding them is complete (we request for them to be bound on long-press now). We should revisit this. Bug: 34940468 Change-Id: Ia51d002c3b3ede87658bdab57abfc3eeca1ed242
* Adding some tests for request pin shortcut/widget flowSunny Goyal2017-02-221-0/+1
| | | | | Bug: 33584624 Change-Id: I49df36f60d2ae071b9d2c77c9c3300e010cd3bb9
* No more LauncherActivityInfoCompatSunny Goyal2017-01-111-2/+2
| | | | | Bug: 32745285 Change-Id: I00f13794d5dc0a2b1fe03ec74de36018f22eb386
* No more UserHandleCompatSunny Goyal2016-12-151-2/+2
| | | | | Bug: 32745285 Change-Id: I762fb4e268c1afe48a1860ab12a4ccb3f626aa95
* Add ShortcutsLaunchTest and ShortcutsToHomeTest.Tony Wickham2016-11-141-0/+68
- ShortcutsLaunchTest verifies that launching shortcut from the deep shortcuts container works. - ShortcutsToHomeTest verifies that shortcuts can be dragged from the deep shortcuts container. Change-Id: I6919b69d4ea1c9e0f13a8f236266745c12ef0715