History log of /packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2fd020860533e18c64a93d14d11cb2d34bc9cbaf 07-Oct-2016 Tony <twickham@google.com> Use Launcher.getLauncher(Context) instead of type-casting.

Bug: 32010039
Change-Id: Icb80d3e547a706740b84df2cb80f99e4a7f81c43
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
860538df1d72b3840811b7a39940a224f3326066 20-Jul-2016 Sunny Goyal <sunnygoyal@google.com> Fixing missing user check when updating shortcuts for an app

Change-Id: I889c555d3402fd71098af29b78eb6d959a071080
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
c2a20ff0a87f58b2be66f067b0024db7ff5185d3 07-Jul-2016 Peter Schiller <peterschiller@google.com> Consolidate all the dividers to provide same look and feel

Bug: 30017936
Change-Id: I072cb116dba1df555a63f3f67b730f7f9c3a235a
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
cb1edd20e1072ff00992c09ca99ab412e1252761 11-Feb-2016 Sunny Goyal <sunnygoyal@google.com> Fixing crash during rotation
am: bb702584fa

* commit 'bb702584fa551fab8cffbb0ae5459d9efd16ce2a':
Fixing crash during rotation
bb702584fa551fab8cffbb0ae5459d9efd16ce2a 11-Feb-2016 Sunny Goyal <sunnygoyal@google.com> Fixing crash during rotation

> Different views with same IDs were saving state
> Fixing scroll getting reset on rotation

Change-Id: Iae42419b83ee5ffa1bb43959f0931c8dfb761f32
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
7b7d6d09eec6b9f65273f597b2d93fc53a9069ff 20-Aug-2015 Winson Chung <winsonc@google.com> am a67cce2c: Merge "Tweaking fast scroller to follow touch closer." into ub-launcher3-burnaby

* commit 'a67cce2cb3b7d6fcf53ce1390238130194c393e5':
Tweaking fast scroller to follow touch closer.
d2eb49e4c3bb37d35e72c36d8a308262b690075f 19-Aug-2015 Winson <winsonc@google.com> Tweaking fast scroller to follow touch closer.

- Issue: The fast scroller currently does not follow the touch input
because fundamentally, the fixed scrollbar height and the mapping
of the scroll space to the scrollbar space is fundamentally incompatible.
- This CL changes the fast scroller to allow it to detach when the user
fast-scrolls, then re-attaches after the user scrolls the screen and
the current scroll position for the scrollbar picks up the thumb position.
- Since the scroll position and the fast scroller thumb is now detached,
we can change the distribution of the fast scroll letters to make it
independent of the rows for each section and instead uniformly distribute
it along the scrollbar, which allows for more stability.
- There are edge cases where this fails, especially when there are few
apps, which we can investigate further.

Bug: 20035978

Change-Id: I8322f862107e6f330deff692885233706564bffd
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
42e28092b336bf89bee94c61e2cd327e1d8ec882 17-Aug-2015 Sunny Goyal <sunnygoyal@google.com> Removing some eclipse warnings

Change-Id: I160feaee81b262be02446885fae643c0be71b7af
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
0396828d05a9f25791a4b9324ee5a23b7481b2e2 11-Aug-2015 Winson Chung <winsonc@google.com> am a1ee659e: Merge "Adding market search." into ub-launcher3-burnaby

* commit 'a1ee659e748b02ed74d8cafd3796a5c8ce5f1c44':
Adding market search.
bedf9232eb67a420f0372d3ca135ca13194e603b 10-Jul-2015 Winson Chung <winsonc@google.com> Adding market search.

Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
6c56c68555dcb3d99b05d5faecd582a1f683cc92 16-Jul-2015 Sunny Goyal <sunnygoyal@google.com> Changing the dogfood check to a static boolean to better handle proguard optimizations

Change-Id: I892b88ce1a007fafc23a73ad4193c5c4aa411d1b
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
1ae7a5018b48dba562bc18821f0f1e778192ee85 07-Jul-2015 Winson Chung <winsonc@google.com> Moving prediction icons back into recycler view.

- Fixes two accessibility issues with the prediction bar being
separate from the rest of the list of icons related to scrolling
and switch access.

Bug: 21725276
Change-Id: Ibc48e5028cace9a77000e6646b951f021910465d
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
b1777447d9b9700b48f8060f8b318f2363c43e8d 16-Jun-2015 Winson Chung <winsonc@google.com> Refactoring fast scroller.

- Fixing issue with fast scroller not fitting name width.
- Refactoring fast scrolling/scroll bar code out of base recycler view
- Adding animations to fast scroller to match design
- Smooth scrolling when jumping between app rows
- Fixing issue with fast scroller jumping when you first pick it up
- Fixing issue with wrong background paddings being used

