summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Using GET_UNINSTALLED_PACKAGES flag when getting packageInfo for a ↵Sunny Goyal2015-08-281-2/+4
|\ \ | | | | | | | | | managed profile app" into ub-launcher3-burnaby
| * | Using GET_UNINSTALLED_PACKAGES flag when getting packageInfo for a managed ↵Sunny Goyal2015-08-281-2/+4
| | | | | | | | | | | | | | | | | | | | | profile app Bug: 23515512 Change-Id: I60678eccd4b60225ff30960f7197d633f72c7659
* | | Merge "Adding graphic for all apps empty search screen." into ↵Winson Chung2015-08-284-4/+274
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Adding graphic for all apps empty search screen.Winson2015-08-284-4/+274
| |/ | | | | | | Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
* | Revert "Adding viewId for the QSB"Sunny Goyal2015-08-271-7/+2
| | | | | | | | | | | | | | | | Using QSB widget id from xml This reverts commit 995685913955f33b05fdc0b473df901f2b0652c0. Change-Id: I33c48cf074f2dc1cf509c2d9f1f19b40b91f6a22
* | Merge "Adding viewId for the QSB" into ub-launcher3-burnabySunny Goyal2015-08-271-1/+7
|\ \
| * | Adding viewId for the QSBSunny Goyal2015-08-271-1/+7
| | | | | | | | | | | | Change-Id: I4ad6bc8c0d94e60a4d354dfc29f456ca561fc500
* | | Merge "Fixing an issue where you would inadvertently start fastscrolling." ↵Winson Chung2015-08-271-4/+8
|\ \ \ | | | | | | | | | | | | into ub-launcher3-burnaby
| * | | Fixing an issue where you would inadvertently start fastscrolling.Winson2015-08-271-4/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge "Fixing issue with missing scroll bar after fast-scrolling and ↵Winson Chung2015-08-271-0/+4
|\ \ \ | |_|/ |/| | | | | searching." into ub-launcher3-burnaby
| * | Fixing issue with missing scroll bar after fast-scrolling and searching.Winson2015-08-271-0/+4
| |/ | | | | | | | | | | | | | | - 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
* | Pending bind callbacks should be cleared before starting the loader,Sunny Goyal2015-08-271-0/+6
| | | | | | | | | | | | | | | | | | similar to startBinding Bug: 23310446 Bug: 19422965 Bug: 23304651 Change-Id: I4821b4c0c7796c33ad9691b6735235a220fa635a
* | Merge "Fixing work folder addition logic > Showing animation when folder ↵Sunny Goyal2015-08-253-59/+64
|\ \ | |/ |/| | | 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
| * Fixing work folder addition logicSunny Goyal2015-08-203-59/+64
| | | | | | | | | | | | | | | | | | | | | | > 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
* | Merge "Fixing widgets container inactive scroll bar color." into ↵Winson Chung2015-08-241-4/+0
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Fixing widgets container inactive scroll bar color.Winson2015-08-241-4/+0
| | | | | | | | | | | | | | | Bug: 20035978 Change-Id: Ia267ff8f171f7c4cde00593bd69cf69c1660c431
* | | Merge "Making the detached scrollbar catch up faster to the actual scroll ↵Winson Chung2015-08-241-2/+12
|\| | | | | | | | | | | position." into ub-launcher3-burnaby
| * | Making the detached scrollbar catch up faster to the actual scroll position.Winson2015-08-241-2/+12
| | | | | | | | | | | | | | | Bug: 20035978 Change-Id: I4f9780e1c5c1d10a7956ece729163544d79d72c3
* | | Merge "Removing call to isButtonPressed as its only Lollipop and above" into ↵Sunny Goyal2015-08-241-5/+3
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Removing call to isButtonPressed as its only Lollipop and aboveSunny Goyal2015-08-171-5/+3
| | | | | | | | | | | | Change-Id: I0d70befa25baf4864303833111652dbf1d19daa5
* | | Using the usermanager api to get creation timeSunny Goyal2015-08-211-1/+4
| | | | | | | | | | | | | | | Bug: 22539048 Change-Id: I17647f2456434ca66a9778300e1a2910cec171d4
* | | Fixing issue with search bar not being visible.Winson2015-08-201-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Updating the scrollbar to make the fastscroller more visible.Winson2015-08-201-31/+64
| | | | | | | | | | | | | | | Bug: 20035978 Change-Id: I56a865262cd07e6af11b4374a7e6354710116dcd
* | | Merge "Tweaking fast scroller to follow touch closer." into ub-launcher3-burnabyWinson Chung2015-08-206-60/+160
|\ \ \ | |_|/ |/| |
| * | Tweaking fast scroller to follow touch closer.Winson2015-08-206-60/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge "Fixing empty screen created at the end, even when dragging the last ↵Sunny Goyal2015-08-191-4/+4
|\ \ \ | | | | | | | | | | | | item on the last screen." into ub-launcher3-burnaby
| * | | Fixing empty screen created at the end, even when dragging the last item on ↵Sunny Goyal2015-08-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | the last screen. Change-Id: If0d4faf0ca15e71facb6ed2fd81ed6a589527836
* | | | Merge "Deferring the move to the default screen until after we callback to ↵Winson Chung2015-08-191-17/+27
|\ \ \ \ | |/ / / |/| | | | | | | the callbacks." into ub-launcher3-burnaby
| * | | Deferring the move to the default screen until after we callback to the ↵Winson2015-08-191-17/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | callbacks. - 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
* | | | Version code cleanupSunny Goyal2015-08-1727-106/+83
| |_|/ |/| | | | | | | | | | | | | | | | | | | | > Renaming Lmp to Lollipop > Lollipop_MR1 instead of directly using 22 > Using M APIs directly instead of reflection Change-Id: I10a307f46e3be15b3299f549a2fd7e0e215a6a1b
* | | Updating the UI for the pending widget viewSunny Goyal2015-08-171-79/+121
| | | | | | | | | | | | | | | Bug: 23183034 Change-Id: I2b3f6f765a51edf75e666186650bbd3cf7b66a7a
* | | Merge "Disabling auto restore of widgets. > Always show "Setup" button for ↵Sunny Goyal2015-08-143-34/+52
|\ \ \ | | | | | | | | | | | | a widget which has a config activity." into ub-launcher3-burnaby
| * | | Disabling auto restore of widgets.Sunny Goyal2015-08-143-34/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | > Always show "Setup" button for a widget which has a config activity. Bug: 23155863 Change-Id: I60683889e76be830a76ac1245e079574aaf0ad10
* | | | Merge "Reloading launcher whenever there is an external update to ↵Sunny Goyal2015-08-131-13/+16
|\ \ \ \ | |_|_|/ |/| | | | | | | contentprovider, irrespective of the uri" into ub-launcher3-burnaby
| * | | Reloading launcher whenever there is an external update to contentprovider, ↵Sunny Goyal2015-08-131-13/+16
| |/ / | | | | | | | | | | | | | | | irrespective of the uri Change-Id: If1a06da57171be30adb74f09ac256a8b03ab8549
* | / Refactoring to ExtendedEditText.Winson2015-08-134-53/+28
| |/ |/|
* | Merge "Refreshing widget list when a package containing a widget changes" ↵Sunny Goyal2015-08-133-14/+39
|\ \ | |/ |/| | | into ub-launcher3-burnaby
| * Refreshing widget list when a package containing a widget changesSunny Goyal2015-08-113-14/+39
| | | | | | | | | | Bug: 20698931 Change-Id: I50bafac1fc0a855edb1ace633a8a6f87a5c3040e
* | Fixing crash upon cancellation of an accessible drag.Vadim Tryshev2015-08-121-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 de1e67c38856ab1253426bfb4f892895eeb5f6d9)
* | Merge "Ensuring that AllAppsGridAdapter is public." into ub-launcher3-burnabyWinson Chung2015-08-112-2/+2
|\ \
| * | Ensuring that AllAppsGridAdapter is public.Winson2015-08-112-2/+2
| | | | | | | | | | | | | | | | | | - Also show the search action when searching all apps Change-Id: I3470b0da565e6d1bce637ce09384d966215a4ca7
* | | Merge "Preventing zoom-in animation from running everytime the app updates." ↵Sunny Goyal2015-08-112-2/+7
|\ \ \ | | | | | | | | | | | | into ub-launcher3-burnaby
| * | | Preventing zoom-in animation from running everytime the app updates.Sunny Goyal2015-08-112-2/+7
| | |/ | |/| | | | | | | | | | Bug: 22557455 Change-Id: I3ac1212a2f319397cd18be8f4452047d974312b8
* / | Disabling home screen migration logicSunny Goyal2015-08-114-4/+7
|/ / | | | | | | Change-Id: I506948852945bfb8ebd7a95fc951880ffe9a3e17
* | Merge "Adding market search." into ub-launcher3-burnabyWinson Chung2015-08-108-71/+190
|\ \ | |/ |/|
| * Adding market search.Winson Chung2015-08-068-71/+190
| | | | | | | | Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
* | Merge "Fixing issue with miscalculation in updating container bounds." into ↵Winson Chung2015-08-061-7/+15
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Fixing issue with miscalculation in updating container bounds.Winson2015-08-061-7/+15
| |/ | | | | | | | | | | | | | | | | | | | | | | - There was an issue with the previous logic where the test of whether the search bounds changed would always be false if valid search bounds were given. This in conjunction with the fact that the padding was changed to only take the bounds left/right into account, meant that the container bounds would not be updated if the search bar bounds shifted via the insets. Bug: 22918919 Change-Id: Ia810ddc7a56eae4afc0c7cd558fa6dc9e8e7a95b
* | Always log if Package is missing while loading default workspaceAdam Cohen2015-08-061-2/+2
| | | | | | | | Change-Id: I7f2e5a9aabdf1fc192ad7912aaefa3f41c059ff1
* | Merge "Fixing invisible search bar" into ub-launcher3-burnabyWinson Chung2015-08-051-0/+5
|\ \