- 03 Sep, 2015 1 commit
-
-
Ivan Lee authored
BUG=23556755 Change-Id: Ia268a58389b90fd0503e474f02f33a312c051c0e
-
- 01 Sep, 2015 1 commit
-
-
Sunny Goyal authored
-
- 31 Aug, 2015 5 commits
-
-
Winson Chung authored
-
Winson authored
- The regression was introduced in scroll bar changes ag/751628, but unlike AllApps, the WidgetsRecyclerView can have an unbound model. Bug: 23689784 Change-Id: Ibd3d5bcbafab0ada9a372fa00acaa45809ce720d
-
Winson Chung authored
-
Winson authored
Change-Id: I92617c88f17a5827454e147f93d822975587d5b4
-
Sunny Goyal authored
Change-Id: I640c63e2981337eb8c8ed191b40c0649a986361e
-
- 28 Aug, 2015 6 commits
-
-
Winson Chung authored
-
Sunny Goyal authored
Merge "Using GET_UNINSTALLED_PACKAGES flag when getting packageInfo for a managed profile app" into ub-launcher3-burnaby
-
Winson Chung authored
-
Winson authored
Change-Id: I249e13f511736ad9e874800a1b9ee1f8602434f4
-
Winson authored
Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
-
Sunny Goyal authored
Bug: 23515512 Change-Id: I60678eccd4b60225ff30960f7197d633f72c7659
-
- 27 Aug, 2015 8 commits
-
-
Sunny Goyal authored
Using QSB widget id from xml This reverts commit 99568591. Change-Id: I33c48cf074f2dc1cf509c2d9f1f19b40b91f6a22
-
Sunny Goyal authored
-
Sunny Goyal authored
Change-Id: I4ad6bc8c0d94e60a4d354dfc29f456ca561fc500
-
Winson Chung authored
Merge "Fixing an issue where you would inadvertently start fastscrolling." into ub-launcher3-burnaby
-
Winson Chung authored
Merge "Fixing issue with missing scroll bar after fast-scrolling and searching." into ub-launcher3-burnaby
-
Winson authored
- This was due to us not re-attaching the thumb to the scrollbar after we scroll the view to the top explicitly without the user scrolling. Bug: 23562489 Change-Id: I5932b9b3b9358e23c0ec23aa235644b4f27c43ea
-
Winson authored
- This would happen when you scroll near the thumb and pass through the area where the scrollbar was when the gesture started, and this CL prevents gestures that move beyond a fixed distance from the original touch position that is not already a fastscroll. Bug: 23561678 Change-Id: I66226777671456a8919503dae4e92164ee10dd6d
-
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
-