- 23 Oct, 2016 1 commit
-
-
gitbuildkicker authored
-
- 19 Oct, 2016 1 commit
-
-
Sunny Goyal authored
not being matched Bug: 32249413 Change-Id: I0f5e24052759a734fe0df3bd3d0bf2e7ef7f2713
-
- 18 Oct, 2016 1 commit
-
-
Sunny Goyal authored
Bug: 17924700 Change-Id: Ie48757fc53674979b8e92f96b5281f965e2ef3b4
-
- 17 Oct, 2016 1 commit
-
-
Sunny Goyal authored
Launcher does not use any panels which need closing & system sends an onActivityResult(RESULT_CANCELLED), we do not need special handling for waitingForResult Bug: 32127718 Change-Id: Iff5161444bc909442f6acbe52cb3fb5a2d9ae4da
-
- 13 Oct, 2016 2 commits
-
-
Bill Yi authored
Change-Id: I93bb668512491ac8c026e8a75b8a50b0252965d4 Auto-generated-cl: translation import
-
Tony Wickham authored
-
- 12 Oct, 2016 2 commits
-
-
Tony Wickham authored
Bug: 32085545 Change-Id: I4860145b00893c20f7e37817e9659ccd90409966
-
Tony Wickham authored
-
- 11 Oct, 2016 1 commit
-
-
Sunny Goyal authored
Bug:31926812 Change-Id: Id0566cc7dc15732981320807a02fb9cae8a885e6
-
- 10 Oct, 2016 1 commit
-
-
Sunny Goyal authored
Merge "Updating the folder cell dimensions to be closer to a square" into ub-launcher3-calgary-polish
-
- 07 Oct, 2016 6 commits
-
-
Hyunyoung Song authored
Merge "Set correct accessibility delegate for the overview mode. b/32004538" into ub-launcher3-calgary-polish
-
Hyunyoung Song authored
b/32004538 Change-Id: Ie68fe418b777784d747b004600ef1c98e96a4791
-
Sunny Goyal authored
Bug: 31813976 Change-Id: I05d7520daee28a310ff122deaf265951e454d21e
-
Tony authored
Bug: 32010039 Change-Id: Icb80d3e547a706740b84df2cb80f99e4a7f81c43
-
Sunny Goyal authored
Merge "Using add/replace instead of update when updating an entry." into ub-launcher3-calgary-polish
-
Sunny Goyal authored
Update operation was not including version and updateTime columns leading to a update operation getting called wheneven launcher loads. Bug: 32004297 Change-Id: I5f1793633ce3bb72d5641a82502b3ba8b9cdff7d
-
- 06 Oct, 2016 1 commit
-
-
Hyunyoung Song authored
b/31935141 Change-Id: I4ab6741baa4681358a8a234860179d2de4290fd7
-
- 03 Oct, 2016 1 commit
-
-
Hyunyoung Song authored
b/31772967 Change-Id: I71ececb8195d46405623a8ae2a99d001088d9181
-
- 30 Sep, 2016 4 commits
-
-
Hyunyoung Song authored
-
Hyunyoung Song authored
Bug: Adam found out that when you swipe down fast on an icon, you can launch search AND launch an app. Only one should trigger and not both. Change-Id: I66b9df26d8bb355f011d057dafd45f90f59b82ae
-
Hyunyoung Song authored
Merge "Agressively change the color of the the all apps background during pull up b/30502942" into ub-launcher3-calgary-polish
-
Hyunyoung Song authored
b/30502942 Change-Id: Iea072d95ed4f62907b164b2c4ee75ad737eccb7a
-
- 29 Sep, 2016 3 commits
-
-
TreeHugger Robot authored
-
Bill Yi authored
Change-Id: I654a22df571448ce858325439e0d73a0d0bbe623 Auto-generated-cl: translation import
-
Tony Wickham authored
-
- 28 Sep, 2016 7 commits
-
-
Tony Wickham authored
- setLightStatusBar() is now updateStatusBar(), with a forceLight parameter. We set the status bar to be light if forceLight or shouldBeLightStatusBar() (based on wallpaper). - Force status bar to be light if all apps is open. - Default to dark status bar, not light (light == dark icons) Bug: 29452834 Change-Id: I7b102ceff2f1ef2ab8defd4a46c698df4feaf2a5
-
Tony Wickham authored
-
Tony Wickham authored
Otherwise it looks like we are aggressively truncating the text even though there is plenty of room to show it. Bug: 31790418 Change-Id: Ia1cdc232f05815732d4cb95b954e935724a200fd
-
Sunny Goyal authored
Merge "Fixing the newIntent logic to check the state before it has been reset." into ub-launcher3-calgary-polish
-
Tony Wickham authored
(Light status bar = dark icons) Bug: 29452834 Change-Id: I9f61a05d80158827761c8b62ab40fc50971e27a6
-
Sunny Goyal authored
When home button is pressed, we reset all active state (close all-apps, folder, shortcuts menu). But we do not go to the default screen if the active state was non-zero (any of the containers were open). Change-Id: Ia9a06729d65767124471c5b793323a55d822210a
-
Hyunyoung Song authored
b/31772967 Change-Id: Ide652ddfad931e392b21f5a2bbdf9f07729d0383
-
- 27 Sep, 2016 3 commits
-
-
Sunny Goyal authored
-
Sunny Goyal authored
Bug: 31596662 Change-Id: I23da4a9747daa3cee6cec961fc590d18bf05791a
-
TreeHugger Robot authored
-
- 26 Sep, 2016 1 commit
-
-
Bill Yi authored
Change-Id: I52c77c4ced9b7ebb7d00e1256ec9ed82de13a2ba Auto-generated-cl: translation import
-
- 24 Sep, 2016 2 commits
-
-
Tony authored
Since the item hasn't yet been removed until the deferred drag starts, adding it again will throw an exception (the view already has a parent). Bug: 30769920 Change-Id: Icb95aaa64e6e3c5dc105bbf3e54460b529d02033
-
Tony Wickham authored
- Instead of creating our own drag view within the container, and handling logic to determine when to start a real drag, we start the drag immediately and just defer onDragStart(). - To determine when the deferred drag should start, we add a DeferDragCondition to DragOptions. The default DeferDragCondition never defers a drag, but is overridden for apps with shortcuts to defer until the icon is dragged a given distance. - Because the drag is handled in DragController, including checking when to start the deferred drag, DeepShortcutsContainer no longer needs to handle touch events and ShortcutsContainerListener has been removed. This change has several immediate benefits: - The code is much cleaner, because it allows touch handling to be done by the DragController through the normal drag flow, without recreating logic in ShortcutsContainerListener/DeepShortcutContainer. - The janky second haptic feedback has been removed (now it vibrates when you long press, like everywhere else, but not again when the shortcuts close after dragging a distance). - Drops are animated, instead of just popping the icon back into place. Bug: 30769920 Bug: 30465972 Bug: 31533078 Change-Id: I679b412b72fbf6c3895d76963311eb5010c8e8db
-
- 23 Sep, 2016 2 commits
-
-
Sunny Goyal authored
Using center vertical alogn with a fixed height, overrides the custom drawable padding and divides the available space proportionally between padding and drawable padding Change-Id: I4523543ab3007ef40eac69d878d2afbca13b483a
-
Tony Wickham authored
-