summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge "Add support for getting widgets/shortucts for a particular ↵Tony Wickham2017-04-0511-40/+191
| |\ \ | | |/ | |/| | | | package/user" into ub-launcher3-dorval
| | * Add support for getting widgets/shortucts for a particular package/userTony Wickham2017-04-0411-40/+191
| | | | | | | | | | | | | | | | | | Bug: 34940468 Bug: 33553066 Change-Id: I5d0131df206c6a13d4227ad28c5b094bbf1343df
* | | Build fixSunny Goyal2017-04-041-2/+2
| | | | | | | | | | | | Change-Id: I2395421f19e68f33d427485039aca42094a0154f
* | | Adding support for dynamically change icon shape for AdaptiveIconsSunny Goyal2017-04-045-0/+240
|\| | | | | | | | | | | | | | | | | am: ca18746163 Change-Id: Ic4c14ad1760930735a881926aac8b45efe0cdba0
| * | Adding support for dynamically change icon shape for AdaptiveIconsSunny Goyal2017-04-045-0/+240
| |/ | | | | | | | | | | | | | | > This would allow developers to verify their icon designs on different device configurations > This settings is only visible when developer settings is enabled Change-Id: I7e32abfede001c134f23390734dcd39c93b68b9a
* | Small UI fix for widgets/app info shortcutsTony Wickham2017-04-032-2/+7
|\| | | | | | | | | | | am: 2f54a1625a Change-Id: I3cdd215d4eca70c684ca88f763caeb829a7ce930
| * Small UI fix for widgets/app info shortcutsTony Wickham2017-04-032-2/+7
| | | | | | | | | | | | | | | | | | | | | | - Switch order of widgets & more and app info. - Start binding widgets after starting to update these shortcuts on the UI thread, so that they will show up without waiting for the bind logic, which can take a while. We already have a callback mechanism for enabling widgets & more after widgets are bound, so this was how it was supposed to work already. Change-Id: I5f702f9c0814d30acf6298be309c6dc30727316e
| * Clearing icon cache due to system app icon changes (without any SDK change)Sunny Goyal2017-04-031-1/+1
| | | | | | | | | | Bug: 36366450 Change-Id: I23b77bd2bff292dee0e9ec576ba49f03e34628a6
* | Merge "IconNormalizer cleanup" into ub-launcher3-masterHyunyoung Song2017-04-031-3/+2
|\ \
| * | IconNormalizer cleanupHyunyoung Song2017-04-031-3/+2
| | | | | | | | | | | | | | | | | | > Remove unnecessary member variable Change-Id: Id497ba86f3a4b968fa467df3791e92ae85495495
* | | Merge "Temporarily use reflection to get notification badge icon type" into ↵Tony Wickham2017-04-031-1/+16
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | ub-launcher3-dorval am: 39a99e7098 Change-Id: I0fdc617a99d608aef61bd2dd3849467345cfba48
| * | Merge "Temporarily use reflection to get notification badge icon type" into ↵TreeHugger Robot2017-04-031-1/+16
| |\ \ | | | | | | | | | | | | ub-launcher3-dorval
| | * | Temporarily use reflection to get notification badge icon typeTony Wickham2017-04-031-1/+16
| | | | | | | | | | | | | | | | | | | | Bug: 36855196 Change-Id: I408a98140c68f38327a6cd8ce4cc46c5f2fe34e6
* | | | Merge "code cleanup: regarding Favorites debug logging" into ub-launcher3-masterTreeHugger Robot2017-04-012-11/+24
|\ \ \ \
| * | | | code cleanup: regarding Favorites debug loggingHyunyoung Song2017-03-282-11/+24
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie4d4ffda30ce3b495c2b9fd57ea584d45cc3357d
* | | | | Merge "resolve merge conflicts of 26b174659 to ub-launcher3-master" into ↵TreeHugger Robot2017-03-3115-74/+379
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ub-launcher3-master
| * \ \ \ \ resolve merge conflicts of 26b174659 to ub-launcher3-masterTony2017-03-3015-74/+379
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: Ifb24f291b096b979044e5c87ec58c24e9c479728
| | * | | | Add support for system shortcuts in popup containerTony Wickham2017-03-3015-75/+379
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Currently the system shortcuts are just widgets and app info - As shortcuts, they live in ShortcutsItemView - They are populated either as icons only (if there are deep shortcuts) or as icons + text - Widgets are disabled until binding them is complete (we request for them to be bound on long-press now). We should revisit this. Bug: 34940468 Change-Id: Ia51d002c3b3ede87658bdab57abfc3eeca1ed242
* | | | | | Fixing broken buildSunny Goyal2017-03-301-2/+2
|/ / / / / | | | | | | | | | | | | | | | Change-Id: I9ec4dea773d1ca53522a216028a99fc3ed147f54
* | | | | Merge "Delay the PinItemRequest#accept() call until the drop animation is ↵Sunny Goyal2017-03-303-4/+36
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finished." into ub-launcher3-dorval am: 4a907d0f9d Change-Id: Icd6d070199cd685633ead1301bda9d3e4de698c9
| * | | | Merge "Delay the PinItemRequest#accept() call until the drop animation is ↵TreeHugger Robot2017-03-303-4/+36
| |\ \ \ \ | | | | | | | | | | | | | | | | | | finished." into ub-launcher3-dorval
| | * | | | Delay the PinItemRequest#accept() call until the drop animation is finished.Sunny Goyal2017-03-303-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the caller app from taking over the focus while animation it running. Change-Id: I51b6673c59e848c263727502dee90504ed3a2162
* | | | | | Merge "Add WidgetsAndMore bottom sheet" into ub-launcher3-dorvalTony Wickham2017-03-307-33/+376
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d73fbb5f97 Change-Id: I5d1bad3ea83e672076dbd3b6f2d80d5149f3921c
| * | | | | Merge "Add WidgetsAndMore bottom sheet" into ub-launcher3-dorvalTony Wickham2017-03-308-34/+376
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add WidgetsAndMore bottom sheetTony Wickham2017-03-308-34/+376
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Contains two rows, one for widgets, and one for "configurable shortcuts" that have customization activities - Extends AbstractFloatingView and uses VerticalPullDetector for touch interactions - No way to show this currently; will add options to popup in followup Bug: 34940468 Change-Id: Iab62c2cb89428f91119c9c86f9db886496c321fd
* | | | | Merge "Fixing multiwindow drag operation during with rotation." into ↵Sunny Goyal2017-03-303-19/+45
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval am: 1188b89dc4 Change-Id: Ib2f0988d944dff201767d5e85686416aa966e96b
| * | | | Merge "Fixing multiwindow drag operation during with rotation." into ↵TreeHugger Robot2017-03-303-19/+45
| |\ \ \ \ | | | | | | | | | | | | | | | | | | ub-launcher3-dorval
| | * | | | Fixing multiwindow drag operation during with rotation.Sunny Goyal2017-03-283-19/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Finishing activity when rotation preference change. This ensures that any prefenrece change is immediately applied instead of waiting for resume as the new activity is always started with proper setting. > Clearing task when starting drag in landscape mode. This ensures that a new activity instance is started in this case, which overrides previous locked rotation by launcher activity. > Handling drag request in onCreate and enabling rotation based on it. > Clearing any request from the launcher intent once the drag operation is complete Bug: 36226746 Change-Id: I69f56c13827c25f3e1bc84935cb2acc59b6bd349
* | | | | | Merge "Adding logging for various interaction in PinItemRequest UI" into ↵Sunny Goyal2017-03-305-3/+49
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval am: c5c9cae70d Change-Id: I0be49e2a81b9ee284230672c368a03f3aaef7916
| * | | | | Merge "Adding logging for various interaction in PinItemRequest UI" into ↵TreeHugger Robot2017-03-305-4/+52
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | ub-launcher3-dorval
| | * | | | Adding logging for various interaction in PinItemRequest UISunny Goyal2017-03-225-4/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 34766840 Change-Id: Ib29d7d4b53ab99cdf3ff253976ef55345729487b
* | | | | | Merge "Fix folder animations in spring loaded mode + polish." into ↵TreeHugger Robot2017-03-302-41/+42
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | ub-launcher3-master
| * | | | | Fix folder animations in spring loaded mode + polish.Jon Miranda2017-03-292-41/+42
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changed interpolators. Bug: 36653850 Bug: 35064148 Change-Id: I44a732be969582f718d7dc2f82a9f976331821cb
* / | | | Fine tune the circle detectionHyunyoung Song2017-03-292-12/+26
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decreased the pixel_diff_percentage from 10% to 0.5% by not counting the pixel_diff around the mask path outline. Verified that this implementation works well on both Pixel/PixelXL b/36563706 Change-Id: I8bb488f550a67e2188eff4c4b9e7717e979a741c
* | | | Merge "Minor Refactoring only: no functional change" into ub-launcher3-masterMario Bertschler2017-03-2850-123/+68
|\ \ \ \
| * | | | Minor Refactoring only: no functional changeMario Bertschler2017-03-2850-123/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - organizing imports - remove redundant modifiers on LauncherCallback interface - fix typos Change-Id: I61eb985cac7c1379b6b804a67d4f234386d3d1b4
* | | | | Resolve merge conflicts of 8eb0de133 to ub-launcher3-masterJon Miranda2017-03-283-13/+15
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: I1e888f6941435befe6f1819de74dea985909ddf0
| * | | Merge "Add isInMultiWindowMode bool to all logs." into ub-launcher3-dorvalTreeHugger Robot2017-03-283-14/+15
| |\ \ \
| | * | | Add isInMultiWindowMode bool to all logs.Jon Miranda2017-03-223-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example output: D/UserEvent: action:LONGPRESS Source child:WORKSPACE id=0 Elapsed container 1850 ms session 1850 ms action 0 ms isInMultiWindowMode true Bug: 34250955 Change-Id: If21484e8bbb0f4f311c2eb6e94b7dcea6d2431af
* | | | | Merge "Log when users exit Overview mode by tapping on the Workspace." into ↵Jon Miranda2017-03-281-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval am: 7ef804c917 Change-Id: I1750ccb505a181ec97741f71a4f2293bee7e9df1
| * | | | Merge "Log when users exit Overview mode by tapping on the Workspace." into ↵TreeHugger Robot2017-03-281-0/+3
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | ub-launcher3-dorval
| | * | | Log when users exit Overview mode by tapping on the Workspace.Jon Miranda2017-02-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 31779207 Change-Id: Ia57e27d392831686c5837b33a243b72c1418782a
* | | | | Merge "Fix NPE when DEBUG = false" into ub-launcher3-masterHyunyoung Song2017-03-281-5/+2
|\ \ \ \ \
| * | | | | Fix NPE when DEBUG = falseHyunyoung Song2017-03-281-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1d2fcb7a636369bf5dcabdda1a7ba5b106a0677b
* | | | | | Merge "Fix NPE" into ub-launcher3-masterHyunyoung Song2017-03-281-1/+3
|\| | | | |
| * | | | | Fix NPEHyunyoung Song2017-03-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If816a3cafa42f92ec32cd77ba3a3a902201d9ca4
* | | | | | Merge "Legacy icon treatment" into ub-launcher3-masterTreeHugger Robot2017-03-283-18/+220
|\| | | | |
| * | | | | Legacy icon treatmentHyunyoung Song2017-03-283-18/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - normalize - circle detection b/36563706 LEGACY_ICON_TREATMENT can only be turned on IF DISABLE_ICON_NORMALIZATION is false. This is fine since, when all apps migrated to adaptive icons we won't need icon normalization AND we won't need legacy icon treatment. Change-Id: Ic5745a5c521e670ce699f6a74733739cb7986f71
* | | | | | Merge "Disable drag and drop on Folder when its animating." into ↵TreeHugger Robot2017-03-271-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ub-launcher3-master
| * | | | | | Disable drag and drop on Folder when its animating.Jon Miranda2017-03-271-0/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 36644495 Bug: 35064148 Change-Id: Icd335a773359152fa2680e84f56c3e2eef3551e0