summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/keyboard
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to android-xSunny Goyal2018-08-141-3/+4
| | | | Change-Id: I9a774152d13a541e8496dd84f2469bfed407f86d
* Accounting for view translation when calculating the focus locationSunny Goyal2018-05-251-21/+2
| | | | | Bug: 80160107 Change-Id: Ibb0cb82c33c141bb3abf9b7576be4253630cb8c5
* Disabling default focus from icons as we use an animated focus indicatorSunny Goyal2018-03-222-8/+18
| | | | Change-Id: I9d3f1b5f5710ff8931f02f1a3a41e4986b4e0f9c
* Simplifying app icon popupSunny Goyal2017-11-151-2/+2
| | | | | | | | | > Using a single linearLayout instead of multiple nested views > Using clipToOutline for rounded corners instead of using canvas.saveLayer > Removing nested view elevations and overdraw > Using LayoutTransition for animating layout changes, instead of manually creating animators Change-Id: I8e57092f52ca5a032a2756594fdd39788acc5a0d
* Converting PopupContainerWithArrow into a base class so that it is easierSunny Goyal2017-10-101-2/+2
| | | | | | | to create other types of popup Bug: 67585158 Change-Id: I966ae7bb90f941951b26feaf71b3ea30c3f3c0cc
* 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