Bug: 21874346
Bug: 22031923
Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
6b1c73f50a99a215c923aa0caca8e63c593a4eb2 18-Jun-2015 Winson Chung <winsonc@google.com> Moving predicted apps callbacks to use ComponentKey.

Bug: 21270185

Change-Id: If2d9dd77235e7a96de96a1a5441a589ef8a72a7f
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
5183285847816cee9d0db6a8a7ab1a5929163e4e 16-Jun-2015 Sunny Goyal <sunnygoyal@google.com> Using component key for app search results

Change-Id: Idc610cde340331892a5fabfa8bf952d136675f81
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
fbc5b18626ae2e158e39c59606455124cfa8127d 12-Jun-2015 Winson Chung <winsonc@google.com> Refactored section names to only draw when there is space.

- This CL removes all space for section names in both phones
and tablets. And when there are no section names, the layout
will automatically fully merge the sections.

Bug: 20222023
Change-Id: Ic7c751d86f095e5cbd690bfd4f94bb5b00ff8ae4
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
ef7f874a889b609bd34e692b9c9a1f8cefd1ea95 05-Jun-2015 Winson Chung <winsonc@google.com> Refactoring all apps search to support external search bar.

- Adding support for an external search bar that can be used
to search a container view. This adds a new interface
AllAppsSearchController which manages the external search
bar. Each controller will have its own search implementation
which means that we no longer need a common AppSearchManager
interface.
- Removing elevation controller as we no longer have a builtin
search bar in all apps
- Refactoring container view insets so that they behave
the same in all containers.
- Refactoring apps view to ensure that we only update the number
of columns with the available width
- Cleaning up LauncherCallbacks interface

Bug: 20127840
Bug: 21494973

Change-Id: I710b8e18196961d77d8a29f0c345531d480936fe
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
ca51aaad671f1999dff135b1253fecf0869a3763 03-Jun-2015 Winson Chung <winsonc@google.com> Merge "Adding context for app launches." into ub-launcher3-burnaby
8f1eff7b6cc8621888ee46605c32e601f80a890b 29-May-2015 Winson Chung <winsonc@google.com> Adding context for app launches.

Bug: 21492784
Change-Id: I1b28ac8f44498e1d9770e770b074f19c721c3f10
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
59caa60222e55212c13110ca0890023b47356fa5 02-Jun-2015 Winson Chung <winsonc@google.com> Remove use of API level 19 classes.

Bug: 21583308
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
316490e636aad788fcfbfc2e04dd4f0e145bdd00 02-Jun-2015 Sunny Goyal <sunnygoyal@google.com> Removing some synthetic method creation

> Make package-private and @Thunk all private methods and constructors accessed from inner classes.

Change-Id: Ie5913860a0c33e48e9bf68f9b5b1699f64c2f174
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
5683f871722254e4e357cf3fb77cd28156278e51 29-May-2015 Sunny Goyal <sunnygoyal@google.com> Adding an asynchronous search interface for apps search

Change-Id: Ib09df0a3d587dc60ed888ddbd0edf058e4a1cc3e
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
dd5814c471c316091f59febcffedb8d58d693492 02-Jun-2015 Winson Chung <winsonc@google.com> Fixing crash on tablets from merging scheme changes.
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
51b1c83946b390eb0861a899e26f77319c3f45ad 01-Jun-2015 Winson Chung <winsonc@google.com> Avoid merging app sections across scripts.

Bug: 20222023
Change-Id: I171d75a33694fc2cb347a32cff209f64fe3bf7c3
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
1612d110b6e7759d592e0294bd969c581b0108e8 01-Jun-2015 Winson Chung <winsonc@google.com> Revert "Avoid merging sections across scripts."

This reverts commit 595395d84f0507a1c5c163ad4722fa4345376079.

Change-Id: I44913141f6cb3af29b4509d6b7c317247d1f24c9
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
595395d84f0507a1c5c163ad4722fa4345376079 01-Jun-2015 Winson Chung <winsonc@google.com> Avoid merging sections across scripts.

Bug: 20222023
Change-Id: I6f6577112845fec14ae2e9c6e88ff3569bd2f1af
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java
5f4e0fdd2e4edeb9211e2dcd1c99497f175731f8 22-May-2015 Winson Chung <winsonc@google.com> Moving all apps code into sub package.

- Renaming resources, dimens, etc to be more consistent
- Removing old AppsCustomize resources and other unused code

Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AlphabeticalAppsList.java