Commit Graph

34630 Commits

Author SHA1 Message Date
TreeHugger Robot 52f5f64091 Merge changes from topic 'am-948a617f-f892-4399-bd5c-3dd472692cca' into ub-launcher3-master
* changes:
  Merge commit 'refs/changes/98/2553198/2' of sso://googleplex-android/platform/packages/apps/Launcher3 into am-948a617f-f892-4399-bd5c-3dd472692cca am: d3e669b9ae
  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.
2017-07-19 20:30:44 +00:00
TreeHugger Robot 5be36b4941 Merge "Factor in CellLayout padding in cell size calculation." into ub-launcher3-dorval-polish 2017-07-19 20:25:57 +00:00
TreeHugger Robot 7c085bf7df Merge changes from topic 'am-ad7d3769-753e-4ddd-97fb-2d13b2d07948' into ub-launcher3-dorval-polish2
* changes:
  Factor in CellLayout padding in cell size calculation. am: 8632d9dd1e
  Factor in CellLayout padding in cell size calculation.
2017-07-19 20:25:57 +00:00
TreeHugger Robot b21b934b88 Merge changes from topic 'am-ad7d3769-753e-4ddd-97fb-2d13b2d07948' into ub-launcher3-master
* changes:
  Factor in CellLayout padding in cell size calculation. am: 8632d9dd1e am: d39707b662
  Factor in CellLayout padding in cell size calculation. am: 8632d9dd1e
  Factor in CellLayout padding in cell size calculation.
2017-07-19 20:25:57 +00:00
Hyunyoung Song 3335b02ae8 PopupContainerWithArrow should align correctly in RTL mode Test: see attached screenshot in the bug am: 435a35dec3 am: febdbfcafb
Change-Id: I35b94fb934cbf644ad8a2ed90f172c7c25c374f8
2017-07-19 19:35:49 +00:00
Hyunyoung Song febdbfcafb PopupContainerWithArrow should align correctly in RTL mode Test: see attached screenshot in the bug am: 435a35dec3
Change-Id: I4c290f603c94955a9b85a9c4b91fa0738820d932
2017-07-19 19:35:46 +00:00
Hyunyoung Song 435a35dec3 PopupContainerWithArrow should align correctly in RTL mode
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
2017-07-19 12:35:11 -07:00
TreeHugger Robot 0b5f8f82e3 Merge changes from topic 'am-121e73e9-eff7-4ee5-aecf-aaaaf9cc4eb5' into ub-launcher3-dorval-polish2
* changes:
  Fix regression which broke Workspace flings in RTL am: 5360b6ee4f
  Fix regression which broke Workspace flings in RTL
2017-07-19 18:13:20 +00:00
TreeHugger Robot b245ea40b5 Merge changes from topic 'am-121e73e9-eff7-4ee5-aecf-aaaaf9cc4eb5' into ub-launcher3-master
* changes:
  Fix regression which broke Workspace flings in RTL am: 5360b6ee4f am: 7d522f885c
  Fix regression which broke Workspace flings in RTL am: 5360b6ee4f
  Fix regression which broke Workspace flings in RTL
2017-07-19 18:13:20 +00:00
Sunny Goyal 6309ade981 Merge commit 'refs/changes/98/2553198/2' of sso://googleplex-android/platform/packages/apps/Launcher3 into am-948a617f-f892-4399-bd5c-3dd472692cca am: d3e669b9ae
Change-Id: I65bca6b78210297fec8e361c54b5f5320e4831ac
2017-07-19 18:10:09 +00:00
Sunny Goyal d3e669b9ae Merge commit 'refs/changes/98/2553198/2' of sso://googleplex-android/platform/packages/apps/Launcher3 into am-948a617f-f892-4399-bd5c-3dd472692cca
Change-Id: I4b54791fcaaf09a9aad6774d19645e7d7793c75d
2017-07-19 11:08:35 -07:00
Sunny Goyal 2b50b53183 Updating UserEventDispatcher to make some methods accessible.
> 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
2017-07-19 11:03:35 -07:00
Hyunyoung Song 6aa29a823a Merge "SwipeDetector should work on multi touch finger points Bug: 63815304 Change-Id: I66b0bedeed0bd3fadc5f2f73fd76e64010170c97" into ub-launcher3-dorval-polish2 2017-07-19 06:31:50 +00:00
Adam Cohen c47c674471 Fix regression which broke Workspace flings in RTL am: 5360b6ee4f am: 7d522f885c
Change-Id: Ie053f11541a37e93d9a57175f93d500070001ab1
2017-07-18 23:19:45 +00:00
Adam Cohen 7d522f885c Fix regression which broke Workspace flings in RTL am: 5360b6ee4f
Change-Id: Iabeb3b8975706c3b19cd8110f687cea3504a046c
2017-07-18 23:19:43 +00:00
Adam Cohen 5360b6ee4f Fix regression which broke Workspace flings in RTL
issue 63815505

