History log of /packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e3f44c3ade314c6186332d081c7d4d1a39155db 24-Oct-2017 Sunny Goyal <sunnygoyal@google.com> Exposing the state manager directly instead of providing various helper methods for state change

Bug: 67678570
Change-Id: If3d05c804c034ffa5e403da8eaa23e85e373c863
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java
b23980cc0e56b5d3f5ac0ca7714eca6479e502ae 17-Aug-2017 Sunny Goyal <sunnygoyal@google.com> Fixing duplicate/inconsistent definitions for model and callbacks

> 2 implementations for filtering workspace items
> 2 implementations for binding widgets
> duplicate logic for add and update appInfo

Change-Id: Id68a49926af398478deca8ac85ab1f22341a9449
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java
b72d8b2c8b999f3842dc7b0d93bb1a816b6204b9 14-Jul-2017 Sunny Goyal <sunnygoyal@google.com> Using common fling detection logic for notification and all-apps

> Refactoring SwipeDetector to both allow vertical and horizontal swipes
> Using SwipeDetector and common overscroll effect for notification swipes
instead of a separate logic

Change-Id: Ib706ee179811ade59ddb68184e1c202365d147c4
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java
29676acfe251a21afa786507a98bdae283ec93e8 11-May-2017 Tony <twickham@google.com> Update accessibility for popup

- Content description includes count of notifications.
- Notifications have a dismiss action.
- All icons that support shortcuts will have action to show
shortcut menu, since there will be system shortcuts even if
there are no deep shortcuts.

Bug: 36564782
Change-Id: I51b085fa26754f2dcd93c7db6548f2edf054f494
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java
c06af333cbcebb183d13d004cccf5c9d69a70af0 28-Mar-2017 Mario Bertschler <bmario@google.com> Minor Refactoring only: no functional change

- organizing imports
- remove redundant modifiers on LauncherCallback interface
- fix typos

Change-Id: I61eb985cac7c1379b6b804a67d4f234386d3d1b4
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java
43bf11d9c95f76c2dfeb625b23cb458df81252b3 02-Feb-2017 Sunny Goyal <sunnygoyal@google.com> Separating methods for updating the model to a sepatate class.

Removing static access to model update methods, to allow for better
access control and testing

Change-Id: I9afe004dbf1b2fe50df422fd28bceea9230a4704
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java
740ac7f00e0b847b8e392800f7948d93493e11d6 29-Sep-2016 Sunny Goyal <sunnygoyal@google.com> Refactoring floating view opening/closing logic

> 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
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java
66b24572e41a13ba5b85b37cf7be64804299c8f6 22-Sep-2016 Sunny Goyal <sunnygoyal@google.com> Exposing custom actions using keyboard shortcut

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
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java
5836bf728e85c1c4fae67862deb4e973ac55e944 12-Aug-2016 Sunny Goyal <sunnygoyal@google.com> Moving the shortcut application logic to the DeepShortcutView.
This makes the logic for accessing various properties consistant and
and ties it to the UI of the DeepShortcutView.

Bug: 30817556
Change-Id: I09536b9f91b2a9969fcc286f83dd2b17e16cd9ce
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java
3ffa64df36221a7ae3946f11ced4dcfc487e18dc 25-Jul-2016 Sunny Goyal <sunnygoyal@google.com> Added custom actions for showing the shortcuts menu and adding a quick action
on the home screen

Bug: 30374655
Change-Id: I2f3ae31f2fb2c09f64f2a47e95a9d25435f7efe2
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ShortcutMenuAccessibilityDelegate.java