summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/DeleteDropTarget.java
Commit message (Collapse)AuthorAgeFilesLines
* Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-01-091-5/+5
| | | | | | | | | - Moving the property to LauncherAppState - The property is only read on dogfood builds. The property can be set using setprop or /data/local.prop Change-Id: I14c7354efb12edb93f97e81687a6f920cc634e9a
* Do not allow duplicate shortcuts when ALL_APPS is disabled.Nilesh Agrawal2013-12-171-13/+2
| | | | | | | | When DISABLE_ALL_APPS is true, we want to have only one shortcut for each activityexposed via the Application's manifest. We ignore INSTALL_SHORTCUT broadcasts which have launch intents with ACTION_MAIN and CATEGORY_LAUNCHER. Applications can still create shortcuts pointing to an already exposed component if they provide data or extras in the intent. Change-Id: I0b05283ea6c522d197e0262c2997f7298e08740b
* am 10a8935e: Merge "Use AsyncTasks instead of creating new threads" into ↵Michael Jurka2013-12-031-3/+5
|\ | | | | | | | | | | | | jb-ub-now-jolly-elf * commit '10a8935ef1fc8f073e276fddc85bf66513050c81': Use AsyncTasks instead of creating new threads
| * Use AsyncTasks instead of creating new threadsMichael Jurka2013-11-141-3/+5
| | | | | | Change-Id: If166869dfbeb84d4dee2203f5b98a22b9d20719d
* | Generalize support for 'App Info', 'Uninstall' and 'Delete'Mathew Inwood2013-11-281-3/+6
|/ | | | | | | This allows other DragSource's to allow this behaviour, instead of it being tied to specific source types. Change-Id: I06b7c39b1b34a0ae141245bcc13b6a0873a4c0fd
* Change drop target to "uninstall" when in All AppsMichael Jurka2013-10-091-3/+4
| | | | Bug: 10909250
* Hiding delete for AppsCustomize widgets. (Bug 10884035)Winson Chung2013-09-261-9/+3
| | | | Change-Id: I8bb4e94b34a627fc32f42cd9c22480b8fa45a651
* Merge "Solve fling-to-delete bug" into jb-ub-now-indigo-roseMichael Jurka2013-09-161-2/+0
|\
| * Solve fling-to-delete bugMichael Jurka2013-09-141-2/+0
| | | | | | | | | | Delete target didn't hide after a fling because onDragEnd was being called twice
* | Fix issue with deleting in-app shortcutsMichael Jurka2013-09-141-9/+30
|/ | | | | | | | Also, don't show remove target for system apps when dragging from All Apps Bug: 10414133 Bug: 10635796
* Allow deleting folders and from all appsMichael Jurka2013-09-121-0/+7
| | | Bug: 10635796
* If All Apps is reinstated, allowing removing items from WorkspaceMichael Jurka2013-09-051-4/+7
|
* Move wallpapers to external activityMichael Jurka2013-09-041-4/+4
| | | | | | | Also renaming Launcher's ApplicationInfo to AppInfo since ApplicationInfo is already a framework class Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146
* Add logging for Folder drag issuesMichael Jurka2013-08-211-26/+23
| | | | | | | | | Drags out of Folders are getting lost, adding debug code to see if the uninstall logic is causing that Also, fixing one potential cause of the issue Change-Id: I0b6a91268571c2a9394e0d6f19fb9d324b427b51
* Small code formatting changesMichael Jurka2013-07-291-1/+2
|
* Implement ability to uninstall shortcuts from workspaceMichael Jurka2013-07-191-8/+84
| | | Change-Id: I14ca94ea719825c4de19ab85d67537155098d50c
* 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
* HACK: Fixing major persistence regression associated with extra screen to ↵Adam Cohen2013-06-141-9/+12
| | | | | | | | the left -> Also adding ability to delete shortcuts. Change-Id: I263baf813eae9089f11288494d575a99f0e859c3
* 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
* HACK: Getting rid of all apps button / all apps from AppsCustomizePagedViewAdam Cohen2013-06-061-8/+12
| | | | Change-Id: I74e4a53e9486237ad246ebdfa9e97c6ed9475b58
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+437
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b