Commit Graph

17043 Commits

Author SHA1 Message Date
TreeHugger Robot 1700a6748e Merge changes from topic "am-1bd72703-9d0a-4008-8efb-93b1471e2812" into ub-launcher3-master
* changes:
  [automerger] Fix bug where floating view is removed before window animation is complete. am: 53246e5fdc
  Fix bug where floating view is removed before window animation is complete.
2018-06-20 18:46:33 +00:00
Android Build Merger (Role) 73c0010a91 [automerger] Comment out part of WorkTabTest as it is not succeeding in the build server. Bug: 78589564 am: 70e36604a4
Change-Id: I2acebdf20bef9f5c94e53129cb34590d174af80a
2018-06-20 18:25:53 +00:00
Hyunyoung Song 70e36604a4 Comment out part of WorkTabTest as it is not succeeding in the build server.
Bug: 78589564

Change-Id: I7a979d9a62e222b8b2217844883d4a41c42f8209
2018-06-20 11:25:39 -07:00
Android Build Merger (Role) 1d8c59ffa8 [automerger] Apply legacy treatment on all non adaptive icons Bug: 110123894 Bug: 62372639 am: 0d84d7de61
Change-Id: I3ecba41a233adc4e24b1e758775923328b751f54
2018-06-20 18:02:06 +00:00
Hyunyoung Song 0d84d7de61 Apply legacy treatment on all non adaptive icons
Bug: 110123894
Bug: 62372639

Change-Id: I3bcaa3b9886942b4f1d45aaeebc8b8022e1319f8
2018-06-20 11:01:52 -07:00
TreeHugger Robot b6509423b1 Merge changes from topic "am-867e2786-be21-4b74-9b70-58c094fa1f0d" into ub-launcher3-master
* changes:
  [automerger] Creating some common launcher targets am: 9fc97976e0
  Creating some common launcher targets
2018-06-20 16:26:02 +00:00
Android Build Merger (Role) 4d90d0f9bb [automerger] Fix bug where floating view is removed before window animation is complete. am: 53246e5fdc
Change-Id: I1b8f651b200396819bbf9c1caee799b2d1f325e8
2018-06-19 23:13:23 +00:00
Jon Miranda 53246e5fdc Fix bug where floating view is removed before window animation is complete.
This fix attaches the AnimatorListenerAdapter on the parent AnimatorSet
to ensure all animations are complete before removing the floating view.

Bug: 110156760
Change-Id: I56638d745227e414583fa47a202c9aaa33874baa
2018-06-19 16:13:10 -07:00
Android Build Merger (Role) 7b26b7e435 [automerger] Increase timeout for WorkTabTest Bug: 78589564 am: e8d5bcfb92
Change-Id: Ib0e8029c56b6822d19f1803544b1259d3ecac9c1
2018-06-19 22:57:29 +00:00
Hyunyoung Song e8d5bcfb92 Increase timeout for WorkTabTest
Bug: 78589564

Change-Id: Ie52843d08488d4c7444dd3c0231054cfecc00922
2018-06-19 15:57:02 -07:00
Tony Wickham e390d25b68 Merge changes from topic "am-fd839b47-104b-4f3a-a517-fd305a9a6445" into ub-launcher3-master
* changes:
  [automerger] Don't intercept above shelf progress if still animating am: 89126653cd
  Don't intercept above shelf progress if still animating
2018-06-19 22:04:17 +00:00
Android Build Merger (Role) 1b570700cc [automerger] Fix the Launcher3Tests Bug: 78589564 am: 3efd037e63
Change-Id: I3d59b092d92ad7fe1d8a27b567b7eba9b614d95b
2018-06-19 21:13:29 +00:00
Hyunyoung Song 3efd037e63 Fix the Launcher3Tests
Bug: 78589564

$ adb shell am instrument -w com.android.launcher3.tests/android.support.test.runner.AndroidJUnitRunner