Change-Id: Iac2f66235c0d36c0df58da20f3e0aace14c190b7
2017-07-18 16:19:35 -07:00
Hyunyoung Song 697d0159c6 SwipeDetector should work on multi touch finger points Bug: 63815304 Change-Id: I66b0bedeed0bd3fadc5f2f73fd76e64010170c97 am: 51e224a121
Change-Id: Ie30e1eadbe29b383e589afccb610d2e5c5d95540
2017-07-18 22:00:06 +00:00
Hyunyoung Song 51e224a121 SwipeDetector should work on multi touch finger points
Bug: 63815304
Change-Id: I66b0bedeed0bd3fadc5f2f73fd76e64010170c97
2017-07-18 14:59:48 -07:00
TreeHugger Robot b11be0bff5 Merge "Decrease the animation delay when closing Folder from 2+ page." into ub-launcher3-dorval-polish 2017-07-18 20:05:16 +00:00
Jon Miranda 8632d9dd1e Factor in CellLayout padding in cell size calculation.
Bug: 63753505
Change-Id: I221dfb1d486110f8de3994085d917c12f82bcd0f
2017-07-18 12:42:15 -07:00
Jonathan Miranda 346f393ca3 Factor in CellLayout padding in cell size calculation. am: 8632d9dd1e am: d39707b662
Change-Id: Iaf4e9135190c15f053279175ddf9522794a325af
2017-07-18 19:41:32 +00:00
Jonathan Miranda d39707b662 Factor in CellLayout padding in cell size calculation. am: 8632d9dd1e
Change-Id: I5cf4a8b9ad63ce87efa88708cb4a99439497326c
2017-07-18 19:41:30 +00:00
Jon Miranda e8e6d9b658 Decrease the animation delay when closing Folder from 2+ page.
Bug: 36022592
Change-Id: I3ec956b354efb3836c4c3cf9baf361f763faae1f
2017-07-18 11:58:22 -07:00
Jonathan Miranda cbab7598b3 Decrease the animation delay when closing Folder from 2+ page. am: e8e6d9b658 am: 79823ae46f
Change-Id: Idcae0694f1b901a313f7b61a925f99d94e559435
2017-07-18 18:57:46 +00:00
Jonathan Miranda 79823ae46f Decrease the animation delay when closing Folder from 2+ page. am: e8e6d9b658
Change-Id: I76fbab2eae9ef97dfff43f85d76f1446fa8fa8a7
2017-07-18 18:57:43 +00:00
TreeHugger Robot 6596f75dd3 Merge "Using collator for string matching" into ub-launcher3-dorval-polish 2017-07-18 18:46:14 +00:00
TreeHugger Robot 426428eb8b Merge changes from topic 'am-3df8d75d-ddd8-4045-a20e-f35d57b86835' into ub-launcher3-master
* changes:
  Using collator for string matching am: 05d2df1678 am: eb297820a2
  Using collator for string matching am: 05d2df1678
  Using collator for string matching
2017-07-18 18:46:14 +00:00
TreeHugger Robot 21ae7d7cbe Merge changes from topic 'am-3df8d75d-ddd8-4045-a20e-f35d57b86835' into ub-launcher3-dorval-polish2
* changes:
  Using collator for string matching am: 05d2df1678
  Using collator for string matching
2017-07-18 18:46:14 +00:00
TreeHugger Robot 79cb830231 Merge "Dark page indicator for wallpapers that support dark text." into ub-launcher3-dorval-polish 2017-07-18 18:44:06 +00:00
TreeHugger Robot b56b553d87 Merge changes from topic 'am-9a359cd5-d018-48ab-ad8e-de4e1c0151e4' into ub-launcher3-master
* changes:
  Dark page indicator for wallpapers that support dark text. am: b2b0333a62 am: 3120b11412
  Dark page indicator for wallpapers that support dark text. am: b2b0333a62
  Dark page indicator for wallpapers that support dark text.
