summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/FocusHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Adding a flag (enabled by default) to remove the all-apps button.Sunny Goyal2016-06-171-8/+4
* Removing the SearchDropTarget bar as it no longer contains the QSBSunny Goyal2016-06-061-1/+1
* Revert "Reverting refactoring of Folder and FolderIcon to avoid dependencies ...Sunny Goyal2016-02-231-0/+1
* Reverting refactoring of Folder and FolderIcon to avoid dependencies breakageSunny Goyal2016-02-171-1/+0
* Refactor FolderIcon to separate the preview effect into it's own classAdam Cohen2016-02-121-0/+2
* Merge "Cleanup keyboard code." into ub-launcher3-burnaby-polishTony Wickham2015-12-041-38/+21
|\
| * Cleanup keyboard code.Tony Wickham2015-12-041-38/+21
* | Fullscreen pages (e.g. Now) are focusable via keyboard.Tony Wickham2015-12-031-1/+43
|\|
| * Fullscreen pages (e.g. Now) are focusable via keyboard.Tony Wickham2015-12-031-1/+43
* | Make sure pages are always accessible via left/right arrow keys.Tony Wickham2015-12-031-10/+87
|\|
| * Make sure pages are always accessible via left/right arrow keys.Tony Wickham2015-12-031-10/+87
* | Merge "Add special column for All Apps button in FocusLogic\'s sparse matrix....Tony Wickham2015-12-031-12/+10
|\|
| * Merge "Add special column for All Apps button in FocusLogic's sparse matrix."...Tony Wickham2015-12-031-12/+10
| |\
| | * Add special column for All Apps button in FocusLogic's sparse matrix.Tony Wickham2015-11-101-12/+10
* | | Merge "Handle more cases in FocusHelper#handleHotseatButtonKeyEvent()." into ...Tony Wickham2015-11-111-8/+34
|\| |
| * | Handle more cases in FocusHelper#handleHotseatButtonKeyEvent().Tony Wickham2015-11-101-8/+34
| |/
* | Merge "Stop explicitly snapping to page when navigating with keyboard." into ...Tony Wickham2015-11-061-7/+2
|\|
| * Stop explicitly snapping to page when navigating with keyboard.Tony Wickham2015-11-041-7/+2
* | Stop clearing focus when snapping to a new workspace page.Tony Wickham2015-11-031-1/+0
|\|
| * Stop clearing focus when snapping to a new workspace page.Tony Wickham2015-10-301-1/+0
* | am 2949fb5b: Fixing talk-back folder icon removal regression.Winson2015-09-241-2/+2
|\|
| * Fixing talk-back folder icon removal regression.Winson2015-09-241-2/+2
* | am a3c9fb12: Merge "Requiring key chord to delete icons and folders on the wo...Winson Chung2015-09-181-9/+37
|\|
| * Requiring key chord to delete icons and folders on the workspaceWinson2015-09-141-9/+37
* | am c0b52fef: Refactoring to ensure item deletion always removes from the DB.Winson2015-09-101-4/+8
|\|
| * Refactoring to ensure item deletion always removes from the DB.Winson2015-09-101-4/+8
* | Changing the dogfood check to a static boolean to better handle proguard opti...Sunny Goyal2015-07-161-1/+2
|/
* Code cleanupSunny Goyal2015-06-051-6/+6
* Removing some synthetic method creationSunny Goyal2015-06-021-1/+1
* Creating landscape and portrait device profiles at app initializationSunny Goyal2015-05-221-7/+8
* Refactoring DeviceProfileAdam Cohen2015-05-211-16/+19
* Fixing issue where the prediction bar apps are not focused.Winson Chung2015-05-211-2/+4
* Fixing folder focus logicSunny Goyal2015-04-161-99/+56
* Focus handling null pointer exception during monkey tests.Hyunyoung Song2015-04-161-1/+9
* Focus handling - RTL supportHyunyoung Song2015-04-131-169/+122
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-2/+3
* key event focus logic should support large tabletsHyunyoung Song2015-03-171-18/+25
* Adding a scrollable folder content implementationSunny Goyal2015-03-091-8/+37
* Merge "Refactoring folder content" into ub-launcher3-burnabySunny Goyal2015-03-051-3/+1
|\
| * Refactoring folder contentSunny Goyal2015-03-041-3/+1
* | Fix the broken build from recent focus navigation handling codeHyunyoung Song2015-03-041-2/+2
* | [key event focus] DPAD navigates to the nearest item on next/previous pageHyunyoung Song2015-03-031-1/+45
|/
* [key event focus handling] (1)hotseat <-> icon now symmetric, (2)support DEL ...Hyunyoung Song2015-02-241-27/+45
* [key event focus handling] Cleanup/Refactor/FeatureHyunyoung Song2015-02-201-530/+296
* Removing AccessibleTabView and some other dead code.Sunny Goyal2014-10-211-208/+0
* Changing hotseat keyboard controlsSunny Goyal2014-08-201-41/+82
* Updating the icon click feedbackSunny Goyal2014-08-191-14/+7
* Fix issues with the new widget layoutAdam Cohen2014-08-141-45/+0
* Fix crash with keyboard focus in AllApps due to view refactoringAdam Cohen2014-07-241-15/+9
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-141-1/+1