summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/keyboard
Commit message (Collapse)AuthorAgeFilesLines
* 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