summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Correctly upgrade from MR3 to FroYo.Romain Guy2010-03-231-4/+10
| | | | | | Bug #2530137 Change-Id: I9ab59fd53e17a1f51f60a8cb98dcb19a7957ffc6
* fix 2533780 database cursors/statements is not closed in LauncherProvider.javaJoe Onorato2010-03-231-3/+5
| | | | Change-Id: Iaf8ca76a15b153a1154b106247f81a0213183bcb
* Support old-package attribute for default workspace items.Romain Guy2010-03-231-10/+40
| | | | | | Bug #2509293 Change-Id: I5e76465bceab6b733287f53f6afdcf3d522843fc
* Fix the build!Romain Guy2010-03-041-0/+2
|
* Rename Launcher2's package to com.android.launcher.Romain Guy2010-03-041-8/+0
| | | | This should fix data migration issues.
* Update to reflect android-common no longer in framework.Dianne Hackborn2010-02-241-1/+2
|
* Fix silent DB upgrade abortBjorn Bringert2010-02-191-0/+1
| | | | | | | | | | | | normalizeIcons() was missing a call to setTransactionSuccessful(), which made the entire DB upgrade silently rollback. So the DB version was stuck at 6 after an upgrade from Eclair to Froyo. The only visible effect in the default config was that the search widget disappeared. Fixes http://b/issue?id=2451146 Change-Id: I257964e5958286e9819bb5e7b108a261cfabf9b3
* Fix a crash on launcher db upgrade.Joe Onorato2010-02-181-0/+1
|
* Fix some broken SQL that causes a crash at boot.Jeff Hamilton2010-02-131-1/+1
| | | | Change-Id: I74e7f95b87eb427ad2c44d4197111ed18630e042
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-1/+66
| | | | | | | | | | | ShortcutInfo which is used for the workspace. Consolidate the three icon resampling functions into one. Ensure that the icons stored in LauncherProvider are the right size, so we don't have to resample them each time we load them.
* Don't hardcode component name for search widgetBjorn Bringert2010-01-141-4/+31
| | | | | | | | | Note that this does not convert any widgets what were bound when a different global search app was installed. Thus Froyo -> Froyo upgrades without userdata wipe will see "Problem loading widget". Workaround: Remove the search widget and add a new one. Change-Id: I2bcd211c10bbaba66f5f3f82b6785396d957aa25
* am 0663d1d9: am fd1e757f: Update imports to android-commonTom Taylor2009-12-211-1/+1
|\ | | | | | | | | | | | | Merge commit '0663d1d90dc943e8bfaadb27f270f600d7d2e0a0' * commit '0663d1d90dc943e8bfaadb27f270f600d7d2e0a0': Update imports to android-common
| * Update imports to android-commonTom Taylor2009-12-211-1/+1
| | | | | | | | | | Several files were moved to android-common. Update all the references to import those files from the new location.
* | Remove obsolete doc references to LauncherAppWidgetBinderBjorn Bringert2009-12-161-2/+1
| | | | | | | | Change-Id: I8b9c2d8145d56b891f26dabebead35275d81b6ba
* | Bind converted widgets directly.Bjorn Bringert2009-12-151-67/+19
|/ | | | | | | | | | | | | | | | | | | Before, Launcher2 sent an intent to com.android.settings/com.android.settings.LauncherAppWidgetBinder to bind any converted appwidgets. That doesn't seem to work anymore, and is not how non-converted widgets are bound. Changing to binding the widgets directly fixes a problem where the search widget was not bound after an upgrade from Eclair to Master. The search widget conversion problem was introduced in Change I85d64defe155c0cad97fafef6a3db62c6cab504a where I got rid of the built-in search widget. This patch may break conversion of legacy built-in clock and photo widgets, but I believe that was already broken because of the non-functional widget binding mechanism. Bug: http://b/2322160
* Get rid of the built-in search widget in Launcher2Bjorn Bringert2009-12-091-20/+37
| | | | | | Uses the widget from packages/apps/QuickSearchBox instead. Change-Id: I85d64defe155c0cad97fafef6a3db62c6cab504a
* Upgrade Home db to upgrade contacts shortcut to the quick contact actionRomain Guy2009-12-021-43/+77
| | | | Change-Id: Icb5606e340a6eafc06ffd1be4bbe3d4f988376d1
* Bug 2231692 - Turn off launcher2 logging.Joe Onorato2009-11-111-22/+24
|
* If 3 screens are good 5 will be betterMike Cleron2009-11-051-1/+16
|
* More capabilities for default home configurationMike Cleron2009-10-301-5/+91
| | | | | | | | | | | | | | | | | | | | | | | | | Added support for adding appwidgets beyond clock and search to the intital configuration. Also pulled in a previous change in Launcher that allowed http shortcuts. New syntax looks like this in default_workspace.xml: <appwidget launcher:packageName="com.android.settings" launcher:className="com.android.settings.widget.SettingsAppWidgetProvider" launcher:screen="0" launcher:x="0" launcher:y="2" launcher:spanX="4" launcher:spanY="1" /> <shortcut launcher:packageName="com.android.settings" launcher:icon="@drawable/ic_launcher_appwidget" launcher:title="@string/group_folder" launcher:uri="http://www.nytimes.com" launcher:screen="2" launcher:x="2" launcher:y="2" />
* Launcher2 compiles.Joe Onorato2009-07-301-5/+5
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+671