2017-07-18 18:44:06 +00:00
TreeHugger Robot 7e123ea68b Merge changes from topic 'am-9a359cd5-d018-48ab-ad8e-de4e1c0151e4' into 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.
2017-07-18 18:44:06 +00:00
Sunny Goyal 3f6dc7f9af Using collator for string matching am: 05d2df1678 am: eb297820a2
Change-Id: Iec2b8733e29a9c4e182431585bfa1662541c3b8d
2017-07-18 18:23:39 +00:00
Sunny Goyal eb297820a2 Using collator for string matching am: 05d2df1678
Change-Id: I0e25b3d84cac2d09491aa87c7dafb2c24e12d556
2017-07-18 18:23:35 +00:00
Sunny Goyal 05d2df1678 Using collator for string matching
This provides a better matching for non-latin characters on N and above

Bug: 63763127
Change-Id: I220487d242ff547311ddd13e7af380a7e47eec0e
2017-07-18 11:23:23 -07:00
Jon Miranda b24fa30025 Fix crash when adding PinShortcutRequestActivityInfo to Folder.
Bug: 63770450
Change-Id: Ibc7553933a53d8af459628add7644fbaf5820cb0
2017-07-18 11:04:55 -07:00
Jonathan Miranda 453e046dde Fix crash when adding PinShortcutRequestActivityInfo to Folder. am: b24fa30025 am: a911c4b3a0
Change-Id: I6109060b03fc96679bb4090ad02b1678340f0665
2017-07-18 18:03:37 +00:00
Jonathan Miranda a911c4b3a0 Fix crash when adding PinShortcutRequestActivityInfo to Folder. am: b24fa30025
Change-Id: I36ac77083ded8d2db31d7b9bbbe6ba60205633f1
2017-07-18 18:03:34 +00:00
Sunny Goyal 26afaad6b2 Launcher3: Can't search out local app by Chinese am: d791f3a4fa
Change-Id: I1f3a698a4cd6edc7f9e9756a0e83848cd88676c1
2017-07-18 08:28:18 +00:00
yingrenw d791f3a4fa Launcher3: Can't search out local app by Chinese
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 a9f4bffbfc)
2017-07-18 08:28:11 +00:00
TreeHugger Robot 751ea1c10e Merge "Fix bug where Folder name stayed invisible." into ub-launcher3-dorval-polish 2017-07-18 03:47:44 +00:00
Jonathan Miranda a45518e04b Fix bug where Folder name stayed invisible. am: 19db4255a6 am: bee75ded54
Change-Id: I15eb3633be13158df2d0dac5189cbc86969aaf14
2017-07-18 00:49:29 +00:00
Jonathan Miranda bee75ded54 Fix bug where Folder name stayed invisible. am: 19db4255a6
Change-Id: I408896c94f43c9271d56468b8162d2c813f16b7a
2017-07-18 00:49:27 +00:00
Jon Miranda 19db4255a6 Fix bug where Folder name stayed invisible.
Accidentally removed from Change-Id: I7ede7ed9e091e2a0c3cbe11731744bfe9ce36595

Bug: 63777585
Change-Id: I3178944285f11ab3efbd3b446c22b4b5f6843988
2017-07-17 17:45:52 -07:00
Mario Bertschler f8b6146cfa Dark page indicator for wallpapers that support dark text. am: b2b0333a62 am: 3120b11412
Change-Id: Iba6fc18e136802c0badbffba0a8132366f874190
2017-07-17 21:46:39 +00:00
Mario Bertschler 3120b11412 Dark page indicator for wallpapers that support dark text. am: b2b0333a62
Change-Id: I417f504843177d51c73bc65a9683184733efb209
2017-07-17 21:46:36 +00:00
Mario Bertschler b2b0333a62 Dark page indicator for wallpapers that support dark text.
Bug: 63716936
Change-Id: Ie21680e285aecfe92262208c8f97c8aa496dc092
2017-07-17 14:46:21 -07:00
TreeHugger Robot b49ff69b91 Merge "Accounting for bottom margin in the search box in app-scroll range" into ub-launcher3-dorval-polish 2017-07-17 20:48:45 +00:00
Sunny Goyal 6947f05aae Accounting for bottom margin in the search box in app-scroll range am: 0bf251b643 am: 6cd0e46a8e
Change-Id: If9419ac0d2855803bd496540064e21af2ffab6a7
2017-07-17 19:55:31 +00:00
Sunny Goyal 6cd0e46a8e Accounting for bottom margin in the search box in app-scroll range am: 0bf251b643
Change-Id: Icd2c57f7de9b46d7d4581bea94faf7d132217094
2017-07-17 19:55:26 +00:00
Sunny Goyal 0bf251b643 Accounting for bottom margin in the search box in app-scroll range
Bug: 2539098
Change-Id: I9d7cdb05d33af397a4adcfc2f1f6c1d380b9fb0e
2017-07-17 12:55:06 -07:00