summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "New Launcher feature: "hotseat" icons." into froyoDaniel Sandler2010-04-232-20/+79
|\
| * New Launcher feature: "hotseat" icons.Daniel Sandler2010-04-232-20/+79
* | Fix 2614384 - NPE in LauncherModelJoe Onorato2010-04-211-8/+12
|/
* Fix race in LauncherModel that causes it to show duplicate icons.Joe Onorato2010-04-213-59/+101
* Move batch size to a resource.Daniel Sandler2010-04-194-15/+1
* Merge "More Launcher performance improvements." into froyoJoe Onorato2010-04-191-8/+8
|\
| * More Launcher performance improvements.Daniel Sandler2010-04-161-8/+8
* | Change workspace scroller interpolatorAdam Powell2010-04-161-8/+10
|/
* Sort apps in AllApps3D.setApps().Daniel Sandler2010-04-151-0/+4
* Merge "Launcher2 performance: Don't sort apps in LauncherModel." into froyoDaniel Sandler2010-04-151-9/+2
|\
| * Launcher2 performance: Don't sort apps in LauncherModel.Daniel Sandler2010-04-151-9/+2
* | Paper over bug 2592956 - Home not redrawing the shortcuts, widgets, or backgr...Joe Onorato2010-04-152-12/+17
* | Fix 2595902 - NPE in launcher2Joe Onorato2010-04-151-1/+1
|/
* Batch loading of icons for AllApps.Daniel Sandler2010-04-147-45/+111
* Fix 2575588 - After creating new folder shortcut unable to navigate between h...Joe Onorato2010-04-131-1/+1
* Fix 2583234 - It's ok for mCallbacks to be null.Joe Onorato2010-04-131-1/+5
* Revised workspace fling physicsAdam Powell2010-04-131-1/+11
* Last minute hack to deliver touch events to widget in landscape mode.Romain Guy2010-04-051-0/+50
* Limit workspace flings to one screen at a time.Adam Powell2010-04-021-3/+10
* fix 2542590 add more logging when launching app failsJoe Onorato2010-03-257-11/+14
* Correctly upgrade from MR3 to FroYo.Romain Guy2010-03-231-4/+10
* fix 2533780 database cursors/statements is not closed in LauncherProvider.javaJoe Onorato2010-03-231-3/+5
* Merge "Fix 2519335 - Caused by NPE. Here's another place where it needs to b...Joe Onorato2010-03-231-4/+10
|\
| * Fix 2519335 - Caused by NPE. Here's another place where it needs to be ok fo...Joe Onorato2010-03-231-4/+10
* | Support old-package attribute for default workspace items.Romain Guy2010-03-231-10/+40
|/
* Fix 2532504 - fix NPE in AllApps3D.onKeyDown.Joe Onorato2010-03-221-1/+5
* fix 2430251 - all apps touch targets misaligned.Joe Onorato2010-03-181-79/+88
* Rename these static variables.Joe Onorato2010-03-171-205/+205
* We need to null out this static.Joe Onorato2010-03-171-0/+2
* Add a log message and some todos.Joe Onorato2010-03-171-0/+7
* Prevent NPE in Launcher when an icon cannot be found.Romain Guy2010-03-152-24/+37
* Improve focus restore on orientation change.Romain Guy2010-03-122-6/+20
* Fix focus and touch issues in 3D all apps.Romain Guy2010-03-121-36/+50
* Bug 2509023 - NPE on upgrade to froyoJoe Onorato2010-03-111-2/+2
* Eliminate a race where old Launcher objects will continue to get callbacks fo...Joe Onorato2010-03-111-13/+20
* Unbind root script around load activities to prevent commands from being dela...Jason Sams2010-03-111-188/+200
* Fix 2507267 - stack overflow when adding shortcutJoe Onorato2010-03-111-1/+1
* Fix trackball focus weirdness in AllApps2D.Daniel Sandler2010-03-111-17/+20
* Prevent ANR in Home when changing orientation.Romain Guy2010-03-104-43/+101
* Apps on SD card don't confuse the launcher any more. They show up properly a...Joe Onorato2010-03-103-160/+238
* Refactor the app updates so that it doesn't rely on the package name.Joe Onorato2010-03-107-65/+113
* Cancel long press within normal touch slop, before paging touch slop.Adam Powell2010-03-101-3/+5
* Smoother scrolling/paging, multiple pointer supportAdam Powell2010-03-101-19/+65
* Move mipmap level generation from allocation creation to upload time. This p...Jason Sams2010-03-051-4/+4
* Merge "Widen AllApps3D text to match Launcher"Kenny Root2010-03-051-6/+3
|\
| * Widen AllApps3D text to match LauncherKenny Root2010-03-051-6/+3
* | Use the right package name to find wallpaper resources.Daniel Sandler2010-03-051-1/+6
|/
* Make touch events work in landscape.Romain Guy2010-03-041-2/+1
* Fix the build!Romain Guy2010-03-0423-15/+45
* Merge "Prevent crash when a bad widget launches a non-existent config activity."Romain Guy2010-03-041-1/+14
|\