summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/FocusHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of 13ef17a3 to mnc-dr-devHyunyoung Song2015-07-221-570/+357
| | | | | b/22609402 Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b
* Removing AccessibleTabView and some other dead code.Sunny Goyal2014-10-211-208/+0
| | | | Change-Id: Ia122a6277f924e6077dbf15a4dc40b5042aa987d
* Changing hotseat keyboard controlsSunny Goyal2014-08-201-41/+82
| | | | | | | | | | > Left and right keys don not navigate to next/prev page > Down arrow on apps apps last row, do not take the focus to the end > Nagivation sounds when focus changes issue: 16352221 Change-Id: I5982f22dc80c408673092f8fa8ca1b2fc6381635
* Updating the icon click feedbackSunny Goyal2014-08-191-14/+7
| | | | | | | | | > Using BubbleTextView everywhere, removed PagedIconView > There is a brightness feedback on touch and shadow feedback on click, until app launches issue: 16878374 Change-Id: I3dc1149a123c8a75feca6210948398bf2187f1f2
* Fix issues with the new widget layoutAdam Cohen2014-08-141-45/+0
| | | | | | | | | | | -> use first layout instead of first measure to determine size -> fix issue where we were doubly accounting for padding of AppsCustomizePagedView -> show page backgrounds by default, hide fake page by default -> stripping some dead code related to the market button and all apps cling Change-Id: I787bdf1092c821b780670098fb219a8a68914bc8
* Fix crash with keyboard focus in AllApps due to view refactoringAdam Cohen2014-07-241-15/+9
| | | | | | issue 16478600 Change-Id: I0300e7ffb332b689e3412e764ab7ce59c4fc5748
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-141-1/+1
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Initial changes to restore AllApps.Winson Chung2013-09-051-5/+5
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Updating focus helper to account for change in Folder layout hierarchy. (Bug ↵Winson Chung2013-07-251-1/+3
| | | | | | 9626867) Change-Id: I8d6cce9089913de987316c9790ecfb301ca1f218
* Lazily instantiate LauncherAppState.Daniel Sandler2013-06-271-3/+1
| | | | | | | | The application context for LauncherAppState is supplied by the application whenever it starts; don't ask for an instance before that. Change-Id: I1ca8ea04238a357a682f79250f08813ead7ae532
* Move LauncherApplication's state and code to LauncherAppState.Daniel Sandler2013-06-111-1/+1
| | | | | | | | This removes Launcher's static data and other state out of the Application object. Now LauncherApplication (extends Application) exists only to instantiate LauncherAppState. Change-Id: I4e323bd78b77536b92054105536a55c0c2c19ba8
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+898
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b