History log of /packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7661614383dc17d69a9b1fd819e4d610896d5205 26-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Updating Clings UI

issue: 16127412

Change-Id: Ie5885cabbef086e3b08811da72af88d01c4405e7
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
424418bb50ccf5d9270650b70cc51f423da51a65 23-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Updating clings, removing ununsed clings

issue: 16127412

Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
5ba21b6024ee8a3d4bdb2acad6fe30dfcf5cb3cd 25-Jun-2014 Amith Yamasani <yamasani@google.com> Don't show clings in guest user

If the SKIP_FIRST_USE_HINTS setting is ON, don't show clings. This
is used for Guest users.

Bug: 15873403
Change-Id: Icae713788c3ed26d55e8e713da7ec7d0d2b25fce
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
5eed5d8c7b7ca78dd07bc6d441600cb97e0782a1 19-May-2014 Adam Cohen <adamcohen@google.com> Ensure that hotseat callout only occurs when appropriate

issue 13551957

Change-Id: I87bda7eef8047edbd41f066930ed156a17d042df
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
8457d491bf1f3989ea2cf58f20b0ff4863a668a7 17-May-2014 Adam Cohen <adamcohen@google.com> Removing extra clear, load and bind of default workspace

-> If the user clicks "start fresh" we don't need to reload the workspace
since we've already loaded the default workspace from the primary
load in onCreate.

Change-Id: I43cb9e66fd49403ab6e0723cab1a03edd3dcac1b
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
6268f2db4c129e33d8d77513cb9df0f4799c7520 17-May-2014 Adam Cohen <adamcohen@google.com> Disable the folder cling in two cases

-> When the user creates a new folder
-> When the user drags an existing folder
-> The folder cling gets cut off in certain instances
and until we make it more extensible (not worth
it right now), we're disabling it in the problematic
cases. Also, in the problematic cases, the user
is demonstrating some advanced knowledge, so
it's somewhat justifiable.

issue 14491765

Change-Id: Ib15d2f097c51a9b755f04b95ed6ef468d3bacc60
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
69dffdb83a614a6b02a2363e0ade510948549972 05-Apr-2014 Winson Chung <winsonc@google.com> Disabling the focused hotseat app cling if GEL is not preinstalled on the device. (Bug. 13551957)

Change-Id: I24b25a0eada1ac9273a57b02d80a2451d08b02b0
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
c6c0367111e587c7f19cb8185dcda550aa94a848 06-Mar-2014 Winson Chung <winsonc@google.com> Disabling cling when the user moves the folder before launching it. (Bug 12963868)

Change-Id: Iddcdf655c78b7240be123bd549f3d45794d02c83
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
71e03b9979b5ee4c30daa7eb0a704ec92b38431b 21-Feb-2014 Adam Cohen <adamcohen@google.com> Fix issue where clings didn't appear after set up wizard (issue 13077829)

-> Also removed the db-created as a criteria for showing the clings
(this was a bit problematic in some cases and going forward)
-> Instead, we use database upgrade as a signal to not show the clings.
This is used instead of the above criteria (to prevent old users from
seeing the migration cling and losing their data.)
-> Stripped some old code related to custom clings that's no longer used.

Change-Id: Ib5e5285e5ddbc60e69eb998ee9fd092ae879150d
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
0b560dda27dfd341393c1290798a709e6ae57987 21-Jan-2014 Winson Chung <winsonc@google.com> Adding tighter first run checks for migration clings. (Bug 12626290)

Change-Id: I09fc95c9a3d50ce57f9140e89da2ff4856807f92
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
205cd7727f3bd8b65892c580e6f243464878fe6e 15-Jan-2014 Winson Chung <winsonc@google.com> Updating Tablet clings. (Bug 11973614)

Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
e43a1e788223ab5a4405c5eeb0133ff57efbc768 15-Jan-2014 Winson Chung <winsonc@google.com> Tightening migration conditions. (Bug 11973614)

Change-Id: I6d7417b705227472d035f428cbec933cc6dbf2ce
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
285b6e1483fd7ddc941fb2c9c50d43ee1b1841ca 14-Jan-2014 Winson Chung <winsonc@google.com> Properly saving migration cling keys.

Change-Id: Id52a12da6af0fc91463dae07bbeb355ee04873d0
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
5317c2b7adfbfef97edc6ad9b7e007160ef689f4 11-Jan-2014 Winson Chung <winsonc@google.com> Updating assets and text for migration cling. (Bug 11973614)

Change-Id: I69ffc1581cc43511b4f42ebb2735afe4c0b44131
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java
a694524047fda0a51dede4eefb1201a598d2d3a7 08-Jan-2014 Winson Chung <winsonc@google.com> Adding migration Clings. (Bug 11973614)

- Refactoring Launcher cling code out to LauncherClings.

Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
/packages/apps/Launcher3/src/com/android/launcher3/LauncherClings.java