History log of /packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsRecyclerView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/AllAppsRecyclerView.java
1cddad6c6bff0b271e8ebde44013a5a09f273436 26-Jun-2015 Winson Chung <winsonc@google.com> Fixing issue with casting context to activity.
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsRecyclerView.java
b713ad4adb7d7dbc926ee2ab793ee6ef38cd2520 24-Jun-2015 Sunny Goyal <sunnygoyal@google.com> Removing some synthetic methods

Change-Id: I08310e21871c7d670eb384ef1e835d155540c3e8
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsRecyclerView.java
243fdd7cdf262b341b4f66177af27eec4f5cde45 23-Jun-2015 Winson Chung <winsonc@google.com> Working around overscroll issues in AllApps.

- For the time being, we are going to do custom drawing to ensure that we get the touch
events in the right order, while still allowing the recycler view to draw the overscroll
effect on top of the prediction bar.

Bug: 21335369
Change-Id: I6bf64e5c1e9aa634a953223a5decf74942e4fb57
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsRecyclerView.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/AllAppsRecyclerView.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/AllAppsRecyclerView.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/AllAppsRecyclerView.java
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/AllAppsRecyclerView.java
ac5f6af1488ec1cf0b73aa0848a675764c2f652b 29-May-2015 Hyunyoung Song <hyunyoungs@google.com> Move fast scrolling logic to BaseRecyclerView

- This change has no effect on actual functionality but to make it easier
for widget tray to inherit the goodness of the 1) fast scroller
functionality 2) unify the scroll look and feel with the all apps view

b/21375339

Change-Id: Ib859b1c3352c0b69f16549ded8f20eb82cf58ba8
/packages/apps/Launcher3/src/com/android/launcher3/allapps/AllAppsRecyclerView.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/AllAppsRecyclerView.java