Commit Graph

14147 Commits

Author SHA1 Message Date
Jon Miranda 48b77ee2fc Merge "Set mDragInProcess to false in onDragEnd." into ub-launcher3-dorval-polish
am: fa544965f3

Change-Id: Icc3bb9680d977f5d4cc4d435d37a87b7f7fa174f
2017-06-21 23:37:12 +00:00
Sunny Goyal 00e610f93c Prevent recursive draw-invalidate cycle when drawing folder
am: 318f567a84

Change-Id: If30399d1acaff09239d9a7a6d0bf76891bf43144
2017-06-21 23:34:13 +00:00
TreeHugger Robot fa544965f3 Merge "Set mDragInProcess to false in onDragEnd." into ub-launcher3-dorval-polish 2017-06-21 23:33:32 +00:00
Sunny Goyal 318f567a84 Prevent recursive draw-invalidate cycle when drawing folder
Change-Id: I4d3e680ee0cd1af9da997ac92c505ca38ee4e810
2017-06-21 16:11:17 -07:00
Sunny Goyal 9ef87227c6 Enabling spring effect during drag-n-drop on deep shortcuts
am: a2fde430b5

Change-Id: I29320a0d84f6b38c82b536b3f778ef6dfb792ead
2017-06-21 21:56:34 +00:00
Sunny Goyal a2fde430b5 Enabling spring effect during drag-n-drop on deep shortcuts
Change-Id: Iac128e850c41c0946d28e1ee8824ce8a62b4c395
2017-06-21 14:42:38 -07:00
Sunny Goyal db595a5947 Fixing scale calculation for spring effect on drag view
am: 03a38a669c

Change-Id: I3f03bd585717b2b6be5ce633637f0c86c02ec87a
2017-06-21 20:50:59 +00:00
Sunny Goyal 03a38a669c Fixing scale calculation for spring effect on drag view
Bug: 62823315
> Using the scale value from IconNormalizer
> Using the badge from packageManager (similar to launcher icons)

Change-Id: I7cc65be8619281986c2c26a66c6de40636f12256
2017-06-21 20:36:45 +00:00
Jon Miranda 544946ae80 Set mDragInProcess to false in onDragEnd.
Before this change, it was possible to touch (not drag and drop)
a Folder and have it open to a non-first page.

With this change, the Folder always opens to the first page on touch.
For drag and drop, it will still open to the last page.

Bug: 36022592
Change-Id: Ib0417eaf7e4866e874369b3b35248231a54cba06
2017-06-21 12:00:19 -07:00
Sunny Goyal 2b90f11639 Merge "Adding utility method to find an app from a component key" into ub-launcher3-dorval-polish
am: 9abbd86e29

Change-Id: I41b50e1c938bda05d85300b9fc7da8cd9b35530b
2017-06-21 18:10:17 +00:00
Sunny Goyal 9abbd86e29 Merge "Adding utility method to find an app from a component key" into ub-launcher3-dorval-polish 2017-06-21 18:05:18 +00:00
Hyunyoung Song 5a1d16c919 Merge "Adaptive icon fetched from icon provider and/or work profile icon should not change during DnD Bug: 62806605 Bug: 62823315" into ub-launcher3-dorval-polish
am: 6fa699902f

Change-Id: Id8be07a27798fb1c6308a7607658f5939fbca27e
2017-06-21 17:47:45 +00:00
TreeHugger Robot 6fa699902f Merge "Adaptive icon fetched from icon provider and/or work profile icon should not change during DnD Bug: 62806605 Bug: 62823315" into ub-launcher3-dorval-polish 2017-06-21 17:43:52 +00:00
Hyunyoung Song 654bf3141b Adaptive icon fetched from icon provider and/or work profile icon should not change during DnD
Bug: 62806605
Bug: 62823315

Change-Id: I2bf7c64df101e1293a2b4b416333e36244406a62
2017-06-21 10:38:11 -07:00
Sunny Goyal d36ed7d982 Adding utility method to find an app from a component key
Change-Id: I445b512f29a0a45910c523f2f905c0a9e3c241f1
2017-06-20 21:03:36 -07:00
Sunny Goyal c018cb6bc1 Merge "Rafactoring shadow generator logic to allow customizing various parameters" into ub-launcher3-dorval-polish
am: 990b319bf7

