- 27 Aug, 2015 1 commit
-
-
Sunny Goyal authored
similar to startBinding Bug: 23310446 Bug: 19422965 Bug: 23304651 Change-Id: I4821b4c0c7796c33ad9691b6735235a220fa635a
-
- 25 Aug, 2015 1 commit
-
-
Sunny Goyal authored
Merge "Fixing work folder addition logic > Showing animation when folder is added > Not showing animation while cling is visible > Checking is loader completed from UI thread > Running bind complete runnables when bind is completed" into ub-launcher3-burnaby
-
- 24 Aug, 2015 5 commits
-
-
Winson Chung authored
-
Winson authored
Bug: 20035978 Change-Id: Ia267ff8f171f7c4cde00593bd69cf69c1660c431
-
Winson Chung authored
Merge "Making the detached scrollbar catch up faster to the actual scroll position." into ub-launcher3-burnaby
-
Winson authored
Bug: 20035978 Change-Id: I4f9780e1c5c1d10a7956ece729163544d79d72c3
-
Sunny Goyal authored
-
- 21 Aug, 2015 4 commits
-
-
Sunny Goyal authored
> This allows us to use all the goodness of material theme > Cursor in folder edit text is no longer 1px wide Change-Id: I705f5472ff71969ae45747dd127a8ba5253df44d
-
Sunny Goyal authored
-
Sunny Goyal authored
Change-Id: Icf8e22f6ceb57dcd4e101b8b1d3ae86c52d12b30
-
Sunny Goyal authored
Bug: 22539048 Change-Id: I17647f2456434ca66a9778300e1a2910cec171d4
-
- 20 Aug, 2015 5 commits
-
-
Winson authored
- If you queue up two SearchBarDropTarget state transitions one right after another, the second animation will skip (since the values haven't started animating yet) and the first animation will complete instead, leaving the visibility of the search and drop target bars at odds with the current bar state. - Instead, we should cancel all existing animators first, such that if we are already in the final state, no animations will run, and the correct bars will be visibile. Bug: 23201830 Change-Id: I1f8e802821ef2b4904a3efa7edbea6ae615479b9
-
Winson authored
Bug: 20035978 Change-Id: I56a865262cd07e6af11b4374a7e6354710116dcd
-
Winson Chung authored
-
Winson authored
- 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
-
Sunny Goyal authored
> Showing animation when folder is added > Not showing animation while cling is visible > Checking is loader completed from UI thread > Running bind complete runnables when bind is completed Bug: 21772992 Bug: 23181585 Change-Id: I50742850da8294a877478ce02b107a026f68b563
-
- 19 Aug, 2015 4 commits
-
-
Sunny Goyal authored
Merge "Fixing empty screen created at the end, even when dragging the last item on the last screen." into ub-launcher3-burnaby
-
Winson Chung authored
Merge "Deferring the move to the default screen until after we callback to the callbacks." into ub-launcher3-burnaby
-
Winson authored
- Since move to default screen starts the scroller immediately, any delays in handling onNewIntent and onHomeIntent in the callbacks will cause the scroller to skip frames the next time it updates. This change will defer updating the page to the default screen until after onNewIntent is called back (and all its posted runnables). Bug: 22929080 Change-Id: Ibab6106938721702d4da23faaca99039861e10dc
-
Sunny Goyal authored
Change-Id: If0d4faf0ca15e71facb6ed2fd81ed6a589527836
-
- 17 Aug, 2015 5 commits
-
-
Sunny Goyal authored
> Renaming Lmp to Lollipop > Lollipop_MR1 instead of directly using 22 > Using M APIs directly instead of reflection Change-Id: I10a307f46e3be15b3299f549a2fd7e0e215a6a1b
-
Sunny Goyal authored
Change-Id: I0d70befa25baf4864303833111652dbf1d19daa5
-
Sunny Goyal authored
-
Sunny Goyal authored
Bug: 23183034 Change-Id: I2b3f6f765a51edf75e666186650bbd3cf7b66a7a
-
Geoff Mendal authored
Change-Id: Iedffa6e0a67907f0d86dfaf9b9863c4580cc3cf5 Auto-generated-cl: translation import
-
- 14 Aug, 2015 2 commits
-
-
Sunny Goyal authored
Merge "Disabling auto restore of widgets. > Always show "Setup" button for a widget which has a config activity." into ub-launcher3-burnaby
-
Sunny Goyal authored
> Always show "Setup" button for a widget which has a config activity. Bug: 23155863 Change-Id: I60683889e76be830a76ac1245e079574aaf0ad10
-
- 13 Aug, 2015 4 commits
-
-
Sunny Goyal authored
Merge "Reloading launcher whenever there is an external update to contentprovider, irrespective of the uri" into ub-launcher3-burnaby
-
Winson authored
-
Sunny Goyal authored
Change-Id: If1a06da57171be30adb74f09ac256a8b03ab8549
-
Sunny Goyal authored
-
- 12 Aug, 2015 6 commits
-
-
Sunny Goyal authored
-
Sunny Goyal authored
Bug: 22293299 Change-Id: I64d5268cc263bbb6595a0b28bdd5ec73d540da41
-
Vadim Tryshev authored
-
Geoff Mendal authored
Change-Id: I6b0d7c6db67ef4de9a6ee0b7752cccf070223df4 Auto-generated-cl: translation import
-
Sunny Goyal authored
Bug: 20698931 Change-Id: I50bafac1fc0a855edb1ace633a8a6f87a5c3040e
-
Vadim Tryshev authored
This fixes perhaps an old bug. If we started an accessible drag for an only item on a page, then uninstalled the app while dragging, the page was removed without unsetting its accessibility delegate. Later, the system asks the delegate to do something, but the drag is over, and some pointers are null, so everything crashes. Fixing this. Bug: 22028725 Change-Id: I85adcd42ae896603634994e20a7790792f7e84b1 (cherry picked from commit de1e67c3)
-
- 11 Aug, 2015 3 commits
-
-
Winson Chung authored
-
Winson authored
- Also show the search action when searching all apps Change-Id: I3470b0da565e6d1bce637ce09384d966215a4ca7
-
Sunny Goyal authored
Merge "Preventing zoom-in animation from running everytime the app updates." into ub-launcher3-burnaby
-