History log of /packages/apps/Launcher3/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3d706ad70365052e3224fc4f4b0e7d1f5e8abf22 07-Mar-2017 Sunny Goyal <sunnygoyal@google.com> Separating the config and flags in different directories so that
it is easier to override one or the other

Bug: 36001650
Change-Id: I713f4f5dbcf902614ce9f6c7a73bdace7bdf1ea0
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java
a5c8a9eb666da16bc4c9ea4412868e22ace8d1f0 08-Jul-2016 Sunny Goyal <sunnygoyal@google.com> Adding logic to pull in workspace data from another Launcher3 based
provider. This allows OEMs to keep the user's homescreen intact while
changing the default home app package.

Bug: 28536314
Change-Id: Ibebfd7dd33aa2cbd9ca28d2d611dd0a4a5971444
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java
f03bd4f5470eed9808a0e6f345de94f4e578ae85 10-Jul-2016 Sunny Goyal <sunnygoyal@google.com> Build fix.

Missed some traces of key-value backup

Change-Id: Ifda94aa27aa53625bfb7ca173c6750c1b2433669
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java
eb77aaea8990ede3ba774c7b92d48d098bda0f24 24-May-2016 Sunny Goyal <sunnygoyal@google.com> Removing Key-Value pair backup logic as Launcher now uses full-data backup

Change-Id: I3bbaec2b33afe8c1da3ca1468c7c733cc3194604
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java
803896767b37e447bcdff7be6b9872612e93b7bf 22-Jun-2016 Sunny Goyal <sunnygoyal@google.com> Fixing bug in GridSizeMigrationTask, where it was not accounting for
an extra space when there is no all-apps icon

Bug: 29569843
Change-Id: Ib768f0d069aed413bd8f4c2aa86ab1d3d657680e
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java
bb011dad4e69bec027be1e00d573a3095b318b43 16-Jun-2016 Sunny Goyal <sunnygoyal@google.com> Adding a flag (enabled by default) to remove the all-apps button.

All apps can still be opened by clicking the caret.

Bug: 29398447
Change-Id: I61f1b05cea83a0a49d7cc16c518c5419618ba779
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java
da4fe1a6244457f144e0a331cada3ada17157809 27-May-2016 Sunny Goyal <sunnygoyal@google.com> Moving the QSB to the workspace grid.

The QSB will only be resent on the first screen of the workspace
covering the full width of the first row. If will not be movable.
The first screen of the workspace will not be movable.
The searchDropTargetBar no longer contains the QSB (it can be
renamed in aseparate cl).

Refactoring all QSB related logic by moving it to a custom view
inflated only using xml.
Change-Id: Icb4fd6eb855df1af15f685961c38351bf4fd4f4a
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java
9345ebfc5c6e555938a153262fcd4243616183a6 05-May-2016 Hyunyoung Song <hyunyoungs@google.com> Add test size annotation.

Rational/Background:

@MediumTest: An integration or functional test that validates the
interaction of one or more application modules on a single machine.
(should run under 1 sec: Usually get killed after 5 min)
@LargeTest: A system test, integration test, or end-to-end test that
verifies that a complete application works and accounts for the behavior
of external subsystems.
(Usually get killed after 15 min)

Change-Id: I8b668af3d2ca09c43ad45c6fd72b1d0d80c6b7d3
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java
f076eae0cab10f035f7b187c72a680cd220acf1b 11-Jan-2016 Sunny Goyal <sunnygoyal@google.com> Adding support for migrating the grid between any two valid screens sizes.

The grid is migrated in steps where each step consists of at max one column change and at max one row change.
Adding some unit tests for GridMigrationLogic

Bug: 25958224
Change-Id: Ie54e872ea0925cc4c463edbba0a7201d62b373a0
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java