summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| * | | | Fix last bit of WidgetTray jank issueHyunyoung Song2015-06-161-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/21133230 Change-Id: Ic198b8d21be1b0f3465cd4efc30a240e3ec4304a
* | | | | Removing ContentObserver in launcherSunny Goyal2015-06-166-60/+33
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | > Using callback insted of using a content observer > Setting the listener in LauncherAppState to prevent resource leak Change-Id: Id23a4d5c8812e86178997e536226e09ec3740f84
* | | | Merge "Refactoring all apps search to support external search bar." into ↵Winson Chung2015-06-1520-900/+945
|\ \ \ \ | |/ / / |/| | | | | | | ub-launcher3-burnaby
| * | | Refactoring all apps search to support external search bar.Winson Chung2015-06-1520-900/+945
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding support for an external search bar that can be used to search a container view. This adds a new interface AllAppsSearchController which manages the external search bar. Each controller will have its own search implementation which means that we no longer need a common AppSearchManager interface. - Removing elevation controller as we no longer have a builtin search bar in all apps - Refactoring container view insets so that they behave the same in all containers. - Refactoring apps view to ensure that we only update the number of columns with the available width - Cleaning up LauncherCallbacks interface Bug: 20127840 Bug: 21494973 Change-Id: I710b8e18196961d77d8a29f0c345531d480936fe
* | | | Merge "Work profile badge alignment b/21336417" into ub-launcher3-burnabyHyunyoung Song2015-06-153-10/+13
|\ \ \ \
| * | | | Work profile badge alignmentHyunyoung Song2015-06-153-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/21336417 Change-Id: Icd54320fa0d0976cac0ae66d180cc2c99ddd0c1c
* | | | | Merge "Remove inifinite recursion from PagedView" into ub-launcher3-burnabyAdam Cohen2015-06-151-1/+1
|\ \ \ \ \
| * | | | | Remove inifinite recursion from PagedViewAdam Cohen2015-06-151-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | -> thanks adamp@ Change-Id: I36836357f5f194ac69530475b124595174c8b636
* | | | | Read rotation setting correctly from the wallpaper picker.Rahul Chaturvedi2015-06-152-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If reading the rotation setting without the multi-process flag, the WallpaperPickerActivity usually picks up a cached value. Specifying the multi-process flag during the read fixes this and the wallpaper picker always has the correct rotation setting. Change-Id: Ic3639f8cd694674e92c8940b753c6bc30486076d
* | | | | Merge "Fixing regression in fast scroller animation." into ub-launcher3-burnabyWinson Chung2015-06-131-0/+7
|\ \ \ \ \
| * | | | | Fixing regression in fast scroller animation.Winson Chung2015-06-121-0/+7
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fast scroller was not fading out since we were missing the getter for the fast scroller alpha (so the initial alpha to animate from was wrong). Change-Id: I2fd13eee3deb084ba37cf4a849e2378f23758391
* | | | | Merge "Fixing issue with click shadow not being drawn correctly." into ↵Winson Chung2015-06-121-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | ub-launcher3-burnaby
| * | | | Fixing issue with click shadow not being drawn correctly.Winson Chung2015-06-121-0/+2
| |/ / / | | | | | | | | | | | | | | | | - It was due to the view parent (prediction bar) which has its own translation.
* | | | Merge "Using content provider to update launcher settings" into ↵Sunny Goyal2015-06-128-60/+97
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-burnaby
| * | | | Using content provider to update launcher settingsSunny Goyal2015-06-128-60/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Removing cross process preference file > Removed broadcast listener management for settings changes > Defining content provider method to get/set laucnehr preferences Change-Id: Ida36eac0ab17c1d48fedc9404817a53a89b36c4f
* | | | | Merge "Removing developer options check for app info target" into ↵Sunny Goyal2015-06-121-14/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | ub-launcher3-burnaby
| * | | | Removing developer options check for app info targetSunny Goyal2015-06-121-14/+1
| |/ / / | | | | | | | | | | | | | | | | Bug: 21626561 Change-Id: Ic65155ca5b1e5268ccdf2b20295a5067d5d3fa5d
* | | | Merge "Tying accessibility drag lifecycle to that of dragController" into ↵Sunny Goyal2015-06-112-16/+14
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-burnaby
| * | | | Tying accessibility drag lifecycle to that of dragControllerSunny Goyal2015-06-082-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20865291 Change-Id: I1e0aceb20efcf4c32d76a656c499a1a4a5a32a65