summaryrefslogtreecommitdiffstats
path: root/res/layout/custom_workspace_cling.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue where clings didn't appear after set up wizard (issue 13077829)Adam Cohen2014-02-211-32/+0
| | | | | | | | | | | -> 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
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-3/+3
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Add first RTL support to LauncherFabrice Di Meglio2013-01-231-2/+2
| | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* Add missing layout attributesRomain Guy2012-10-171-0/+2
| | | | | | Bug #7334849 Change-Id: Iae01cf5c587716951dee849e9c4116717d137d8f
* Re-merge "Add support for custom manta cling"Michael Jurka2012-10-081-0/+30
| | | | | | | | | | | | | | Also, fix issue where mako was crashing because Launcher was trying to load a custom cling for it. It was doing this because a custom home layout was specified by SetupWizard, but for now we only want custom clings on large devices Bug: 7302705 Bug: 6992663 This reverts commit 2ebcf509f038f435ca8819dc098a7cb480bed0d9. Change-Id: I46533309d5c62edfbd3a3b178c6965ffc73b6476
* Revert "Add support for custom manta cling"Michael Jurka2012-10-081-30/+0
| | | | This reverts commit 68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.
* Add support for custom manta clingMichael Jurka2012-10-051-0/+30
- Load a custom cling if custom workspace layout is specified - Also persist any custom workspace layout Bug: 6992663