summaryrefslogtreecommitdiff
path: root/src/com/android/launcher2/InstallShortcutReceiver.java
AgeCommit message (Expand)Author
2013-05-20Persist list of shortcuts to install on home workspaceMichael Jurka
2013-05-15Debug time spent in onResumeMichael Jurka
2013-05-14Fix bug where apps weren't appearing on workspace after being installedMichael Jurka
2012-06-18am 2561ee84: am d74389d9: Merge "Add null pointer checks to fix NPEs" into jb...Michael Jurka
2012-06-18Add null pointer checks to fix NPEsMichael Jurka
2012-06-12am 5016b985: am 898f152d: Merge "Adding additional synchronized blocks when c...Winson Chung
2012-06-12Clean up warnings and some private API usageMichael Jurka
2012-06-11Adding additional synchronized blocks when committing changes to the new-apps...Winson Chung
2012-06-06Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung
2012-05-08Queueing up items for adding later if Launcher is unavailable. (Bug 6457412)Winson Chung
2012-05-04Initial change to queue up install/uninstall operations while dragging (Bug 6...Winson Chung
2012-04-27Set FLAG_ACTIVITY_RESET_TASK_IF_NEEDED for all app shortcutsMichael Jurka
2012-04-24Merge "Fixing issue where ItemInfo had errant cell coordinates leading to an ...Winson Chung
2012-04-24Fixing issue where ItemInfo had errant cell coordinates leading to an array-o...Winson Chung
2012-04-24Fixing strings to distinguish between being out of space for a single screen ...Winson Chung
2012-04-09Adding delay upon user interaction to prevent the new-app animation from taki...Winson Chung
2012-04-09Revert "Fixing strict mode warning when installing an app in the bg."Winson Chung
2012-04-03Fixing strict mode warning when installing an app in the bg.Winson Chung
2012-03-23Adding animation post-installing a shortcut.Winson Chung
2012-02-29Fixing NPE when null intent passed to InstallShortcutReceiver. (Bug: 6089830)Winson Chung
2012-02-13Minimizing number of db calls when installing shortcut externally.Winson Chung
2012-01-10Fixing issue where multiple toasts were showing when installing a new app fro...Winson Chung
2011-11-22Prevent the creation of Shorcuts with null intents (issue 5629292)Adam Cohen
2011-07-20Initial changes to add configurable hotseat.Winson Chung
2011-01-27Adding check to prevent NPE when we get a badly encoded install-shortcut inte...Winson Chung
2010-11-03Initial changes to allow resolution of arbitrary clip data to widgets that su...Winson Chung
2010-10-27Initial changes to allow dragging external shortcuts to launcher using the sa...Winson Chung
2010-09-24Adding support for drag and drop of folders and shortcuts. Michael Jurka
2010-08-04Cleaning up grid size specification in LauncherAdam Cohen
2010-06-30Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung
2010-03-04Fix the build!Romain Guy
2010-02-12Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ...Joe Onorato
2009-07-30Launcher2 compiles.Joe Onorato
2009-07-30Move com/android/launcher -> com/android/launcher2Joe Onorato