summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/views
Commit message (Collapse)AuthorAgeFilesLines
* Making the whole preference entry a single tap target when notification accessSunny Goyal2017-08-011-10/+5
| | | | | | | is not available Bug: 64232287 Change-Id: I93dadfb88ee5d008dee7582c5f37ea3d354330cd
* Adding a warning button when notification access is not availableSunny Goyal2017-07-101-0/+70
| | | | | Bug: 63418030 Change-Id: I4c2c497d989902ac002314a3b8fb97083757958b
* Only draw double shadows of BubbleTextView if both shadow color's alphaMario Bertschler2017-07-061-4/+24
| | | | | | | | value is non-zero. Bug: 63331170 Change-Id: Ia9f06c1d6fb217d264cece805826faf123e9d5f3 Signed-off-by: Mario Bertschler <bmario@google.com>
* Merge "Updating fast scrollbar UI in Landscape" into ub-launcher3-dorval-polishSunny Goyal2017-06-261-0/+356
|\
| * Updating fast scrollbar UI in LandscapeSunny Goyal2017-06-261-0/+356
| | | | | | | | | | | | | | | | | | | | | | Creating a separate view for FastScrollBar and moving all the relavant logic in the view. For protrait, the touch handling is delegated by the recycler view just like before. For landscape, the dcrollbar does not overlay with recyclerView and handles the touch itself Bug: 37015359 Change-Id: Ie1981326457ba739bdf0ac8063db1065f395f133
* | Fix Folder text animation bugs.Jon Miranda2017-06-261-5/+9
|/ | | | | | | | | | * The Folder text was not getting reset back to visible on close. * DoubleShadowBubbleTextView now draws the shadow using the alpha of the current text. Bug: 62967568 Bug: 35064148 Change-Id: Iea3e5275b6878fc362150e99a225ff700b946f44
* Separating double shadow logic for BubbleTextView in a separate subclassSunny Goyal2017-06-231-0/+97
This allows better customization and reuse of the double shadow logic and simplified various attribute management Change-Id: I5e277d8399756385452d8bb8c0a0107234a76d34