summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Launcher.java
Commit message (Expand)AuthorAgeFilesLines
* When dragging items on the home screen, visualize where they will drop.Patrick Dubroy2010-07-121-1/+1
* Fixing runtime error on non-xlarge devicesMichael Jurka2010-07-091-23/+42
* Improving home screen customizationMichael Jurka2010-07-091-23/+86
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-39/+57
* First cut at new home screen customization for xlarge displays.Michael Jurka2010-06-281-45/+92
* Make the loader thread a Looper and move the package managerJoe Onorato2010-06-181-2/+4
* Fix crash in getCurrentWorkspaceScreen.Joe Onorato2010-06-111-1/+5
* Improve launcher loading performance by only doing re-binds.Joe Onorato2010-06-081-8/+1
* Load All Apps before the workspace if All Apps is showing.Daniel Sandler2010-06-071-8/+19
* Disable hotseat buttons if AllApps is visible.Daniel Sandler2010-05-241-1/+2
* Hotseats: better strategy for finding the default browser.Daniel Sandler2010-04-281-28/+142
* New Launcher feature: "hotseat" icons.Daniel Sandler2010-04-231-2/+77
* Fix race in LauncherModel that causes it to show duplicate icons.Joe Onorato2010-04-211-9/+0
* Move batch size to a resource.Daniel Sandler2010-04-191-1/+1
* Paper over bug 2592956 - Home not redrawing the shortcuts, widgets, or backgr...Joe Onorato2010-04-151-0/+4
* Batch loading of icons for AllApps.Daniel Sandler2010-04-141-0/+9
* Fix 2575588 - After creating new folder shortcut unable to navigate between h...Joe Onorato2010-04-131-1/+1
* fix 2542590 add more logging when launching app failsJoe Onorato2010-03-251-3/+5
* Improve focus restore on orientation change.Romain Guy2010-03-121-4/+4
* Prevent ANR in Home when changing orientation.Romain Guy2010-03-101-1/+2
* Refactor the app updates so that it doesn't rely on the package name.Joe Onorato2010-03-101-6/+6
* Make touch events work in landscape.Romain Guy2010-03-041-2/+1
* Fix the build!Romain Guy2010-03-041-0/+2
* Prevent crash when a bad widget launches a non-existent config activity.Romain Guy2010-03-041-1/+14
* Implement landscape in 3D all apps.Romain Guy2010-03-041-4/+0
* Hide the workspace when launching AllApps2D.Daniel Sandler2010-03-031-1/+9
* Introduce 2D All Apps and other support for sapphire-class devices.Daniel Sandler2010-03-031-5/+5
* Correctly position the quick contact badge when opened from a folder.Romain Guy2010-02-241-3/+3
* minor refactor: This function is only called from one place. It doesn't need...Joe Onorato2010-02-191-8/+8
* Don't do the haptic feedback on workspace items when they're not being picked...Joe Onorato2010-02-161-0/+3
* Revert "Merge "Launcher changes to handle UTS test mode." into eclair"Joe Onorato2010-02-131-56/+0
* am c4470606: am b8fc9e7d: Merge "Launcher changes to handle UTS test mode." i...Wink Saville2010-02-121-0/+56
|\
| * Launcher changes to handle UTS test mode.Wink Saville2010-02-121-0/+56
* | Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ...Joe Onorato2010-02-121-106/+23
* | Use Search.SOURCE from android-commonBjorn Bringert2010-02-101-1/+3
* | Fix 2261097 Shouldn't give users the option of MENU > Add in All AppsJoe Onorato2010-01-291-12/+41
* | mostly fix 2392102 by overriding the force-open input thingJoe Onorato2010-01-281-0/+15
* | Remove LiveFolders when corresponding package is uninstalled.Romain Guy2010-01-121-1/+1
* | Fix dpad nav: go left/right when dpad is moved and dots are focused.Romain Guy2010-01-111-0/+1
* | Prevent crash when the app passes the wrong data type as a shortcut icon.Romain Guy2010-01-041-3/+3
* | am 34a0e1b0: fix bug 2326478Joe Onorato2009-12-151-9/+13
|\|
| * fix bug 2326478Joe Onorato2009-12-141-9/+13
* | Get rid of the built-in search widget in Launcher2Bjorn Bringert2009-12-091-142/+10
* | Let the user click the dots during a scroll on Home.Romain Guy2009-12-071-43/+19
|/
* Fix 2300792 - All apps zooming when you come back from an app.Joe Onorato2009-12-031-6/+14
* Make the launcher send the position of the icon that's launching an intent.Joe Onorato2009-12-021-0/+4
* Rename special dump properity so we can set it on user builds.Jason Sams2009-11-301-1/+1
* Fix 2275513 - Icons don't update on package updateJoe Onorato2009-11-241-0/+1
* Fix bug 2248173 - all apps animates out when you return home.Joe Onorato2009-11-241-1/+34
* Clear search widget animation in Launcher.onResume()Bjorn Bringert2009-11-211-7/+1