History log of /packages/apps/Launcher3/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4ebc3d070ffa5ffda469aebcece20efda52d2028 05-Aug-2016 Hyunyoung Song <hyunyoungs@google.com> Change NavBar to transparent black
b/30615471

Change-Id: I7885e8a7fd63ee10c9b0107087046730e8acfde9
/packages/apps/Launcher3/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java
62d7023639e527e0f0986870289e174d80f20c1a 29-Jul-2016 Peter Schiller <peterschiller@google.com> Update fast scroll shadow to match other shadows

Change-Id: Ia19f64b8c3b5a09a11909f2792e3c0956a0dc1cd
/packages/apps/Launcher3/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java
310a9889937677091868ae7759c90d033ca08bb6 30-Jun-2016 Peter Schiller <peterschiller@google.com> Updating all apps to match spec

Change-Id: Ie351fdea2e3b05ca911e6533f0c5d00c17e0847c
/packages/apps/Launcher3/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java
f9507122ec1a17f54d154412ef3a4d254ae86c6d 29-Jun-2016 Peter Schiller <peterschiller@google.com> Setting unused shadow to null

Change-Id: I1122cd9b6b01c18b2393ad6eb2dbc50b0460f78b
/packages/apps/Launcher3/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java
1d62b8a7fc75bba57e9af721c12f4d6b3e080c98 29-Jun-2016 Peter Schiller <peterschiller@google.com> Adding shadow to fast scroll indicator

Bug: 29761848
Change-Id: I9db7e73fb6b8c703be21a6c3f9e2a50253a48ec7
/packages/apps/Launcher3/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java
abef55a1c1f1fda4f42e4b4223534dd21f3dc19f 19-Jun-2016 Andrew Sapperstein <asapperstein@google.com> Update Launcher to use theme colors.

Instead of using hard-coded variants of colors, use the theme color
that corresponds (colorAccent, colorPrimary, etc).

Updated:
- "Search for more apps" text
- App info drop target hover color
- PageIndicatorDots
- All apps & widget scroll bar & scroll popup colors
- All apps section text color
- widget picker background color

TODO:
- widget picker header color

BUG: 28625102
Change-Id: I74b543ff71b8caef8cd950c8183ac84c759cb4d5
/packages/apps/Launcher3/src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java
c088049113c261331b5685e64050d14a31cd72df 21-Aug-2015 Winson <winsonc@google.com> Highlighting sectioned apps on fast-scroll.

- This CL fixes an old assumption we had about the height
of rows in AllApps, and ensures that we account for the
difference in height between the predictive icons and the
normal icons.
- In addition, we refactor FastBitmapDrawable to have multiple
states, which it manages in drawing itself, including the
press state and fast scroll focus states. And we also refactor
some of the fast scroll logic in the all apps recycler view
out to its own class.

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