History log of /packages/apps/Launcher3/src/com/android/launcher3/accessibility/WorkspaceAccessibilityHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/WorkspaceAccessibilityHelper.java
c13403c612748bfdf06436510600230c4c4b55ec 19-Nov-2016 Sunny Goyal <sunnygoyal@google.com> Defining various modes for CellLayout: Workspace, Hotseat & Folder

> Moving the definition of modes to xml
> Defining attributes in xml

Change-Id: I7a569fdbeb833d569eeeef2f2cbc8214e608ad11
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/WorkspaceAccessibilityHelper.java
10ad1b9761d27008cb16aaec3bafe752fa891185 14-Jul-2016 Sunny Goyal <sunnygoyal@google.com> Fixing Virtual nodes getting wrong screen bounds, when dragging in spring
loaded mode

Bug: 29582251
Change-Id: I614d387a9b12d812ebb84c7739e8d9ae1bc057b2
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/WorkspaceAccessibilityHelper.java
e78e3d734b577c1ab6dc0738a83600374908ea52 24-Sep-2015 Sunny Goyal <sunnygoyal@google.com> Accessibility fixes

1) Use a different content description for temporary new page
2) Use different accessibility description for add widget toast
3) Announce when an item is deleted
4) Announce when hovering over a drop target
5) Announce state during drag-n-drop and widget resize (similar to seekbar)

Bug: 23573321, 24057944
Change-Id: Icabb317625e70c78e11c0b4f99b9339172d93594
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/WorkspaceAccessibilityHelper.java
83a8f042adda926489494dff217c15ab696139b4 19-May-2015 Sunny Goyal <sunnygoyal@google.com> Moving LauncherAccessibilityDelegate to accessibility package

Change-Id: I510204a5a12abf2da2757f3e3f8b0e8869a6b04a
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/WorkspaceAccessibilityHelper.java
82b016cb56540fe26213e817dd0dd668099c8e20 09-May-2015 Winson Chung <winsonc@google.com> Trim all whitespace from titles and labels.

Bug: 20953160

Change-Id: I1610df5e445a4139522226f68fa6439926bc70c6
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/WorkspaceAccessibilityHelper.java
e9b651eef1b9f3647eba94f833bff3fc52f5956b 24-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Enabling accessibility drag and drop in folder

> Moving DragAndDropAccessibilityDelegate to a separate class
> Using getFocusedVirtualView() instead of using DownX and downY
> Updating various accessibility strings

Bug: 19776741

Change-Id: I85c2551d4d6172c30702e68f41b114bb999655b6
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/WorkspaceAccessibilityHelper.java