summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherAppWidgetInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up LauncherModelMichael Jurka2011-09-071-4/+2
| | | | | | | | - performing all DB operations immediately if called from worker thread (a previous change that did this in updateItemInDatabase fixed an outstanding bug) - centralizing logic to do database updates - removing old logging code Change-Id: Idc7bfef3921828ff7c5492b8e996c0a07e1ec508
* Tagging where ItemInfos are created for debug purposesMichael Jurka2011-08-291-2/+4
| | | Change-Id: Iad3ed8ef4f81f4990c027ab46fd25b03b089babb
* Adding auto-advance to launcherAdam Cohen2010-11-101-2/+2
| | | | Change-Id: I96c88d35399057ccddc71dc93b974a39241a13da
* When dragging items on the home screen, visualize where they will drop.Patrick Dubroy2010-07-121-3/+25
| | | | | | | Draw a rectangle around the area where an item will land if it is dropped. If the area is vacant, the rectangle is green; otherwise, it is red. Change-Id: I859b52514566fa55f8c7a04493b8088d12baa476
* First cut at new home screen customization for xlarge displays.Michael Jurka2010-06-281-0/+2
| | | | | | | | - Add new layout for xlarge, removing hotseat, next/prev page, etc. - Add a "+" button in top right which switches to customization mode - Add a widget chooser which slides up from bottom of screen - Initial support for dragging widgets onto home screen Change-Id: I14e2e013ccceff4066fcb7c4492b4f6bef6595e7
* Defend against overlapping items in the workspace.Daniel Sandler2010-05-261-1/+1
| | | | | | | | | | | | | Should the Launcher's database become corrupted by mysterious forces (e.g.: third-party launchers; botched upgrades; smoke monsters) in such a way as to cause two items to share the same cell, we now ignore loading the latter. Prevents a runtime crash (http://b/2655516). Bug: 2655516 Change-Id: Ia514746f04f0e51b2cd07e9290589a6eab75bdd2
* Remove widgets when the corresponding apk is uninstalled.Romain Guy2010-01-131-1/+2
| | | | Bug #2298872
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-0/+7
|
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+53