com.android.launcher3.allapps.search.DefaultAppSearchAlgorithmTest:..
com.android.launcher3.logging.FileLogTest:..
com.android.launcher3.model.AddWorkspaceItemsTaskTest:....
com.android.launcher3.model.CacheDataUpdatedTaskTest:...
com.android.launcher3.model.DbDowngradeHelperTest:....
com.android.launcher3.model.GridSizeMigrationTaskTest:...........
com.android.launcher3.model.LoaderCursorTest:........
com.android.launcher3.model.PackageInstallStateChangedTaskTest:...
com.android.launcher3.popup.PopupPopulatorTest:..
com.android.launcher3.provider.RestoreDbTaskTest:..
com.android.launcher3.touch.SwipeDetectorTest:.....
com.android.launcher3.ui.AllAppsAppLaunchTest:..
com.android.launcher3.ui.AllAppsIconToHomeTest:..
com.android.launcher3.ui.ShortcutsLaunchTest:..
com.android.launcher3.ui.ShortcutsToHomeTest:..
com.android.launcher3.ui.WorkTabTest:.
com.android.launcher3.ui.widget.AddConfigWidgetTest:....
com.android.launcher3.ui.widget.AddWidgetTest:..
com.android.launcher3.ui.widget.BindWidgetTest:......
com.android.launcher3.ui.widget.RequestPinItemTest:.
com.android.launcher3.util.GridOccupancyTest:..
com.android.launcher3.widget.WidgetsListAdapterTest:......

Time: 180.363
OK (76 test)

Change-Id: I4a50581bc8d06a030467ac9fec3e1ef668745214
2018-06-19 14:13:13 -07:00
TreeHugger Robot 2bc269265b Merge "Fix duplicate <uses-sdk> elements in Launcher3Tests" into ub-launcher3-master 2018-06-19 17:11:47 +00:00
TreeHugger Robot 3471127e8b Merge "UNREVIEWED: TAPL prototype for in-lab flake test" into ub-launcher3-edmonton-polish 2018-06-18 23:10:06 +00:00
Android Build Merger (Role) c43ddadb04 [automerger] UNREVIEWED: TAPL prototype for in-lab flake test am: 5a7d701d55
Change-Id: Ia46fe490f1e4ad745f8bada9aeaa02f439150948
2018-06-18 21:30:35 +00:00
Vadim Tryshev 5a7d701d55 UNREVIEWED: TAPL prototype for in-lab flake test
These sources didn't pass a normal CR, and mustn't be used in prod. The
goal of landing them is to start in-lab flakiness tests ASAP. A normal
code review will follow after landing cleanup CLs.

Bug: 110103162
Test: Running TaplTests suite
Change-Id: I051591c9af7822d4cbae4261e66563f1ccc1cfcc
2018-06-18 14:29:34 -07:00
Colin Cross 5d4eb1d5ab Fix duplicate <uses-sdk> elements in Launcher3Tests
PackageManager is probably ignoring the first one.

Bug: 78447299
Test: m Launcher3Tests
Change-Id: I359beac6819ec3f0d856e8e3c909765ea521e487
Merged-In: I359beac6819ec3f0d856e8e3c909765ea521e487
(cherry picked from commit d219bc1923)
2018-06-18 13:49:04 -07:00
Sunny Goyal 0eb466ea2f Merge "Exposing some methods to make QSB customization easier" into ub-launcher3-edmonton-polish 2018-06-18 19:26:46 +00:00
Sunny Goyal 1b42706115 Merge changes from topic "am-1221a99a-c82c-4d2c-81be-113552543222" into ub-launcher3-master
* changes:
  [automerger] Exposing some methods to make QSB customization easier am: 95cded5424
  Exposing some methods to make QSB customization easier