Change-Id: I6e739d643c2371d6e5edd307b143b16ca257794a
2017-06-20 22:44:11 +00:00
TreeHugger Robot 990b319bf7 Merge "Rafactoring shadow generator logic to allow customizing various parameters" into ub-launcher3-dorval-polish 2017-06-20 22:33:27 +00:00
Sunny Goyal 9bce1a13d5 Merge "Refactoring PinItemDragListener into a base class to allow diffenret implementations of multi-window drag and drop" into ub-launcher3-dorval-polish
am: 7a4d1f4383

Change-Id: Ib231fdd398c14e7fd7dae4bfc0151f27344f6d74
2017-06-20 21:23:52 +00:00
Tony Wickham e7f3667c08 Merge "Round some more icons" into ub-launcher3-dorval-polish
am: f763f61e96

Change-Id: I8b4f7676bbfc7f657a6ae2250e91b50f2e6bc6b8
2017-06-20 21:23:32 +00:00
TreeHugger Robot 7a4d1f4383 Merge "Refactoring PinItemDragListener into a base class to allow diffenret implementations of multi-window drag and drop" into ub-launcher3-dorval-polish 2017-06-20 21:14:24 +00:00
Tony Wickham f763f61e96 Merge "Round some more icons" into ub-launcher3-dorval-polish 2017-06-20 21:13:32 +00:00
Sunny Goyal 027fba3527 Refactoring PinItemDragListener into a base class to allow diffenret implementations
of multi-window drag and drop

Bug: 62702235
Change-Id: Ie87e0f7d131575bac1cb1099b0a70b230560be9a
2017-06-20 13:48:38 -07:00
Sunny Goyal e463c8f191 Rafactoring shadow generator logic to allow customizing various parameters
Change-Id: I38f8ac4352cb9e23d377832ffe2f4923a4df7a70
2017-06-20 13:37:05 -07:00
Sunny Goyal 74b3e84bcf Merge "Fixing various system UI flags not getting updated properly on theme changes." into ub-launcher3-dorval-polish
am: 50b4ae3c72

Change-Id: I54c53d47184d7a2bc04f2b1d16b74ff0761ce605
2017-06-20 20:11:25 +00:00
TreeHugger Robot 50b4ae3c72 Merge "Fixing various system UI flags not getting updated properly on theme changes." into ub-launcher3-dorval-polish 2017-06-20 20:04:15 +00:00
Jon Miranda bf707d6a29 Merge "Show and update preload icons when they are in a FolderIcon preview." into ub-launcher3-dorval-polish
am: 7518fa2d40

Change-Id: I025e7fd2cfa833fbb0875cdf64819438c62eb93f
2017-06-20 18:16:16 +00:00
TreeHugger Robot 7518fa2d40 Merge "Show and update preload icons when they are in a FolderIcon preview." into ub-launcher3-dorval-polish 2017-06-20 18:13:52 +00:00
Jon Miranda 2ef1ab4017 Show and update preload icons when they are in a FolderIcon preview.
Bug: 62626549
Change-Id: Ie0ad06d0239dccb8d8388381ffe845c4bbc079d6
2017-06-20 11:05:34 -07:00
Jon Miranda dee16d5915 Merge "Fix shadow problems with Folder animation." into ub-launcher3-dorval-polish
am: 126e5c9816

Change-Id: I00b8a7e5a8a4c14db316dc981fc6853b814c51ac
2017-06-20 18:03:16 +00:00
TreeHugger Robot 126e5c9816 Merge "Fix shadow problems with Folder animation." into ub-launcher3-dorval-polish 2017-06-20 17:59:23 +00:00
Mario Bertschler e83305e318 Merge "disable feature flag LAUNCHER3_PROMISE_APPS_IN_ALL_APPS" into ub-launcher3-dorval-polish
am: 5d5d2099de

Change-Id: I8cb77d5d6f5e36f21477b3a3dfd782b99eea399b
2017-06-20 17:58:16 +00:00
Sunny Goyal 8392c823a9 Fixing various system UI flags not getting updated properly on theme changes.
SystemUiController manages various system UI flags in priorty order and merges
all the states before applying the syste flags.
Fixing WallpaperColors when it was not handing wallpaper change properly in
some cases

Change-Id: I915442818e7888c97c81f63c8ea9f3c13053eb2c
2017-06-20 10:55:27 -07:00
TreeHugger Robot 5d5d2099de Merge "disable feature flag LAUNCHER3_PROMISE_APPS_IN_ALL_APPS" into ub-launcher3-dorval-polish 2017-06-20 17:51:42 +00:00
Mario Bertschler 0f79e267ef disable feature flag LAUNCHER3_PROMISE_APPS_IN_ALL_APPS
Bug: 38419507
Change-Id: Ic2e78136eb7657e10b37cd8382b94f95102010fe
2017-06-20 10:38:58 -07:00
Jon Miranda f9e8626fd0 Fix shadow problems with Folder animation.
The shadow from the top of the Folder is visible through
the transparent part of the 'preview' background. When we
remove the elevation as part of the animation, the shadow
jumps into visibility when the animation is done.

