summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Cling.java
Commit message (Collapse)AuthorAgeFilesLines
* Updating clings, removing ununsed clingsSunny Goyal2014-08-251-571/+0
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Updating Tablet clings. (Bug 11973614)Winson Chung2014-01-161-13/+82
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Adding migration Clings. (Bug 11973614)Winson Chung2014-01-101-11/+68
| | | | | - Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
* Clean up importsMichael Jurka2013-12-131-2/+1
|
* Initial changes to support smaller landscape layouts.Winson Chung2013-10-281-1/+1
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Initial changes for new clings. (Bug 11142616)Winson Chung2013-10-091-10/+90
| | | Change-Id: Id66ebceb99449941921d9e617dfe0cc05a2e3b65
* Tweaking the front cling to support more verbose languages. (Bug 11015051)Winson Chung2013-10-021-1/+1
|
* Tweaking folder cling to support large folders.Winson Chung2013-09-261-31/+67
| | | | Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
* Launcher changes to support custom cling hints.Winson Chung2013-09-241-2/+5
| | | | Change-Id: Ic381f43b96fb15a7a485b139635795e89564cc3b
* Initial changes to restore clings.Winson Chung2013-09-201-123/+179
| | | | Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
* Initial Changes for Dynamic GridWinson Chung2013-08-201-3/+5
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Lazily instantiate LauncherAppState.Daniel Sandler2013-06-271-3/+1
| | | | | | | | The application context for LauncherAppState is supplied by the application whenever it starts; don't ask for an instance before that. Change-Id: I1ca8ea04238a357a682f79250f08813ead7ae532
* Move LauncherApplication's state and code to LauncherAppState.Daniel Sandler2013-06-111-1/+1
| | | | | | | | This removes Launcher's static data and other state out of the Application object. Now LauncherApplication (extends Application) exists only to instantiate LauncherAppState. Change-Id: I4e323bd78b77536b92054105536a55c0c2c19ba8
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+271
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b