2018-06-18 19:26:46 +00:00
Bill Yi 79f581516b Import translations. DO NOT MERGE
Change-Id: Ib9eb56eaa3740d8848d71d8a7a960af61c100e12
Auto-generated-cl: translation import
2018-06-18 11:58:04 -07:00
Android Build Merger (Role) 5f20df2fd9 [automerger] Reapply the change to not clip recents am: 257b9c1ac1
Change-Id: Ia656fd616c5c3442285e5f648a130a1170574952
2018-06-18 17:20:40 +00:00
Santiago Etchebehere 257b9c1ac1 Reapply the change to not clip recents
Redo the fix from ag/4326104 as it got removed when reverting
the overscroll fix in ag/4358154

Change-Id: I87d186cbf7675948f4cd5d8aa1a907db1aad5ea0
2018-06-18 10:18:23 -07:00
Android Build Merger (Role) 232a0bdc0b [automerger] Creating some common launcher targets am: 9fc97976e0
Change-Id: I224496237302b8326e383bf237b4f71bf473afbc
2018-06-18 08:13:04 +00:00
Sunny Goyal 9fc97976e0 Creating some common launcher targets
Bug: 110336301
Change-Id: I4de635c9a2acd9dee0a8cd2396d6cfa23eefb2db
2018-06-18 01:12:55 -07:00
Android Build Merger (Role) 5b08262ece [automerger] Exposing some methods to make QSB customization easier am: 95cded5424
Change-Id: I23d83e5d5565778cb30a44dcdcbea0488679998a
2018-06-18 08:11:56 +00:00
Sunny Goyal 95cded5424 Exposing some methods to make QSB customization easier
Bug: 110336301
Change-Id: I74d73bfd4b345bae2ecab144b37f1af1126e4725
2018-06-18 01:11:46 -07:00
Android Build Merger (Role) fd6b95b049 [automerger] Revert "Adding overscroll effect in recents list" am: 260b4cbd90
Change-Id: I27941b438f5bb0774553698a063b51078d92399d
2018-06-15 23:55:04 +00:00
Santiago Etchebehere 260b4cbd90 Revert "Adding overscroll effect in recents list"
This reverts commit 4d6b1a95a1.

Bug: 110279118

Change-Id: I794b2c7af076d63901f2286fd2ff3d06c6e39fee
2018-06-15 23:55:03 +00:00
Hyunyoung Song 64fff351c1 Merge changes from topic "clockicon" into ub-launcher3-master
* changes:
  [automerger] Create a param to return scale used for bitmap creation Bug: 110082040 am: 4bc3cc3111
  Create a param to return scale used for bitmap creation Bug: 110082040
2018-06-15 22:00:32 +00:00
Hyunyoung Song 73088c2aae Merge "Create a param to return scale used for bitmap creation Bug: 110082040" into ub-launcher3-edmonton-polish 2018-06-15 22:00:32 +00:00
TreeHugger Robot c3dde3bdec Merge "Allowing taskView to have focusable children (using taskOverlays)" into ub-launcher3-edmonton-polish 2018-06-15 21:13:26 +00:00
Android Build Merger (Role) 637ddfc1a2 [automerger] Allowing taskView to have focusable children (using taskOverlays) am: 32b2896e6f
Change-Id: Ie18c8cb4159ff8c18ff27d0652d659a7ee0c4b52
2018-06-15 21:04:21 +00:00
Sunny Goyal 32b2896e6f Allowing taskView to have focusable children (using taskOverlays)
Bug: 110271905
Change-Id: Ie75a680efa61d3ded6142ff4e65198a704603639
2018-06-15 21:04:18 +00:00
Jonathan Miranda 0d2c6c23ed Merge "Fix bug where QSB gets clipped when flinging All Apps open." into ub-launcher3-edmonton-polish 2018-06-15 19:44:12 +00:00
Jonathan Miranda 81fbb53ee3 Merge changes from topic "am-e8c5d80c-f67d-44fc-85c2-887442665503" into ub-launcher3-master
* changes:
  [automerger] Fix bug where QSB gets clipped when flinging All Apps open. am: 3c71c6a564
  Fix bug where QSB gets clipped when flinging All Apps open.
