summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/accessibility/LauncherAccessibilityDelegate.java
Commit message (Collapse)AuthorAgeFilesLines
* Some drag and drop code refactor:Sunny Goyal2016-09-011-23/+13
| | | | | | | | | 1) Adding DragOptions to easily extend drap functionality 2) Changing onDragStarted signature to send more information 3) Updating states for dropTargetButton based on drag event directly 4) Removing folder item based on onDragStarted and not startDrag Change-Id: I65b684e092ddc081d086bfe2c8c1973ed170eaeb
* Added custom actions for showing the shortcuts menu and adding a quick actionSunny Goyal2016-07-251-9/+26
| | | | | | | on the home screen Bug: 30374655 Change-Id: I2f3ae31f2fb2c09f64f2a47e95a9d25435f7efe2
* Ensure that custom actions are available to all apps itemsAdam Cohen2016-06-071-1/+3
| | | | | | | | | | -> When BubbleTextViews were being recycled, the RecyclerView was clearing the AccessibilityDelegate. Ensure that this is reset by the adapter when a BubbleTextView is reused. issue 25948877 Change-Id: I95dd21bfdcd602a67925d1b8f06e6ca92d1d7203
* Fixing folder icon not getting redrawn when the contents changeSunny Goyal2016-04-061-1/+1
| | | | | | | | | | | | > Removing parent from ItemOperator as inconsistant values were being passed in workspace and folderPagedView > Fixing itemChanged causing multiple redraws, by passing a 'animate' parameter to explicitely request animation Bug:27740161 Bug:28015426 Change-Id: Ide7b266bde9aad5f450a3f808a59182fe01a5110
* Adding support for result callback when starting uninstall-application activitySunny Goyal2016-03-221-2/+2
| | | | Change-Id: Ieaca4fbd0ae0156f24c8863ccbef61d4d6d30ba1
* Revert "Reverting refactoring of Folder and FolderIcon to avoid dependencies ↵Sunny Goyal2016-02-231-1/+1
| | | | | | | | breakage" This reverts commit fc956e5a2a818c06ed3424e15b0aa20a3f604658. Change-Id: Ib3b5156b8fc3cad35c4634d61d5390c848ce1f93
* Reverting refactoring of Folder and FolderIcon to avoid dependencies breakageSunny Goyal2016-02-171-1/+1
| | | | Change-Id: Ifd0d717d70aff4c83c9eb5cba397d04500b2c869
* Refactor FolderIcon to separate the preview effect into it's own classAdam Cohen2016-02-121-1/+1
| | | | | | | -> Created com.android.launcher3.folder package to house most folder-related files (aside from the FolderInfo) which is more related to the model than the UI. Change-Id: I767063e1e4c775c01a799a3bede30cd94ac48ade
* Do not animate folder when it is closed while changing activity stateSunny Goyal2015-10-211-1/+1
|\ | | | | | | | | | | | | am: 935fca1857 * commit '935fca185741e51ab634e5df63c6369d2d55dba5': Do not animate folder when it is closed while changing activity state
| * Do not animate folder when it is closed while changing activity stateSunny Goyal2015-10-211-1/+1
| | | | | | | | | | Bug: 21733536 Change-Id: I36aa3041b9300c917e320b511e00a1721e44f854
* | Added 'Cancel' drop target from all apps and widget picker.Tony Wickham2015-10-051-4/+4
| | | | | | | | | | | | | | | | | | | | - Reuse DeleteDropTarget since it's the same effect, but with "Cancel" instead of "Remove" if supportsDeleteDropTarget() returns false. - Rename related strings (but not their values) Bug: 24104015 Bug: 24099531 Change-Id: Ia9fbcaa17bb17f7aa31df1f830298da01544c178
* | resolved conflicts for e78e3d73 to ub-launcher3-masterSunny Goyal2015-09-251-5/+2
|\| | | | | | | Change-Id: Idc119a57e21cf6016ee0fd91866839301db072d6
| * Accessibility fixesSunny Goyal2015-09-251-5/+2
| | | | | | | | | | | | | | | | | | | | | | 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
* | Moving drag-drop related code into a separate package.Vadim Tryshev2015-08-201-1/+1
| | | | | | | | | | | | | | | | | | This is per an earlier CR comment "we should probably move all this code to its own package (launcher3.dragndrop) in a separate cl". I'm not moving DragSource because it's referred from gsa code. Bug: 22609426 Change-Id: Ia7204dab99c0c395c66b77143a2d60411153f5f3
* | Refactoring ItemInfoSunny Goyal2015-06-301-1/+1
|/ | | | | | | | > Changing dragObject to ItemInfo > Removing dropPos which is always null > Removing requiresDbUpdate which is only used in CellLayout Change-Id: I753ddaae0880c8a9bfee5a1266095ff34610284a
* Tying accessibility drag lifecycle to that of dragControllerSunny Goyal2015-06-081-12/+12
| | | | | Bug: 20865291 Change-Id: I1e0aceb20efcf4c32d76a656c499a1a4a5a32a65
* Removing some synthetic method creationSunny Goyal2015-06-021-1/+1
| | | | | | > Make package-private and @Thunk all private methods and constructors accessed from inner classes. Change-Id: Ie5913860a0c33e48e9bf68f9b5b1699f64c2f174
* Null check in accessibility delegateSunny Goyal2015-06-011-1/+5
| | | | | bug: 21338696 Change-Id: I00d67e53e03e33b26a8eadb669b60fec47553f26
* Moving LauncherAccessibilityDelegate to accessibility packageSunny Goyal2015-05-191-0/+430
Change-Id: I510204a5a12abf2da2757f3e3f8b0e8869a6b04a