summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add tests to SwipeDetector (formerly VerticalPullDetector).Hyunyoung Song2017-07-067-42/+413
| | | | Change-Id: I09ab4f22d7204ad806825ab0d6374c2b9616bf39
* Merge "Keep gutter aligned when removing notification footer" into ↵Tony2017-07-062-3/+22
|\ | | | | | | | | | | | | | | ub-launcher3-dorval-polish am: 5c9e831264 Change-Id: I59c8a8cd6f400b6cfe3ad97092f93e7f9ef85c1d
| * Merge "Keep gutter aligned when removing notification footer" into ↵TreeHugger Robot2017-07-062-3/+22
| |\ | | | | | | | | | ub-launcher3-dorval-polish
| | * Keep gutter aligned when removing notification footerTony2017-07-062-3/+22
| | | | | | | | | | | | | | | Bug: 63262764 Change-Id: I94e7978dafc04fc2673a9bb8c6d24ff20641416f
* | | Merge "Fixing legacy shortcuts which only specify packageName in the intent ↵Sunny Goyal2017-07-062-2/+13
|\| | | | | | | | | | | | | | | | | | | | | | | dont get restored on apk install." into ub-launcher3-dorval-polish am: 155384dad8 Change-Id: I6829fbb1e755585c9513018937cdd1010b34ad9d
| * | Merge "Fixing legacy shortcuts which only specify packageName in the intent ↵TreeHugger Robot2017-07-062-2/+13
| |\ \ | | |/ | |/| | | | dont get restored on apk install." into ub-launcher3-dorval-polish
| | * Fixing legacy shortcuts which only specify packageName in the intentSunny Goyal2017-07-062-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dont get restored on apk install. For various model update task, we only use targetComponent (unlike loader where we all check packageName for legacy shortcuts). This causes various shortcuts which only specity packageName in the intent to get skipped during the check. Instead creating a pseudo component for these shortcuts similar to IconCache Bug: 62944669 Change-Id: I0aa0a4c15ef3ad88dc6cdd579a76315fb2ff780b
* | | New calculation for page indicator size on tall devices.Jon Miranda2017-07-065-11/+27
|\| | | | | | | | | | | | | | | | | am: 2ed276eb13 Change-Id: Ie3fdf1e1f646d4b4ecab5e9ecb542253bb85ca1b
| * | New calculation for page indicator size on tall devices.Jon Miranda2017-07-065-11/+27
| |/ | | | | | | | | | | | | | | | | For a display with a large aspect ratio, the icons can get too far spread out in portrait mode. We remedy this by adjusting the page indicator height to utilize that extra space. Bug: 62801588 Change-Id: Ib717dd32a20918248b59e1b46b4e881d6d6a7cb5
* | Merge "Add overscroll to the top of All Apps." into ub-launcher3-dorval-polishJon Miranda2017-07-052-19/+43
|\| | | | | | | | | | | am: 6f031845ac Change-Id: I2e6de1899b7e3c44f79a19cea53bdfce06cd6034
| * Merge "Add overscroll to the top of All Apps." into ub-launcher3-dorval-polishTreeHugger Robot2017-07-052-19/+43
| |\
| | * Add overscroll to the top of All Apps.Jon Miranda2017-07-052-19/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Overscroll at the top of all apps will occur when the user scrolls up, hits the top, and continues to scroll up. * Fixed bug where All Apps jumps when the user enters overscroll from a scroll that doesn't start at the bottom. * Fix bug where AllAppsRecyclerView stays translated even after the user has finished dragging. Bug: 62628421 Change-Id: Ia1d230a7cc07a7cf8c1a7c5211a025034ae5f6df
* | | Merge "Default icon should match platform one even on N and below devices. ↵Hyunyoung Song2017-07-051-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | Bug: 63083094" into ub-launcher3-dorval-polish am: 2528490500 Change-Id: Ib05c4ab87506fe41d704b4686a84a07dfd9010bd
| * | Merge "Default icon should match platform one even on N and below devices. ↵Hyunyoung Song2017-07-051-1/+2
| |\ \ | | | | | | | | | | | | Bug: 63083094" into ub-launcher3-dorval-polish
| | * | Default icon should match platform one even on N and below devices.Hyunyoung Song2017-07-051-1/+2
| | |/ | | | | | | | | | | | | | | | Bug: 63083094 Change-Id: Ie08ccaf63a49fa766f0d51d840d7763fc4bf2a5a
* | | Merge "Polish popup" into ub-launcher3-dorval-polishTony Wickham2017-07-054-27/+15
|\| | | | | | | | | | | | | | | | | am: df5e2c1a74 Change-Id: Id2c843327c1764edbb2bc22c0b0278ecc6ac4188
| * | Merge "Polish popup" into ub-launcher3-dorval-polishTony Wickham2017-07-054-27/+15
| |\ \
| | * | Polish popupTony2017-07-054-27/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove divider between system shortcut header and shortcuts - Slightly reduce padding between popup and icon - Fix gravity to center in drag layer using x and y calculations since we use the y value to position the popup when removing notifications Change-Id: I1cb10ed953d11cc0924d8ee70881a434cb748317
* | | | Merge "Fixing preview for newly created folder not getting clipped ↵Sunny Goyal2017-07-051-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly." into ub-launcher3-dorval-polish am: 2d8f6f0050 Change-Id: I2d2f918ff417b830959c7776331245f579b37be9
| * | | Merge "Fixing preview for newly created folder not getting clipped ↵TreeHugger Robot2017-07-051-0/+2
| |\ \ \ | | |_|/ | |/| | | | | | properly." into ub-launcher3-dorval-polish
| | * | Fixing preview for newly created folder not getting clipped properly.Sunny Goyal2017-07-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a new folder was created, isClipping was set to false so that the stroke is drawn behind the previewItems, but it was never reset to true. Bug: 37654209 Change-Id: I03e94008dd19d8c5a0acb61207ebac33860fdf1d
* | | | Merge "Don't enter overscroll when dragging fast scrollbar." into ↵Tony Wickham2017-07-051-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish am: 35005ef213 Change-Id: Ia48ce4ac048e9d40dab594428fd00b86e0782a2b
| * | | Merge "Don't enter overscroll when dragging fast scrollbar." into ↵Tony Wickham2017-07-051-1/+2
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
| | * | | Don't enter overscroll when dragging fast scrollbar.Tony2017-07-051-1/+2
| | | |/ | | |/| | | | | | | | | | | | | Bug: 63298293 Change-Id: Id3a6551df265c5a92ce5da6509fdac60fb44fcb7
* | | | Merge "Settings: only replace content with new fragment if it has no saved ↵Mario Bertschler2017-07-051-4/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instance state." into ub-launcher3-dorval-polish am: c3f7664475 Change-Id: Ie802edcfc44df01fd8bfbf36fbfb913544285bb0
| * | | Merge "Settings: only replace content with new fragment if it has no saved ↵Mario Bertschler2017-07-051-4/+6
| |\ \ \ | | | | | | | | | | | | | | | instance state." into ub-launcher3-dorval-polish
| | * | | Settings: only replace content with new fragment if it has no savedMario Bertschler2017-06-301-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instance state. Bug: 63141698 Change-Id: Ifdaca42224199cfd8fdd2fc01c3760faecf35e2d
* | | | | Merge "Close cursor after use in RestoreDbTaskTest." into ↵Rajeev Kumar2017-07-051-5/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish am: 67058f2009 Change-Id: I6a2c7845bf0d79ce593485d2ce1b21d470ec6d4e
| * | | | Merge "Close cursor after use in RestoreDbTaskTest." into ↵Rajeev Kumar2017-07-051-5/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
| | * | | | Close cursor after use in RestoreDbTaskTest.Rajeev Kumar2017-06-271-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I799fe29ecd602141cac61314c087e3154e12b102
* | | | | | Merge "Fixing clip mask not getting initialized properly." into ↵Sunny Goyal2017-07-041-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish am: 2348796e36 Change-Id: If8a8c8895a9e0170355d98fae044b986d42d62ac
| * | | | | Merge "Fixing clip mask not getting initialized properly." into ↵Sunny Goyal2017-07-041-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
| | * | | | | Fixing clip mask not getting initialized properly.Sunny Goyal2017-07-041-1/+1
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before initializing the clip mask, we were calling iconNormalization on the adaptive icon which was changing the bounds of the drawable (only for the first call). Instead setting the bounds of the drawable after icon normalization. Bug: 63010770 Change-Id: I028d1e38a0d8c4001286d343e107637cf307c4a4
* | | | | | Merge "Ensure mCurrentPage is valid after page is removed" into ↵Tony Wickham2017-07-041-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish am: 94e9d53728 Change-Id: I63696e5843f0f49f48c84659d5b8f37a171e63f2
| * | | | | Merge "Ensure mCurrentPage is valid after page is removed" into ↵Tony Wickham2017-07-041-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | ub-launcher3-dorval-polish
| | * | | | Ensure mCurrentPage is valid after page is removedTony2017-07-041-0/+1
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specific case this addresses: removing work profile - Removing work profile causes workspace to be rebound - This means pages are removed and re-added - As icons are added back to the pages, they use the context of the current page to ensure theming is correct (see ag/1919636) - Without this change, the current page could be null, causing a crash. Now we make sure the index is valid. Bug: 62699220 Change-Id: I0aa1d0c2c6150c51dacb2eb860e4dacd183b3505
* | | | | Merge "Sanitizing various search container ids and layout names" into ↵Sunny Goyal2017-07-049-11/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish am: efbfcb838d Change-Id: Id66c371061d3cca6f9c0c09684e12ff7b5f33c32
| * | | | Merge "Sanitizing various search container ids and layout names" into ↵TreeHugger Robot2017-07-049-11/+17
| |\ \ \ \ | | |/ / / | |/| | | | | | | | ub-launcher3-dorval-polish
| | * | | Sanitizing various search container ids and layout namesSunny Goyal2017-06-279-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 63014381 Change-Id: Ia75a8a048c7a85c6324f8861abd2bcf1721032fa
* | | | | Merge "Use last saved icon if pinned shortcut is unpublished" into ↵Tony Wickham2017-07-032-5/+32
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish am: f593fb916e Change-Id: I59b633b08aa41d8e59cf45fdb0a7204a6932603d
| * | | | Merge "Use last saved icon if pinned shortcut is unpublished" into ↵Tony Wickham2017-07-032-5/+32
| |\ \ \ \ | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
| | * | | | Use last saved icon if pinned shortcut is unpublishedTony Wickham2017-06-292-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 62814533 Change-Id: I683bd6abdf17defc55c0f17d8688951d4841c066
* | | | | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorval-polishBill Yi2017-07-010-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 1fb300e272 -s ours Change-Id: I43042aee6bf5afbf0cdc30d090f388483b27eaa9
| * | | | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-dorval-polishTreeHugger Robot2017-07-011-2/+2
| |\ \ \ \ \
| | * | | | | Import translations. DO NOT MERGEBill Yi2017-07-011-2/+2
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | Change-Id: Idd738d2228f85b4b4cca61a1fba7b293e2a34816 Auto-generated-cl: translation import
* | | | | | Import translations. DO NOT MERGE am: 0256289bf6 -s oursBill Yi2017-07-010-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 1e7a412ee3 -s ours Change-Id: I6e7fa59ae61c7688a88ebdbc3d430042a96e969b
| * | | | | Import translations. DO NOT MERGEBill Yi2017-07-010-0/+0
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | am: 0256289bf6 -s ours Change-Id: I16a31eb9135752d2db6a1b4b560d76efdc0f9ae8
* | | | | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-masterTreeHugger Robot2017-07-011-2/+2
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGEBill Yi2017-07-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2a64d8024850c87b55bcbc48199db7f0413537af Auto-generated-cl: translation import
* | | | | | | Import translations. DO NOT MERGE skipped: 0256289bf6Bill Yi2017-07-010-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | Change-Id: I6c38190a5b6e00b501ef3b02a85ce81780794c7b