To solve this, we remove the elevation during the Folder animation and
 * Animate the elevation at the end of the Folder opening animation.
 * Animate the shadow of the FolderIcon bg in once the Folder is closed.

Bug: 62787582
Bug: 35064148
Change-Id: Id5d8fcbfa4f74882531334f12488560da2496faf
2017-06-20 09:24:17 -07:00
Sunny Goyal 9cd21a258a Merge "Fixing dark tint for ShadowDrawable. Updating the dark theme for empty all-apps search drawable." into ub-launcher3-dorval-polish
am: 7e2e2aa80b

Change-Id: I07dbf3f8ba76920d6284f90dae74739a16c9c16d
2017-06-20 16:17:38 +00:00
TreeHugger Robot 7e2e2aa80b Merge "Fixing dark tint for ShadowDrawable. Updating the dark theme for empty all-apps search drawable." into ub-launcher3-dorval-polish 2017-06-20 16:11:18 +00:00
Sunny Goyal 5931ca0415 Fixing dark tint for ShadowDrawable.
Updating the dark theme for empty all-apps search drawable.

Change-Id: Ieb2018924da337bdd97eaf3adf2d32c3e3bebc73
2017-06-20 09:03:30 -07:00
Tony Wickham ea1c781752 Adjust some sizes in popup
am: 5a1ca5756e

Change-Id: Ib9f6e237c6e0bce2d3cc3f289ce4326101543839
2017-06-20 01:58:38 +00:00
Tony Wickham 5a1ca5756e Adjust some sizes in popup
- Increase main notification height and pad text/icon bottom
- Reduce shortcuts height when there are notifications to 48dp
  - When the last notification is dismissed, animate back to 56dp

Bug: 35766387
Change-Id: I84f843c042137fdf93fa720802eb2f19337197b4
2017-06-19 18:42:46 -07:00
Tony Wickham a1d334e130 Merge "Show more shortcuts when last notification is dimissed" into ub-launcher3-dorval-polish
am: 034d74da19

Change-Id: I363236f3400ae234b3482739ab989d36e385efc4
2017-06-20 01:40:38 +00:00
Tony Wickham 034d74da19 Merge "Show more shortcuts when last notification is dimissed" into ub-launcher3-dorval-polish 2017-06-20 01:36:55 +00:00
Tony Wickham dd74150287 Merge "Update icons to be rounded" into ub-launcher3-dorval-polish
am: 13fc445b07

Change-Id: I83e16b4753eb2d5de4e016f884d1662bbffd9a79
2017-06-20 00:43:03 +00:00
Tony Wickham 0e43826c66 Round some more icons
- Wallpapers
- Home settings
- Remove
- Uninstall

Change-Id: I50990fdcf0f8bf2b3c9e9e7cedaa6fc1f06ff9a4
2017-06-19 17:35:18 -07:00
Tony Wickham 13fc445b07 Merge "Update icons to be rounded" into ub-launcher3-dorval-polish 2017-06-20 00:34:01 +00:00
Jon Miranda 1fd8ff0c83 Merge "Portrait grid changes for Workspace/All Apps." into ub-launcher3-dorval-polish
am: bacc582817

Change-Id: Id332cf749a7dd46993786668437409da886c4258
2017-06-20 00:27:32 +00:00
TreeHugger Robot bacc582817 Merge "Portrait grid changes for Workspace/All Apps." into ub-launcher3-dorval-polish 2017-06-20 00:23:33 +00:00
Jon Miranda 0966072c91 Portrait grid changes for Workspace/All Apps.
Bug: 37015359
Change-Id: Ifbdd0e71c36e532b189e02283e3eeb562ebe2654
2017-06-19 17:02:45 -07:00
Jon Miranda 76fe0c3e3c Merge "Fade folder icon text when opening/closing." into ub-launcher3-dorval-polish
am: 60c26d1424

Change-Id: I674031fc82d7eaae314affe9bfdaa2bf0764fa16
2017-06-19 23:46:37 +00:00
TreeHugger Robot 60c26d1424 Merge "Fade folder icon text when opening/closing." into ub-launcher3-dorval-polish 2017-06-19 23:34:24 +00:00