History log of /packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1aaf6f20a76c374eda8c1e55539efe30cbbff143 21-Oct-2014 Sunny Goyal <sunnygoyal@google.com> Removing AccessibleTabView and some other dead code.

Change-Id: Ia122a6277f924e6077dbf15a4dc40b5042aa987d
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
b3726d90a567e992e4d0f43e7c7acdd8739ae805 21-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Changing hotseat keyboard controls

> 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
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
508da15509224b46fcccabbe78f3e92fe69a67d8 14-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Updating the icon click feedback

> 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
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
a00673c7d9f3fcfc81a6e1c6aa7b831951331e84 14-Aug-2014 Adam Cohen <adamcohen@google.com> Fix issues with the new widget layout

-> 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
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
c956cbaee26c173ff3f9ec6625822b92dd07766f 24-Jul-2014 Adam Cohen <adamcohen@google.com> Fix crash with keyboard focus in AllApps due to view refactoring

issue 16478600

Change-Id: I0300e7ffb332b689e3412e764ab7ce59c4fc5748
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
24ce0b3708b44e738d6ee52477aa4dd917b547e7 15-Jan-2014 Adam Cohen <adamcohen@google.com> Fixing drop targets in phone / small tablet landscape (issue 12192781)

Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
c58497ee619416c4949b16eb43486c11618b69e5 04-Sep-2013 Winson Chung <winsonc@google.com> Initial changes to restore AllApps.

- Removes unused all apps code due to dynamic grid/spacing
- Attempts to use CellLayout instead of PagedViewCellLayout

Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
a1f133de788823603a2c62aba5dc5d84c5a39cc6 25-Jul-2013 Winson Chung <winsonc@google.com> Updating focus helper to account for change in Folder layout hierarchy. (Bug 9626867)

Change-Id: I8d6cce9089913de987316c9790ecfb301ca1f218
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
e4f9891f01bdc10d8f96e4e2429e2f4d0558238b 25-Jun-2013 Daniel Sandler <dsandler@android.com> Lazily instantiate LauncherAppState.

The application context for LauncherAppState is supplied by
the application whenever it starts; don't ask for an
instance before that.

Change-Id: I1ca8ea04238a357a682f79250f08813ead7ae532
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
cc8befac3550c81d04ea206c170adae36c9a6c93 11-Jun-2013 Daniel Sandler <dsandler@android.com> Move LauncherApplication's state and code to LauncherAppState.

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
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java
325dc23624160689e59fbac708cf6f222b20d025 06-Jun-2013 Daniel Sandler <dsandler@android.com> Launcher2 is now Launcher3.

Changes include
- moving from com.android.launcher{,2} to
com.android.launcher3
- removing wallpapers
- new temporary icon

Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
/packages/apps/Launcher3/src/com/android/launcher3/FocusHelper.java