summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE - the scroll drag area was too small, and should have come from ...Joe Onorato2010-09-281-4/+13
* Adding menu item to Launcher to manage applications directly from homescreenWinson Chung2010-09-271-1/+12
* When we're launching apps, we need to always use startActivitySafely.Joe Onorato2010-09-271-3/+3
* Make LauncherModel.deleteItemFromDatabase write to disk async.Brad Fitzpatrick2010-09-143-9/+15
* Make Launcher.checkForLocaleChange async.Brad Fitzpatrick2010-09-011-20/+43
* DO NOT MERGE - Allow the workspace to swipe while it's loading.Joe Onorato2010-08-312-10/+9
* DO NOT MERGE - Fix 2941495: Launcher short-cut icons don't work for apps on S...Joe Onorato2010-08-313-7/+7
* Fix launcher updating when all of an app's activities disappear.Dianne Hackborn2010-07-241-15/+13
* Make the loader thread a Looper and move the package managerJoe Onorato2010-06-182-801/+788
* Merge "This variable can be checked outside the lock because it's only set fr...Joe Onorato2010-06-111-6/+6
|\
| * This variable can be checked outside the lock because it's onlyJoe Onorato2010-06-111-6/+6
* | Fix crash in getCurrentWorkspaceScreen.Joe Onorato2010-06-111-1/+5
|/
* Fix the folder bug. The change that had previously fixed this got reverted s...Joe Onorato2010-06-081-0/+4
* Merge "Improve workspace's scrolling performance." into froyoRomain Guy2010-06-081-0/+16
|\
| * Improve workspace's scrolling performance.Romain Guy2010-06-071-0/+16
* | Improve launcher loading performance by only doing re-binds.Joe Onorato2010-06-083-94/+82
* | Load All Apps before the workspace if All Apps is showing.Daniel Sandler2010-06-072-61/+111
|/
* Fix drawing glitches in 2DAA.Daniel Sandler2010-06-031-1/+0
* Merge "Make 2D All Apps work better in landscape and on hdpi." into froyoDaniel Sandler2010-06-031-1/+12
|\
| * Make 2D All Apps work better in landscape and on hdpi.Daniel Sandler2010-06-031-1/+12
* | Don't perform collision checks for items in folders.Daniel Sandler2010-06-021-0/+4
|/
* Defend against overlapping items in the workspace.Daniel Sandler2010-05-263-2/+64
* Merge "Mask bitmap creation errors while dragging shortcuts." into froyoDaniel Sandler2010-05-251-0/+9
|\
| * Mask bitmap creation errors while dragging shortcuts.Daniel Sandler2010-05-251-0/+9
* | Merge "Ignore requests to add items to non-existant screens." into froyoDaniel Sandler2010-05-251-1/+4
|\ \
| * | Ignore requests to add items to non-existant screens.Daniel Sandler2010-05-251-1/+4
* | | Merge "Disable hotseat buttons if AllApps is visible." into froyoDaniel Sandler2010-05-241-1/+2
|\| |
| * | Disable hotseat buttons if AllApps is visible.Daniel Sandler2010-05-241-1/+2
| |/
* / Have LauncherModel poke the gc after it's done, to give theJoe Onorato2010-05-181-0/+8
|/
* Fix 2617318 - NPE in Launcher2.Daniel Sandler2010-05-071-1/+1
* Merge "Bug 2639807 - Add smarter smoothing to home screen touch scrolling." i...Adam Powell2010-05-041-38/+39
|\
| * Bug 2639807 - Add smarter smoothing to home screen touch scrolling.Adam Powell2010-05-041-38/+39
* | Tweak locking in launcher so mLock isn't held while the slow stuff happens.Joe Onorato2010-05-042-14/+19
|/
* Fix bug 2646531 - regression in home screen bitmap cachingAdam Powell2010-05-032-2/+5
* Filter input events and smooth out touch scrolling. Bug 2639807Adam Powell2010-04-292-12/+36
* Merge "Avoid ANR in Home by avoiding a sycnhronized call on the UI thread. Bu...Romain Guy2010-04-281-1/+1
|\
| * Avoid ANR in Home by avoiding a sycnhronized call on the UI thread.Romain Guy2010-04-281-1/+1
* | Merge "Hotseats: better strategy for finding the default browser." into froyoDaniel Sandler2010-04-281-28/+142
|\ \
| * | Hotseats: better strategy for finding the default browser.Daniel Sandler2010-04-281-28/+142
| |/
* | Address bug 2631580 - Tweak home screen scrolling behavior.Adam Powell2010-04-261-31/+51
* | Fix bug 2629457 - Scale home screen settle animation based on distance.Adam Powell2010-04-261-3/+27
|/
* 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