summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEGeoff Mendal2015-06-1778-91/+2168
| | | | | Change-Id: I8c0c8c4e5f5e09c5852d31429c8f668d4229cc37 Auto-generated-cl: translation import
* 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
* | Removing obsolete stringsSunny Goyal2015-06-1774-582/+0
| | | | | | | | Change-Id: I447d5fe819fbec64c4e873ed40dabd4f76bebb4a
* | 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-172-2/+2
| | | | | | | | | | 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-166-108/+134
|\ \ | | | | | | | | | ub-launcher3-burnaby
| * | Refactored section names to only draw when there is space.Winson Chung2015-06-166-108/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-1529-1057/+1080
|\ \ \ | |/ / |/| | | | | ub-launcher3-burnaby
| * | Refactoring all apps search to support external search bar.Winson Chung2015-06-1529-1057/+1080
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-154-11/+14
|\ \ \
| * | | Work profile badge alignmentHyunyoung Song2015-06-154-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | 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-153-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1210-68/+97
|\ \ \ | | | | | | | | | | | | ub-launcher3-burnaby
| * | | Using content provider to update launcher settingsSunny Goyal2015-06-1210-68/+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 "Fixing proguard stripping animation method." into ub-launcher3-burnabyWinson Chung2015-06-121-1/+1
|\ \ \ \
| * | | | Fixing proguard stripping animation method.Winson Chung2015-06-121-1/+1
| | |/ / | |/| |
* | | | 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
* | | | Fix a small UI nit with screen reorderingAdam Cohen2015-06-101-0/+7
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> When in overview mode, flinging the pages can leave the scroller running (invisibly) for much additional time, since the scroller fling bounds far exceed the alloawble scroll bounds (in order to achieve a hard wall type effect) -> When this is happening, user couldn't pick up a page for reordering -> Ended the scroller early in this case to avoid the problem Change-Id: I8b6f140d9a87bb742e57625e90ca7d76a2158e28
* | | am 0c979d1f: Catch TransactionTooLargeException when loading widget provider ↵Hyunyoung Song2015-06-100-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | list b/19904873 * commit '0c979d1f2fda45b9d098f9399e1079e6bc22c2b0': Catch TransactionTooLargeException when loading widget provider list b/19904873
| * | | Catch TransactionTooLargeException when loading widget provider listHyunyoung Song2015-06-091-17/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/19904873 Change-Id: Ic0d13ee7513731706bc0f9fde8502acba0899cb3 Note: fix for almonte will be separate due to diff btw the branches.. (cherry picked from commit 3abd5488cca5b06c97251db453a5a6ed61e33ce8)
* | | | Merge "Fixing crash in restore" into ub-launcher3-burnabySunny Goyal2015-06-102-42/+20
|\ \ \ \
| * | | | Fixing crash in restoreSunny Goyal2015-06-052-42/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > LauncherAppState cannot be initialized during restore, as it is not called from a looper thread. Bug: 21275736 Change-Id: Ifdb3f9913fa2ee63a7e1566d0c5cfc6f72b4f41e
* | | | | Merge "Catch TransactionTooLargeException when loading widget provider list ↵Hyunyoung Song2015-06-091-19/+44
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | b/19904873" into ub-launcher3-burnaby
| * | | | | Catch TransactionTooLargeException when loading widget provider listHyunyoung Song2015-06-081-19/+44
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | b/19904873 Change-Id: Ic0d13ee7513731706bc0f9fde8502acba0899cb3 Note: fix for almonte will be separate due to diff btw the branches..
* | | | | Merge "Make WidgetsRecyclerView not crash on MNC support lib" into ↵Hyunyoung Song2015-06-091-2/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | ub-launcher3-burnaby
| * | | | Make WidgetsRecyclerView not crash on MNC support libHyunyoung Song2015-06-081-2/+6
| |/ / / | | | | | | | | | | | | Change-Id: Ia7bee39752ad0c0b58e74df4507caaf7a3cd8c29
* | | | Merge "Removing LauncherApplication to enable us to easily catch ↵Sunny Goyal2015-06-083-36/+0
|\ \ \ \ | | | | | | | | | | | | | | | LauncherAppState errors" into ub-launcher3-burnaby
| * | | | Removing LauncherApplication to enable us to easily catch LauncherAppState ↵Sunny Goyal2015-06-043-36/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | errors Change-Id: I56e956067692e5b9c4719c5e08b8f558e6011a60
* | | | | Merge "Fixing preloaded widget not getting used for animation" into ↵Sunny Goyal2015-06-084-127/+67
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ub-launcher3-burnaby
| * | | | | Fixing preloaded widget not getting used for animationSunny Goyal2015-06-024-128/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > The preloaded widget was being set in a different instance of PendingAddWidgetInfo and was never getting used for animation. bug: 20699153 Change-Id: Iaec13640e49c66993b4695e4a52dc3a3a2133fb2