summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* 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-193-3/+431
| | | | Change-Id: I510204a5a12abf2da2757f3e3f8b0e8869a6b04a
* Various lint error fixes.Sunny Goyal2015-05-141-2/+5
| | | | | | | | > Fixing some RTL errors by specifying both marginStart and marginLeft > Moving all layout direction checks to Utilities > Explicitely adding @TargetApi before every method Change-Id: Ibe9c52b93b5a6adeadb27ace2b312770fd732ea0
* Merge "Trim all whitespace from titles and labels." into ub-launcher3-burnabyWinson Chung2015-05-111-1/+1
|\
| * Trim all whitespace from titles and labels.Winson Chung2015-05-081-1/+1
| | | | | | | | | | | | Bug: 20953160 Change-Id: I1610df5e445a4139522226f68fa6439926bc70c6
* | Merge "Accessibility: Folder drag and drop fixes" into ub-launcher3-burnabySunny Goyal2015-05-111-5/+11
|\ \ | |/ |/|
| * Accessibility: Folder drag and drop fixesSunny Goyal2015-05-051-5/+11
| | | | | | | | | | | | | | | | > Do not allow empty cells on the last page to be click targets > Make drop targets accessible > Do not close folder on tap outside Change-Id: I7cae20e45097092f41408b888e20b6c40c17d981
* | Accessibility: Page re-ordering in overview modeSunny Goyal2015-05-061-0/+92
|/ | | | Change-Id: I5fc0ad326a63b6768cb1fae55ee6e05a9fc2b659
* Enabling accessibility drag and drop in folderSunny Goyal2015-04-283-0/+354
> Moving DragAndDropAccessibilityDelegate to a separate class > Using getFocusedVirtualView() instead of using DownX and downY > Updating various accessibility strings Bug: 19776741 Change-Id: I85c2551d4d6172c30702e68f41b114bb999655b6