summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/keyboard
Commit message (Collapse)AuthorAgeFilesLines
* Minor Refactoring only: no functional changeMario Bertschler2017-03-281-1/+1
| | | | | | | | - organizing imports - remove redundant modifiers on LauncherCallback interface - fix typos Change-Id: I61eb985cac7c1379b6b804a67d4f234386d3d1b4
* Refactor DeepShortcutsContainer to PopupContainerWithArrowTony Wickham2017-01-251-2/+2
| | | | | | | | | | | - Also added PopupItemView, which takes animation logic from DeepShortcutView, and which DeepShortcutView now extends. - Renamed ShortcutFilter to PopupPopulator, which has support for new item types (not yet used). Also moved populating logic (e.g. UpdateShortcutChild Runnable) to PopupPopulator. Bug: 32410600 Change-Id: Ib6e444ac7ca99c80ba438801c26e62d9542e0ad9
* Removing all compatibility code below LollipopSunny Goyal2016-12-161-3/+0
| | | | | Bug: 32745285 Change-Id: I62971908e3e4402941fab627bbdfd47be64473a3
* Refactoring floating view opening/closing logicSunny Goyal2016-10-101-1/+1
| | | | | | | | | > Creating a base view for floating panels with some common methods > Moving the getOpen method to individual classes > Moving the folder icon animation logic to folder icon > Moving all the logic related for opening folder to Folder class Change-Id: I898dfb6870b857cb921d2729b89618bc43ff2e88
* Exposing custom actions using keyboard shortcutSunny Goyal2016-09-232-1/+94
| | | | | | | | | | | | | Keyboard shortcuts: ctrl+A => Open all apps ctrl+S => shows deep shortcuts ctrl+O => shows custom actions popup This also removes the direct delete/uninstall key shortcuts, making actidental icon removal less likely Bug: 24065447 Change-Id: Iae63370c0f33620628567cffd4df024064d4d02e
* Unifying focus indicator handling for workspace and all-appsSunny Goyal2016-06-083-0/+379
Adding an abstract FocusIndicatorHelper based on FocusIndicatorView which draws the background instead of using a dummy view. Change-Id: Id560195323d2ddad8fcd77ba675cf3f4fd4a94ab