2018-06-15 19:44:12 +00:00
TreeHugger Robot f37cfa72d2 Merge "Immediate 2nd quickscrub should not cancel if same state" into ub-launcher3-edmonton-polish 2018-06-15 19:36:41 +00:00
TreeHugger Robot 6e94ee24ce Merge changes from topic "am-c5545bb3-b4fc-4188-890e-09975d70878c" into ub-launcher3-master
* changes:
  [automerger] Immediate 2nd quickscrub should not cancel if same state am: f8fafa2847
  Immediate 2nd quickscrub should not cancel if same state
2018-06-15 19:36:41 +00:00
Android Build Merger (Role) 1f21f417f4 [automerger] Fix bug where QSB gets clipped when flinging All Apps open. am: 3c71c6a564
Change-Id: Idb85d97d1253b253c180247f34f8c1631cea6bbf
2018-06-15 18:19:52 +00:00
Jon Miranda 3c71c6a564 Fix bug where QSB gets clipped when flinging All Apps open.
Bug: 77538324
Change-Id: I3e40346559fd3b7010d92d28e12efcf2d8581640
2018-06-15 11:19:32 -07:00
TreeHugger Robot ae7c6d1284 Merge "Add hard clip for overscrolled children to not be visible above QSB." into ub-launcher3-edmonton-polish 2018-06-15 16:38:49 +00:00
Android Build Merger (Role) 1cffc1a5ef [automerger] Add hard clip for overscrolled children to not be visible above QSB. am: b8ca1aa7ee
Change-Id: I8e992910a4f6bfcb865da20d1f27a15eac02227d
2018-06-15 16:27:39 +00:00
Jon Miranda b8ca1aa7ee Add hard clip for overscrolled children to not be visible above QSB.
We lose the RecyclerView fading edge, but this is the simplest/less risky
solution.

Change-Id: I7aa39a33678ed8a9b9cf9f17c9ad8c14707b0299
2018-06-15 09:26:57 -07:00
Jonathan Miranda 3871e72686 Merge "Fix bug where add to folder fails even when folder creation animation runs." into ub-launcher3-edmonton-polish 2018-06-14 23:14:15 +00:00
Jonathan Miranda c73a972ce9 Merge changes from topic "am-a3d615af-02aa-451c-b89c-c1f59300b566" into ub-launcher3-master
* changes:
  [automerger] Fix bug where add to folder fails even when folder creation animation runs. am: 36f6359c21
  Fix bug where add to folder fails even when folder creation animation runs.
2018-06-14 23:14:15 +00:00
Hyunyoung Song 8d71d49043 Merge "Change target SDK for Launcher3Tests.apk to run on Sailfish device (API28) Bug: 78589564" into ub-launcher3-edmonton-polish 2018-06-14 21:55:16 +00:00
Android Build Merger (Role) 83e6107f1d [automerger] Change target SDK for Launcher3Tests.apk to run on Sailfish device (API28) Bug: 78589564 am: c22dec25f7
Change-Id: I87caf308f7e9f7af612bdfa4908c970da4d49030
2018-06-14 21:38:33 +00:00
Hyunyoung Song c22dec25f7 Change target SDK for Launcher3Tests.apk to run on Sailfish device (API28)
Bug: 78589564

https://sponge.corp.google.com/target?tab=Details&run=1&sortBy=STATUS&show=ALL&id=453a6b41-ff25-4a20-927a-561abad0e730&target=launcher3_unittests_invocation&searchFor=

Change-Id: I7e97545329e684304c074c66bca409467e17b90b
2018-06-14 14:38:14 -07:00
Android Build Merger (Role) 7c4c31eca1 [automerger] Create a param to return scale used for bitmap creation Bug: 110082040 am: 4bc3cc3111
Change-Id: I7d9a24db1bb6166ee267b1cecbafc08d9f88a8f7
2018-06-14 19:28:52 +00:00
Hyunyoung Song 4bc3cc3111 Create a param to return scale used for bitmap creation
Bug: 110082040

Change-Id: I35254289a216be4db96f452db184454581a59b32
2018-06-14 12:28:42 -07:00