summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PendingAddItemInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up LauncherModelMichael Jurka2011-09-071-7/+1
| | | | | | | | - 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-1/+7
| | | Change-Id: Iad3ed8ef4f81f4990c027ab46fd25b03b089babb
* Initial changes to allow resolution of arbitrary clip data to widgets that ↵Winson Chung2010-11-031-0/+13
| | | | | | support them. Change-Id: Id5dfa8436a5bf6eb7bd300ec603911a9d3698de3
* Adding initial support for dropping widgets with custom configuration data.Winson Chung2010-10-281-0/+5
| | | | Change-Id: I4a7ba51783b27e544e9a21882bc7cd582b3b43e0
* updated Workspace thumbnail behaviorMichael Jurka2010-10-101-0/+5
| | | | | | | - in All Apps mode, fade thumbnails completely - while dragging, have thumbnails re-appear - while dragging, give screen thumbnails that can accept drops a different appearance (green outline instead of blue) Change-Id: I72ddf8a0f1947d35ef11514b7d4eea9ae5eee6e2
* Adding support for drag and drop of folders and shortcuts. Michael Jurka2010-09-241-0/+29
also: - Long press on empty space on workspace now brings up customization tray - Fixed: while dragging, items appeared to be dropping on folders two cells to the right - Fixed: Disabling drops on folders when the workspace is shrunken - Fixed: account for scaling of dragged items when checking if they overlap with shrunken workspace screens - Making folder icons dimmable to match shortcuts and widgets - When deciding with shrunken workspace screen we're dragging to, we now use the closest screen rather than the one that has been overlapped the most - Refactored drag/add mechanism, removing array of occupied cells from CellInfo - Removed dead code/variables