1. 0589f0f Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ShortcutInfo which is by Joe Onorato · 14 years ago
  2. 483543f Update the position markers when going back to Home. by Romain Guy · 15 years ago
  3. 06762ab Convert the tap and drop live wallpaper commands coordinates to screen space. by Romain Guy · 15 years ago
  4. 629de3e Remove widgets when the corresponding apk is uninstalled. Bug #2298872 by Romain Guy · 15 years ago
  5. 5c16f3e Remove LiveFolders when corresponding package is uninstalled. Bug #2298872 by Romain Guy · 15 years ago
  6. c45b168 Fix 2325492 - No icons in launcher after pressing home from within an app by Joe Onorato · 15 years ago
  7. 7984c94 Get rid of the built-in search widget in Launcher2 by Bjorn Bringert · 15 years ago
  8. 546917a am a276fc59: Fix 2306862 - Launcher2 crashed: in libs/rs. Uploading texture without a context. by Joe Onorato · 15 years ago
  9. a276fc5 Fix 2306862 - Launcher2 crashed: in libs/rs. Uploading texture without a context. by Joe Onorato · 15 years ago
  10. f8e6a80 Let the user click the dots during a scroll on Home. by Romain Guy · 15 years ago
  11. 14f122b Fix bug 2271894 - Odd animation when press home button from app that wasn't in center home screen by Joe Onorato · 15 years ago
  12. 0d44e94 Fix bug 2261637 - Workspace previews home screens on long pressing by Joe Onorato · 15 years ago
  13. 464c055 Bug 2244530 - Disable the attempt at not flickering. It's interfering with the frame rate while rollo animates in. by Joe Onorato · 15 years ago
  14. 68ba5ca Keep banging on the launcher locks up bug. This moves the by Joe Onorato · 15 years ago
  15. e47f55c Improve desktop scrolling from the previews switcher. by Romain Guy · 15 years ago
  16. a30ce8e Bug 2231692 - Turn off launcher2 logging. by Joe Onorato · 15 years ago
  17. 3a8820b Fix bug 2250457 - Open folder on home screen changes changes the behaviour of the home button by Joe Onorato · 15 years ago
  18. c07c79b Update Launcher2 to the new wallpaper API by Marco Nelissen · 15 years ago
  19. 8a73c51 New position indicators and icons for Launcher2. by Romain Guy · 15 years ago
  20. 3a2b3f2 If 3 screens are good 5 will be better by Mike Cleron · 15 years ago
  21. 84f296c Add android.home.drop even for the live wallpapers. by Romain Guy · 15 years ago
  22. 080d9b6 Adjust logging of launcher2 launch times, and make all apps loading wait a little longer, by Joe Onorato · 15 years ago
  23. f8bbd34 Make home send tap commands to live wallpaper. by Mike Cleron · 15 years ago
  24. 2bc6b7c Fix the bug where you can grab the workspace while all apps is animating. by Joe Onorato · 15 years ago
  25. 207e40e Prevent crash when dropping an icon. by Romain Guy · 15 years ago
  26. 7bb1749 work around and fix bugs by Joe Onorato · 15 years ago
  27. 33ed7b2 Fix some crashes in launcher2. by Joe Onorato · 15 years ago
  28. 6788621 Get drag and drop working again. by Joe Onorato · 15 years ago
  29. a9c28f6 New trash icon. by Joe Onorato · 15 years ago
  30. fb0ca67 checkpoint 3d all apps entrance / exit animations by Joe Onorato · 15 years ago
  31. 52d9cb3 Fix a drag and drop issue: if a drop happened too quickly it could go to the wrong screen. by Romain Guy · 15 years ago
  32. d40eec3 Forgot to repo upload --amend. Yay. by Joe Onorato · 15 years ago
  33. 85a02a8 Add the animation for when you enter the all apps view. by Joe Onorato · 15 years ago
  34. 6665c0f Click on icons. by Joe Onorato · 15 years ago
  35. 9c1289c Redo the launcher loading code and put the real app icons into rollo. by Joe Onorato · 15 years ago
  36. 7c312c1 Move the all apps view back into the window with the workspace. by Joe Onorato · 15 years ago
  37. 49cdb1b A little wallpaper cleanup. by Dianne Hackborn · 15 years ago
  38. 3ccdf2f Add Grass live wallpaper to Launcher2. It's ALIVE! by Romain Guy · 15 years ago
  39. 798300c Centers the wallpaper by default by Romain Guy · 15 years ago
  40. 8f57395 Update to scroll the wallpaper. by Dianne Hackborn · 15 years ago
  41. b1b69f5 Enable live wallpaper in Launcher2 by Romain Guy · 15 years ago
  42. 00acb12 Move the drag thing into its own window that goes around on top of everything else. by Joe Onorato · 15 years ago
  43. e77c08d Fade the workspace when the all apps drawer opens and closes. by Joe Onorato · 15 years ago
  44. 5979117 Split the wallpaper into its own view (it will be its own surface some day). by Joe Onorato · 15 years ago
  45. a590252 Launcher2 compiles. by Joe Onorato · 15 years ago
  46. fca7c88 Move com/android/launcher -> com/android/launcher2 by Joe Onorato · 15 years ago[Renamed from src/com/android/launcher/Workspace.java]
  47. a206daa Related to #1444844. Caps fling velocity on Home. by Romain Guy · 15 years ago
  48. c2e24c0 Fixes #1876911 by Romain Guy · 15 years ago
  49. 574d20e Fixes #1890155. by Romain Guy · 15 years ago
  50. 4c58c48 Fixes #1844053. Home was accepting all drops, even when there was no room left for a drop. This change fixes this while retaining the 'snap to vacant cell' ability added in Cupcake. by Romain Guy · 15 years ago
  51. 263e019 Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and avoiding drawing them. Whenever a View requests an invalidate its parent check whether the view is opaque or not. When the view is not opaque, the framework behaves as it used to. However, when a view is opaque, the parent marks itself as being dirty because of an opaque view. Its parent then does the same, and so on. When the framework then starts drawing the views, it does not draw views marked as dirty opaque. If a view is dirty opaque and receives an invalidate request from a non-opaque view, it then clears the dirty opaque flag and behaves as before. by Romain Guy · 15 years ago
  52. 82d94d9 Fixes 1543726. Double-clicking Home should not make the workspace disappear. This was caused by the workspace optimization that draws only what is thought to be the current celllayout. by Romain Guy · 15 years ago
  53. 71b0594 Merge branch 'readonly-p4-donut' into donut by Karl Rosaen · 15 years ago
  54. 138a041 AI 147564: Merge back from search branch to donut. Notes: by Karl Rosaen · 15 years ago
  55. 7086428 Make Launcher more forgiving when dragging desktop items. by Jeff Sharkey · 15 years ago
  56. f96811c auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  57. ca9475f auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  58. 7376fae auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  59. 31dd503 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  60. 3189679 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  61. 38a75b2 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  62. b28e1b7 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  63. 98baae6 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  64. 15a8880 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  65. d097a18 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  66. c8f00b6 Initial Contribution by The Android Open Source Project · 16 years ago