summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherClings.java
Commit message (Collapse)AuthorAgeFilesLines
* Updating Clings UISunny Goyal2014-08-271-21/+13
| | | | | | issue: 16127412 Change-Id: Ie5885cabbef086e3b08811da72af88d01c4405e7
* Updating clings, removing ununsed clingsSunny Goyal2014-08-251-357/+165
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Don't show clings in guest userAmith Yamasani2014-07-021-0/+8
| | | | | | | | If the SKIP_FIRST_USE_HINTS setting is ON, don't show clings. This is used for Guest users. Bug: 15873403 Change-Id: Icae713788c3ed26d55e8e713da7ec7d0d2b25fce
* Ensure that hotseat callout only occurs when appropriateAdam Cohen2014-05-191-15/+7
| | | | | | issue 13551957 Change-Id: I87bda7eef8047edbd41f066930ed156a17d042df
* Removing extra clear, load and bind of default workspaceAdam Cohen2014-05-161-5/+2
| | | | | | | | -> 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
* Disable the folder cling in two casesAdam Cohen2014-05-161-6/+9
| | | | | | | | | | | | | | | -> 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
* Disabling the focused hotseat app cling if GEL is not preinstalled on the ↵Winson Chung2014-04-041-6/+18
| | | | | | device. (Bug. 13551957) Change-Id: I24b25a0eada1ac9273a57b02d80a2451d08b02b0
* Disabling cling when the user moves the folder before launching it. (Bug ↵Winson Chung2014-03-061-1/+7
| | | | | | 12963868) Change-Id: Iddcdf655c78b7240be123bd549f3d45794d02c83
* Fix issue where clings didn't appear after set up wizard (issue 13077829)Adam Cohen2014-02-211-22/+11
| | | | | | | | | | | -> 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
* Adding tighter first run checks for migration clings. (Bug 12626290)Winson Chung2014-01-211-1/+2
| | | | Change-Id: I09fc95c9a3d50ce57f9140e89da2ff4856807f92
* Updating Tablet clings. (Bug 11973614)Winson Chung2014-01-161-17/+17
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Tightening migration conditions. (Bug 11973614)Winson Chung2014-01-151-17/+29
| | | | Change-Id: I6d7417b705227472d035f428cbec933cc6dbf2ce
* Properly saving migration cling keys.Winson Chung2014-01-141-6/+5
| | | | Change-Id: Id52a12da6af0fc91463dae07bbeb355ee04873d0
* Updating assets and text for migration cling. (Bug 11973614)Winson Chung2014-01-101-7/+7
| | | | Change-Id: I69ffc1581cc43511b4f42ebb2735afe4c0b44131
* Adding migration Clings. (Bug 11973614)Winson Chung2014-01-101-0/+444
- Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c