summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherApplication.java
Commit message (Collapse)AuthorAgeFilesLines
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-151/+0
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Fix SQLite crashes in LauncherMichael Jurka2013-03-201-3/+9
| | | | | | | | | We were using multiple SQLiteOpenHelpers, which causes problems; this change switches us to using only one Bug: 8346109 Change-Id: If7d4dff3d34edb38d9586d3b0f4e8e1747a71a75
* Fix warnings and remove dead codeMichael Jurka2012-04-131-1/+0
| | | Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
* Adding animation post-installing a shortcut.Winson Chung2012-03-231-1/+9
| | | | Change-Id: I63bb3b713fab28a43e61333dd331dbf2d211faa7
* resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-011-4/+3
|\ | | | | | | Change-Id: I8770574acf86e280a9d15d4309686111260e09d9
| * New small/large screen division for Launcher.Andrew Flynn2012-02-291-4/+3
| | | | | | | | | | | | | | | | Previously the dp division between the two was set at 600dp (7" tablets). This has now been bumped up to 720dp (10" tablets). Change-Id: I1f0419e504fc3bb606156c1cf6fbe03956274184
* | Lowering long press time for workspace items.Winson Chung2012-02-231-0/+6
|/ | | | Change-Id: I6a3b0e13681f07d0e50bf2dcec777037c4ef51a5
* Clean up unused code and import declarationsMichael Jurka2011-11-281-2/+0
| | | | Change-Id: If36fd2d99a51b07290b13f697b3ea08d31feb023
* Initial changes to make folders accessibleAdam Cohen2011-10-261-1/+4
| | | | Change-Id: Id8c9cbc0ef200967c3b966fbccfdfde184d4211c
* Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload AllAppsReena Lee2011-10-171-0/+1
| | | | | | | | | | Bug 5040470 Reload all apps in Launcher on ACTION_CONFIGURATION_CHANGED if the config change was due to an mcc change. App icon labels such as Gmail/GoogleMail may have mcc-based resources so must be reloaded if the mcc has changed. Change-Id: I02e48f9cebb73950cc563a902df850ae0db0a98f
* Hiding search bar buttons when qsb is disabled. (5187969, 5201453)Winson Chung2011-08-231-0/+3
| | | | Change-Id: I23cbfac5c1a8f96eb8158fd30a1fb335b044d49c
* Adding ability to add to hotseat from spring loaded mode (5064141).Winson Chung2011-07-291-0/+6
| | | | | | | | - Fixing regression where folder items had no text in tablet ui and assets - Fixing spring loaded frame sizing (5067335) - Making the cells 80x80 for testing again on the phone ui (5085986) Change-Id: I52a0f5eaf2dcf4adaf57c5a71da3903892c490a8
* Update the search widget icon if the global search provider changes.Narayan Kamath2011-07-181-0/+4
| | | | | | | Note that this change is necessary because the launcher might receive the PM broadcast before the SearchManagerService does. Change-Id: I5a03e2fb16dee232a83d24b834ef6bd0eaabe774
* Improving LauncherModel performanceMichael Jurka2011-07-081-0/+11
| | | | | | - no longer reloading DB on each configuration change - adding/updating items in DB on background thread Change-Id: Ie140f31608df84b0ca2d45eb7a210a8a3b36b52f
* Replacing AllApps/Customize in tablet UI with Apps/Customize.Winson Chung2011-06-131-5/+0
| | | | Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
* Moving tablet interface to 'large' devicesMichael Jurka2011-05-121-5/+7
| | | | | (later, we will decide this more accurately based on the width of the screen in dips, but for now keeping changes so that they can easily be backported to earlier versions of Android) Change-Id: I203addcbf19e8e3813c488af47e4fdf90dcd3115
* Deleting deprecated and unused codeMichael Jurka2011-04-291-3/+0
|
* Using hdpi icons in LauncherMichael Jurka2010-11-011-2/+4
| | | | Known issue: Default activity icon is still showing up as small
* When the locale changes, flush the all apps list.Joe Onorato2010-10-291-0/+1
| | | | | Bug: 3032131 Change-Id: I47659a459044fdace0a3480d216b168c18f2de37
* Various cleanups in the drag viz code.Patrick Dubroy2010-10-201-0/+6
| | | | | | Most importantly: - Don't allocate a new Paint object in CellLayout.onDraw - Scale holographic outlines based on the screen density
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-0/+12
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* Improve launcher loading performance by only doing re-binds.Joe Onorato2010-06-081-2/+0
| | | | | | | This always reloads the workspace, because I think it's a less risky change and that only adds ~100ms. Change-Id: I215b1f741f022e47ce06e78b9cfdd9967a8f1b9d
* Refactor the app updates so that it doesn't rely on the package name.Joe Onorato2010-03-101-0/+4
| | | | | This will be needed for the upcoming change to update the icons with the grayed out when the SD card goes away.
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-5/+13
| | | | | | | | | | | 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.
* Remove LiveFolders when corresponding package is uninstalled.Romain Guy2010-01-121-1/+0
| | | | Bug #2298872
* Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 ↵Joe Onorato2009-10-311-18/+11
| | | | | | | | and com.cooliris.media If we haven't even initialized yet, don't respond to app list changes. I think this will fix that bug. It's possible that there's some other race in there somehow.
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-0/+61
|
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+29