summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from topic 'am-47bc3657-4ec5-48ea-a081-c94faa8bfc8c' into ↵Hyunyoung Song2017-07-191-15/+20
|\ | | | | | | | | | | | | | | ub-launcher3-dorval-polish2 * changes: PopupContainerWithArrow should align correctly in RTL mode Test: see attached screenshot in the bug am: 435a35dec3 PopupContainerWithArrow should align correctly in RTL mode Test: see attached screenshot in the bug
| * PopupContainerWithArrow should align correctly in RTL mode Test: see ↵Hyunyoung Song2017-07-191-15/+20
| |\ | | | | | | | | | | | | | | | attached screenshot in the bug am: 435a35dec3 Change-Id: I4c290f603c94955a9b85a9c4b91fa0738820d932
| | * PopupContainerWithArrow should align correctly in RTL modeHyunyoung Song2017-07-191-15/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: see attached screenshot in the bug Bug: 63721807 the horizontal gravity enforcement has to be done on (left+translateX) value and not just translateX. Hence that enforcement has been moved to onLayout. Change-Id: I9b6502dc55d59e04a406ebe71ac3b649b31d6088
* | | Merge changes from topic 'am-948a617f-f892-4399-bd5c-3dd472692cca' into ↵TreeHugger Robot2017-07-194-49/+38
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish2 * changes: Merge commit 'refs/changes/98/2553198/2' of sso://googleplex-android/platform/packages/apps/Launcher3 into am-948a617f-f892-4399-bd5c-3dd472692cca Updating UserEventDispatcher to make some methods accessible.
| * \ \ Merge commit 'refs/changes/98/2553198/2' of ↵Sunny Goyal2017-07-194-49/+38
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | sso://googleplex-android/platform/packages/apps/Launcher3 into am-948a617f-f892-4399-bd5c-3dd472692cca Change-Id: I4b54791fcaaf09a9aad6774d19645e7d7793c75d
| | * | | Updating UserEventDispatcher to make some methods accessible.Sunny Goyal2017-07-194-49/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Removing helper methods around fillInLogContainerData so that its easier to create events with 3 and more srcTargets > Removing setPredictedApps from userEventDispatcher as its specific to Launcher and does not apply to other activities. Instead moving it to AllAppsRecyclerView Bug: 63719473 Change-Id: Ib92621e41ede4ffe03892642ab173772b5a84dd1
* | | | | Merge changes from topic 'am-ad7d3769-753e-4ddd-97fb-2d13b2d07948' into ↵TreeHugger Robot2017-07-191-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish2 * changes: Factor in CellLayout padding in cell size calculation. am: 8632d9dd1e Factor in CellLayout padding in cell size calculation.
| * | | | Factor in CellLayout padding in cell size calculation. am: 8632d9dd1eJonathan Miranda2017-07-181-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I5cf4a8b9ad63ce87efa88708cb4a99439497326c
| | * | | | Factor in CellLayout padding in cell size calculation.Jon Miranda2017-07-181-1/+2
| | | |/ / | | |/| | | | | | | | | | | | | | | | | Bug: 63753505 Change-Id: I221dfb1d486110f8de3994085d917c12f82bcd0f
* | | | | Merge changes from topic 'am-121e73e9-eff7-4ee5-aecf-aaaaf9cc4eb5' into ↵TreeHugger Robot2017-07-191-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish2 * changes: Fix regression which broke Workspace flings in RTL am: 5360b6ee4f Fix regression which broke Workspace flings in RTL
| * | | | Fix regression which broke Workspace flings in RTL am: 5360b6ee4fAdam Cohen2017-07-181-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Iabeb3b8975706c3b19cd8110f687cea3504a046c
| | * | | | Fix regression which broke Workspace flings in RTLAdam Cohen2017-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue 63815505 Change-Id: Iac2f66235c0d36c0df58da20f3e0aace14c190b7
| | * | | | Merge "Decrease the animation delay when closing Folder from 2+ page." into ↵TreeHugger Robot2017-07-181-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
| | * \ \ \ \ Merge "Using collator for string matching" into ub-launcher3-dorval-polishTreeHugger Robot2017-07-181-4/+53
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge "Dark page indicator for wallpapers that support dark text." into ↵TreeHugger Robot2017-07-181-0/+9
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
* | | \ \ \ \ \ \ Merge "SwipeDetector should work on multi touch finger points Bug: 63815304 ↵Hyunyoung Song2017-07-191-8/+35
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | Change-Id: I66b0bedeed0bd3fadc5f2f73fd76e64010170c97" into ub-launcher3-dorval-polish2
| * | | | | | | | SwipeDetector should work on multi touch finger pointsHyunyoung Song2017-07-181-8/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 63815304 Change-Id: I66b0bedeed0bd3fadc5f2f73fd76e64010170c97
* | | | | | | | | Decrease the animation delay when closing Folder from 2+ page. am: e8e6d9b658Jonathan Miranda2017-07-181-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | | Change-Id: I76fbab2eae9ef97dfff43f85d76f1446fa8fa8a7
| * | | | | | | Decrease the animation delay when closing Folder from 2+ page.Jon Miranda2017-07-181-1/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 36022592 Change-Id: I3ec956b354efb3836c4c3cf9baf361f763faae1f
* | | | | | | Merge changes from topic 'am-3df8d75d-ddd8-4045-a20e-f35d57b86835' into ↵TreeHugger Robot2017-07-181-4/+53
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish2 * changes: Using collator for string matching am: 05d2df1678 Using collator for string matching
| * \ \ \ \ \ \ Using collator for string matching am: 05d2df1678Sunny Goyal2017-07-181-4/+53
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | | | | | | | | Change-Id: I0e25b3d84cac2d09491aa87c7dafb2c24e12d556
| | * | | | | | Using collator for string matchingSunny Goyal2017-07-181-4/+53
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides a better matching for non-latin characters on N and above Bug: 63763127 Change-Id: I220487d242ff547311ddd13e7af380a7e47eec0e
* | | | | | | Merge changes from topic 'am-9a359cd5-d018-48ab-ad8e-de4e1c0151e4' into ↵TreeHugger Robot2017-07-181-0/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish2 * changes: Dark page indicator for wallpapers that support dark text. am: b2b0333a62 Dark page indicator for wallpapers that support dark text.
| * | | | | | Dark page indicator for wallpapers that support dark text. am: b2b0333a62Mario Bertschler2017-07-171-0/+9
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | / / | | | |_|/ / | | |/| | | Change-Id: I417f504843177d51c73bc65a9683184733efb209
| | * | | | Dark page indicator for wallpapers that support dark text.Mario Bertschler2017-07-171-0/+9
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | Bug: 63716936 Change-Id: Ie21680e285aecfe92262208c8f97c8aa496dc092
* | | | | Fix crash when adding PinShortcutRequestActivityInfo to Folder. am: b24fa30025Jonathan Miranda2017-07-182-4/+8
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | Change-Id: I36ac77083ded8d2db31d7b9bbbe6ba60205633f1
| * | | | Fix crash when adding PinShortcutRequestActivityInfo to Folder.Jon Miranda2017-07-182-4/+8
| | |_|/ | |/| | | | | | | | | | | | | | Bug: 63770450 Change-Id: Ibc7553933a53d8af459628add7644fbaf5820cb0
| * | | Merge "Fix bug where Folder name stayed invisible." into ↵TreeHugger Robot2017-07-181-0/+1
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
| * \ \ \ Merge "Accounting for bottom margin in the search box in app-scroll range" ↵TreeHugger Robot2017-07-171-1/+2
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | into ub-launcher3-dorval-polish
* | | | | Launcher3: Can't search out local app by Chineseyingrenw2017-07-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Chinese content type is Character.OTHER_LETTER. When key matches,it check the content type. And if type is Character.OTHER_LETTER, it doesn't support search and break. When the content type is Character.OTHER_LETTER, make it work normally. Bug: 63534074 Change-Id: I3713f24c9206fe16a8da2a23e6c90d68079dd533 (cherry picked from commit a9f4bffbfc9802ca86a813de2bccea9572f710af)
* | | | | Fix bug where Folder name stayed invisible. am: 19db4255a6Jonathan Miranda2017-07-181-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | | Change-Id: I408896c94f43c9271d56468b8162d2c813f16b7a
| * | | Fix bug where Folder name stayed invisible.Jon Miranda2017-07-171-0/+1
| |/ / | | | | | | | | | | | | | | | | | | Accidentally removed from Change-Id: I7ede7ed9e091e2a0c3cbe11731744bfe9ce36595 Bug: 63777585 Change-Id: I3178944285f11ab3efbd3b446c22b4b5f6843988
| * | Merge "Collapse caret click and all apps click into one" into ↵TreeHugger Robot2017-07-141-19/+5
| |\ \ | | | | | | | | | | | | ub-launcher3-dorval-polish
| * \ \ Merge "Tighten up vertical spacing in landscape all apps." into ↵TreeHugger Robot2017-07-141-1/+7
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
* | \ \ \ Accounting for bottom margin in the search box in app-scroll range am: ↵Sunny Goyal2017-07-171-1/+2
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | 0bf251b643 Change-Id: Icd2c57f7de9b46d7d4581bea94faf7d132217094
| * | | | Accounting for bottom margin in the search box in app-scroll rangeSunny Goyal2017-07-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 2539098 Change-Id: I9d7cdb05d33af397a4adcfc2f1f6c1d380b9fb0e
* | | | | Merge changes from topic 'am-8fe17af0-0537-403b-a1b4-6a352a5e7ce7' into ↵TreeHugger Robot2017-07-141-19/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish2 * changes: Collapse caret click and all apps click into one am: bf78f3cd41 Collapse caret click and all apps click into one
| * \ \ \ \ Collapse caret click and all apps click into one am: bf78f3cd41Adam Cohen2017-07-141-19/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | Change-Id: Ic746c5fef1d5e00c7a9f6f9f92dd30347b8af540
| | * | | | Collapse caret click and all apps click into oneAdam Cohen2017-07-141-19/+5
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Was separating them for cleanliness, but turns out in portrait the caret is the button, but in landscape it's not. We'll clean all this up later. Change-Id: Icbc185f9183ded685b4a988eacf19cb7583ed8ad
| | * | | Merge "Changes on the wallpaper gradient extraction algorithm: fallback ↵Mario Bertschler2017-07-141-16/+43
| | |\ \ \ | | | | | | | | | | | | | | | | | | colors for very light or very dark luminosity." into ub-launcher3-dorval-polish
* | | \ \ \ Tighten up vertical spacing in landscape all apps. am: 4e358271d3Jonathan Miranda2017-07-141-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | Change-Id: Ia9e9c8b2e24b5048a395595a07db8103fe500cc9
| * | | | Tighten up vertical spacing in landscape all apps.Jon Miranda2017-07-141-1/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 37015359 Bug: 62801588 Change-Id: Ia4bdc2c2b12647cd671cf8a3e7a8defc43863da1
| * | | Merge "Make landscape all apps caret clickable when in all apps as well as ↵TreeHugger Robot2017-07-142-3/+20
| |\ \ \ | | | | | | | | | | | | | | | workspace" into ub-launcher3-dorval-polish
* | \ \ \ Merge changes from topic 'am-9eed976f-7d63-45d0-ad0c-14ddd50e37d1' into ↵Mario Bertschler2017-07-141-16/+43
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-dorval-polish2 * changes: Changes on the wallpaper gradient extraction algorithm: fallback colors for very light or very dark luminosity. am: 97f93583d3 Changes on the wallpaper gradient extraction algorithm: fallback colors for very light or very dark luminosity.
| * \ \ \ \ Changes on the wallpaper gradient extraction algorithm: fallback colors for ↵Mario Bertschler2017-07-141-16/+43
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | very light or very dark luminosity. am: 97f93583d3 Change-Id: I7af91b953b1f131437b8d1ff1f88a47d5a87c66a
| | * | | | Changes on the wallpaper gradient extraction algorithm: fallback colorsMario Bertschler2017-07-141-16/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for very light or very dark luminosity. Bug: 63705813 Change-Id: I71b29e294b1c9c139f8f778e8f217e127d95fec5
* | | | | | Make landscape all apps caret clickable when in all apps as well as ↵Adam Cohen2017-07-142-3/+20
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | workspace am: 5441a9d30a Change-Id: Iad49b3b93c3443c487193f901c1c28c52d27b419
| * | | | | Make landscape all apps caret clickable when in all apps as well as workspaceAdam Cohen2017-07-142-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Also increase the touch target size of the caret -> Center the asset horizontally within the view (but keep it bottom asligned) issue 63681599 issue 63682248 Change-Id: I64efdfb9f84b82cc21d82c10d9301a99fed3353a
* | | | | | Add new motion for when Folder preview changes due to onDrop. am: 4dd024b974Jonathan Miranda2017-07-145-26/+200
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | Change-Id: I2890d07784fdf4e7530e840434293bf5cdb80b4e
| * | | | | Add new motion for when Folder preview changes due to onDrop.Jon Miranda2017-07-145-26/+200
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of changing the display order of the Folder to preserve the upper left quadrant, we are opting to change the Folder Icon preview to always show the upper left quadrant. This means that when adding items to a Folder, the preview items may change. (They will change when the column size increases). Bug: 27944225 Bug: 63140071 Change-Id: I863c2479469d68559cab2878030c2087d48217d6