summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Removing junit.framework.AssertSunny Goyal2015-06-261-4/+3
| | | | | Bug: 22124692 Change-Id: Ie9c920ec6ef9631392a70b9ab2a5659ba23385b3
* Merge "Announce content desc of workspace immediately after unlocking the ↵Hyunyoung Song2015-06-261-0/+2
|\ | | | | | | lock screen. b/22051420" into ub-launcher3-burnaby
| * Announce content desc of workspace immediately after unlocking the lock screen.Hyunyoung Song2015-06-251-0/+2
| | | | | | | | | | | | b/22051420 Change-Id: I41ab93782383c04e0074d87632ebe8d884a8e208
* | Merge "Fixing backup restore" into ub-launcher3-burnabySunny Goyal2015-06-268-98/+178
|\ \
| * | Fixing backup restoreSunny Goyal2015-06-258-98/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Not deleting icons from cache, which have not been restored yet > Not checking if activity exists during DB migration. Missing components are removed during loader anyway > Backing up and restoring bitmaps even when iconType is resource. This allows us to show a proper bitmap icon, until the correct resource is available. > Loading proper shortcutResource icon for promiseIcons > Checking against promise intent when verifying duplicates > A launcher App intent can contain EXTRA_PROFILE Bug: 22094970 Change-Id: I982971338846733833ec133119393af0bea0eb08
* | | Moving LauncherExtension to a separate packageSunny Goyal2015-06-251-2/+8
|/ / | | | | | | Change-Id: I6eef1cbb17295e59eae04f90fa44037be5f7da4b
* | Fixing issue with casting context to activity.Winson Chung2015-06-262-9/+2
| |
* | Merge "Exposing drag methods with user info." into ub-launcher3-burnabyWinson Chung2015-06-251-9/+30
|\ \
| * | Exposing drag methods with user info.Winson Chung2015-06-251-9/+30
| | | | | | | | | | | | Change-Id: I974b67d23d3d29795c1c1d24e1ecf212b52e3912
* | | Ensuring that we always update the predicted apps set.Winson Chung2015-06-251-1/+1
| | | | | | | | | | | | Change-Id: Ieecf019442dcf4af42463ed6cbc4cdcd19468dec
* | | Merge "Fixing crash when using app name comparator with empty titles." into ↵Winson Chung2015-06-251-2/+4
|\| | | | | | | | | | | ub-launcher3-burnaby
| * | Fixing crash when using app name comparator with empty titles.Winson Chung2015-06-251-2/+4
| | | | | | | | | | | | | | | Bug: 22065752 Change-Id: I4160f5e1728e46ce85fd2579889e7952de01a752
* | | Merge "Prevent extra animation when scrolling the recycler view." into ↵Winson Chung2015-06-251-3/+5
|\| | | |/ |/| | | ub-launcher3-burnaby
| * Prevent extra animation when scrolling the recycler view.Winson Chung2015-06-241-3/+5
| | | | | | | | Change-Id: I362b557ae63a2cbef77ebf7fac9a7a27adeabb49
* | Removing some synthetic methodsSunny Goyal2015-06-242-11/+15
| | | | | | | | Change-Id: I08310e21871c7d670eb384ef1e835d155540c3e8
* | Merge "Code cleanup, WorkspaceStateTransitionAnimation" into ↵Hyunyoung Song2015-06-231-21/+15
|\ \ | |/ |/| | | ub-launcher3-burnaby
| * Code cleanup, WorkspaceStateTransitionAnimationHyunyoung Song2015-06-231-21/+15
| | | | | | | | Change-Id: I6b82f705f8dfddc507ddd66d5fd8a499cd6f58fd
* | Working around overscroll issues in AllApps.Winson Chung2015-06-233-2/+70
| | | | | | | | | | | | | | | | | | - For the time being, we are going to do custom drawing to ensure that we get the touch events in the right order, while still allowing the recycler view to draw the overscroll effect on top of the prediction bar. Bug: 21335369 Change-Id: I6bf64e5c1e9aa634a953223a5decf74942e4fb57
* | Refactoring fast scroller.Winson Chung2015-06-2314-393/+847
|/ | | | | | | | | | | | | - 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
* Merge "Making the provider column names public" into ub-launcher3-burnabySunny Goyal2015-06-231-21/+26
|\
| * Making the provider column names publicSunny Goyal2015-06-221-21/+26
| | | | | | | | Change-Id: Idc85e34aceaaed5a1abb693a8a04d06f9c70b4b4
* | Fixing paged view overscroll effect being drawn outside the screenSunny Goyal2015-06-221-2/+1
|/ | | | | | bounds when in transposed layout. Change-Id: I93be6a003b7d28708697990cfae8c7be96f84676
* Merge "Using material style overscroll effect for workspace and folders" ↵Sunny Goyal2015-06-226-202/+485
|\ | | | | | | into ub-launcher3-burnaby
| * Using material style overscroll effect for workspace and foldersSunny Goyal2015-06-196-202/+485
| | | | | | | | | | Bug: 21335369 Change-Id: I53cc6edfa87334b9326f1dedd90c3e2222beade5
* | Add workspace scrim animation to the state transition to reduce jankiness.Hyunyoung Song2015-06-191-17/+9
|/ | | | | | | | | b/20956087 Note: Will work on creating a separate view for the scrim animation rather than the drag layer on a separate CL. Change-Id: Idaced5c6867abe3ed9afa984c885023676b3a141
* Merge "Cancelling launcher reload on mcc change" into ub-launcher3-burnabySunny Goyal2015-06-183-26/+4
|\
| * Cancelling launcher reload on mcc changeSunny Goyal2015-06-183-26/+4
| | | | | | | | | | Bug: 21022833 Change-Id: Iccd477e7b1638d162e1a500cdb7a52b8d359c657
* | Merge "Revert resource name to what platform ui automator test defines. ↵Hyunyoung Song2015-06-181-1/+1
|\ \ | | | | | | | | | b/21923650" into ub-launcher3-burnaby
| * | Revert resource name to what platform ui automator test defines.Hyunyoung Song2015-06-181-1/+1
| | | | | | | | | | | | | | | | | | b/21923650 Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7
* | | Merge "Moving predicted apps callbacks to use ComponentKey." into ↵Winson Chung2015-06-186-20/+57
|\ \ \ | |_|/ |/| | | | | ub-launcher3-burnaby
| * | Moving predicted apps callbacks to use ComponentKey.Winson Chung2015-06-186-20/+57
| | | | | | | | | | | | | | | | | | Bug: 21270185 Change-Id: If2d9dd77235e7a96de96a1a5441a589ef8a72a7f
* | | Converting folder name to string before applying it to folder infoSunny Goyal2015-06-181-3/+2
| | | | | | | | | | | | | | | | | | > getText() returns Spannable which can contain text styling Change-Id: Iacdf9da47b54b5cd290a355152383d75bf3e6836
* | | Merge "Remove DEBUG flag inside WidgetsListAdapter" into ub-launcher3-burnabyHyunyoung Song2015-06-181-1/+1
|\ \ \
| * | | Remove DEBUG flag inside WidgetsListAdapterHyunyoung Song2015-06-171-1/+1
| | |/ | |/| | | | | | | Change-Id: I7e5b3162f2b3768caff7ff79fd75567a793a1f45
* | | Merge "Widgets model should respect AppFilter." into ub-launcher3-burnabyHyunyoung Song2015-06-182-13/+33
|\ \ \
| * | | Widgets model should respect AppFilter.Hyunyoung Song2015-06-172-13/+33
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | > This pattern is already used in AllAppsList > mBgWidgetsModel variable cleanup inside LauncherModel. b/21739736 Change-Id: I03a05064ce3c3e5effb09055af9f4d4de2811c95
* | | Merge "Deleting empty folders based on DB state" into ub-launcher3-burnabySunny Goyal2015-06-186-59/+67
|\ \ \
| * | | Deleting empty folders based on DB stateSunny Goyal2015-06-126-59/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Previously folders were getting deleted based on in-memory loader state. If for some reason, an item failed to load, we would delete the folder from DB as well. Bug: 21354058 Change-Id: I5318ee8a99afa9cafd93ed2b9ef0e155f502a41b
* | | | Add null-check for workspace/hotseat.Jun Mukai2015-06-171-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I assumed that they are non-null, but reportedly it was wrong. This method can be invoked before the views are fully initialized. Also hotseat can be null as far as I see setupViews(), therefore null-check and 'importance stored' flag check should be done separately. Bug: 21779078 Change-Id: I3f17226f887c38adf2b1fb7ee2a016e00ffc0eb4
* | | | Revert "Removing onInitialize method and creating searchManager in getView"Sunny Goyal2015-06-172-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6530017bb88179aeb1e3f131738da8f0d7592f36. Change-Id: I8ecfd21ec854cfe1774f16d2d50c7a0e45dd6865
* | | | Removing onInitialize method and creating searchManager in getViewSunny Goyal2015-06-162-14/+5
| |_|/ |/| | | | | | | | Change-Id: I3e2620a7839dfd5e6ecb76f24b384eb50e820a94
* | | Renaming id to prevent collision.Winson Chung2015-06-171-1/+1
| | | | | | | | | | | | | | | Bug: 21878123 Change-Id: If4313d217967310ede7ed3fe11bdbe49311e1a4f
* | | Making UserHandleCompat constructor publicSunny Goyal2015-06-161-1/+1
| | | | | | | | | | | | Change-Id: Ied4c62964e608d543f0bcf3b232c0df7b57bdf5d
* | | Merge "Fixing nullpointer when creating new DB" into ub-launcher3-burnabySunny Goyal2015-06-162-15/+15
|\ \ \ | |_|/ |/| |
| * | Fixing nullpointer when creating new DBSunny Goyal2015-06-162-15/+15
| | | | | | | | | | | | | | | LauncherProvider is not ready until the DBHelper is created Change-Id: Iabd61005892f15fd4a31d882100d87df2b2a7b85
* | | Making resultHandler protected to make it accessible from a subClassSunny Goyal2015-06-161-1/+1
| | | | | | | | | | | | Change-Id: Id11118b9f8b9782c44847ac82a03ea36bcb43963
* | | Using component key for app search resultsSunny Goyal2015-06-165-82/+49
|/ / | | | | | | Change-Id: Idc610cde340331892a5fabfa8bf952d136675f81
* | Merge "Refactored section names to only draw when there is space." into ↵Winson Chung2015-06-165-106/+132
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Refactored section names to only draw when there is space.Winson Chung2015-06-165-106/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | - This CL removes all space for section names in both phones and tablets. And when there are no section names, the layout will automatically fully merge the sections. Bug: 20222023 Change-Id: Ic7c751d86f095e5cbd690bfd4f94bb5b00ff8ae4
* | | Merge "Fix last bit of WidgetTray jank issue b/21133230" into ↵Hyunyoung Song2015-06-161-8/+20
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby