1. cc67f47 Improve launcher loading performance by only doing re-binds. by Joe Onorato · 14 years ago
  2. 843e860 Load All Apps before the workspace if All Apps is showing. by Daniel Sandler · 14 years ago
  3. 81a9248 Fix drawing glitches in 2DAA. by Daniel Sandler · 14 years ago
  4. 6662645 Merge "Make 2D All Apps work better in landscape and on hdpi." into froyo by Daniel Sandler · 14 years ago
  5. 86b4054 Make 2D All Apps work better in landscape and on hdpi. by Daniel Sandler · 14 years ago
  6. 596c0e6 Don't perform collision checks for items in folders. by Daniel Sandler · 14 years ago
  7. 8802e96 Defend against overlapping items in the workspace. by Daniel Sandler · 14 years ago
  8. 3e297b5 Merge "Mask bitmap creation errors while dragging shortcuts." into froyo by Daniel Sandler · 14 years ago
  9. cdc4973 Merge "Ignore requests to add items to non-existant screens." into froyo by Daniel Sandler · 14 years ago
  10. 3f8175a Mask bitmap creation errors while dragging shortcuts. by Daniel Sandler · 14 years ago
  11. 291ad12 Ignore requests to add items to non-existant screens. by Daniel Sandler · 14 years ago
  12. 2e2656c Merge "Disable hotseat buttons if AllApps is visible." into froyo by Daniel Sandler · 14 years ago
  13. 3e9454a Disable hotseat buttons if AllApps is visible. by Daniel Sandler · 14 years ago
  14. f3d5ea9 Have LauncherModel poke the gc after it's done, to give the by Joe Onorato · 14 years ago
  15. d0b7a8c Import revised translations by Kenny Root · 14 years ago
  16. e1cc6c3 Fix 2617318 - NPE in Launcher2. by Daniel Sandler · 14 years ago
  17. 68b4182 Merge "Bug 2639807 - Add smarter smoothing to home screen touch scrolling." into froyo by Adam Powell · 14 years ago
  18. fad1fb5 Tweak locking in launcher so mLock isn't held while the slow stuff happens. by Joe Onorato · 14 years ago
  19. fe8e279 Bug 2639807 - Add smarter smoothing to home screen touch scrolling. by Adam Powell · 14 years ago
  20. c15bd51 Merge "Update default homescreen layout to latest design." into froyo by Ficus Kirkpatrick · 14 years ago
  21. 24c0a79 Update default homescreen layout to latest design. by Ficus Kirkpatrick · 14 years ago
  22. fefa0ce Fix bug 2646531 - regression in home screen bitmap caching by Adam Powell · 14 years ago
  23. 1896a6e Merge "Filter input events and smooth out touch scrolling. Bug 2639807" into froyo by Adam Powell · 14 years ago
  24. fea5d02 Filter input events and smooth out touch scrolling. Bug 2639807 by Adam Powell · 14 years ago
  25. 82faa75 Import revised translations by Kenny Root · 14 years ago
  26. 9d179ad Merge "Add Market widget to default workspace." into froyo by Ficus Kirkpatrick · 14 years ago
  27. 3862a66 Add Market widget to default workspace. by Ficus Kirkpatrick · 14 years ago
  28. 19b0600 Merge "Avoid ANR in Home by avoiding a sycnhronized call on the UI thread. Bug #2614636" into froyo by Romain Guy · 14 years ago
  29. e1d923a Increase hot rectangle of trash can. by Daniel Sandler · 14 years ago
  30. de38c8e Merge "Updated hotseat artwork." into froyo by Daniel Sandler · 14 years ago
  31. 0554b74 Merge "Hotseats: better strategy for finding the default browser." into froyo by Daniel Sandler · 14 years ago
  32. 0e74d9f Avoid ANR in Home by avoiding a sycnhronized call on the UI thread. Bug #2614636 by Romain Guy · 14 years ago
  33. ab1ebd7 Hotseats: better strategy for finding the default browser. by Daniel Sandler · 14 years ago
  34. 786ae54 Updated hotseat artwork. by Daniel Sandler · 14 years ago
  35. 993d2ef Merge "Import revised translations" into froyo by Kenny Root · 14 years ago
  36. 1b626a4 Import revised translations by Kenny Root · 14 years ago
  37. d40613a Address bug 2631580 - Tweak home screen scrolling behavior. by Adam Powell · 14 years ago
  38. 2762dd8 Fix bug 2629457 - Scale home screen settle animation based on distance. by Adam Powell · 14 years ago
  39. 6ad7942 Merge "Fix proguard flags." into froyo by Daniel Sandler · 14 years ago
  40. b465cd6 Fix proguard flags. by Daniel Sandler · 14 years ago
  41. 14b0ba6 Fixed mdpi hotseat background artwork. by Daniel Sandler · 14 years ago
  42. 95767e3 Merge "Add widgets to default home screens." into froyo by Daniel Sandler · 14 years ago
  43. e547b62 Merge "New Launcher feature: "hotseat" icons." into froyo by Daniel Sandler · 14 years ago
  44. c9b1877 New Launcher feature: "hotseat" icons. by Daniel Sandler · 14 years ago
  45. 9cd2e41 Add widgets to default home screens. by Daniel Sandler · 14 years ago
  46. 87d2ca8 Fix 2614384 - NPE in LauncherModel by Joe Onorato · 14 years ago
  47. d65d08e Fix race in LauncherModel that causes it to show duplicate icons. by Joe Onorato · 14 years ago
  48. cbe7f20 Move batch size to a resource. by Daniel Sandler · 14 years ago
  49. 9ecd07d6 Merge "More Launcher performance improvements." into froyo by Joe Onorato · 14 years ago
  50. 495f289 Change workspace scroller interpolator by Adam Powell · 14 years ago
  51. 2ff10b3 More Launcher performance improvements. by Daniel Sandler · 14 years ago
  52. 707b0f7 Sort apps in AllApps3D.setApps(). by Daniel Sandler · 14 years ago
  53. 7645c94 Merge "Launcher2 performance: Don't sort apps in LauncherModel." into froyo by Daniel Sandler · 14 years ago
  54. 054019d Launcher2 performance: Don't sort apps in LauncherModel. by Daniel Sandler · 14 years ago
  55. effc4a8 Paper over bug 2592956 - Home not redrawing the shortcuts, widgets, or background. by Joe Onorato · 14 years ago
  56. f11079b Fix 2595902 - NPE in launcher2 by Joe Onorato · 14 years ago
  57. dca6612 Batch loading of icons for AllApps. by Daniel Sandler · 14 years ago
  58. 7018d8e Fix 2575588 - After creating new folder shortcut unable to navigate between home screen using touch. by Joe Onorato · 14 years ago
  59. ac03330 Fix 2583234 - It's ok for mCallbacks to be null. by Joe Onorato · 14 years ago
  60. a588b87 Revised workspace fling physics by Adam Powell · 14 years ago
  61. 55dcedf Remove all icons and most widgets from default homescreens. by Daniel Sandler · 14 years ago
  62. a78512c Merge "Slow down 2D All Apps fadeout." into froyo by Daniel Sandler · 14 years ago
  63. 3af6001 Last minute hack to deliver touch events to widget in landscape mode. by Romain Guy · 14 years ago
  64. 80c4f3e Slow down 2D All Apps fadeout. by Daniel Sandler · 14 years ago
  65. 327a9a3 Limit workspace flings to one screen at a time. by Adam Powell · 14 years ago
  66. 8b5eef7 fix 2554422 - Landscape workspace dots have stretched aspect ratio by Joe Onorato · 14 years ago
  67. f984e85 fix 2542590 add more logging when launching app fails by Joe Onorato · 14 years ago
  68. 509cd6a Correctly upgrade from MR3 to FroYo. Bug #2530137 by Romain Guy · 14 years ago
  69. 9690b39 fix 2533780 database cursors/statements is not closed in LauncherProvider.java by Joe Onorato · 14 years ago
  70. da6759f Merge "Fix 2519335 - Caused by NPE. Here's another place where it needs to be ok for sRS to be null." by Joe Onorato · 14 years ago
  71. 693599f Support old-package attribute for default workspace items. Bug #2509293 by Romain Guy · 14 years ago
  72. c5210eb Fix 2519335 - Caused by NPE. Here's another place where it needs to be ok for sRS to be null. by Joe Onorato · 14 years ago
  73. 878f086 Fix 2532504 - fix NPE in AllApps3D.onKeyDown. by Joe Onorato · 14 years ago
  74. 20e7a56 Fix 2524488 Not able to launch app in the last line of app launcher in landscape mode by Joe Onorato · 14 years ago
  75. 8fddf15 Merge "fix 2430251 - all apps touch targets misaligned." by Joe Onorato · 14 years ago
  76. cfc4c7b fix 2430251 - all apps touch targets misaligned. by Joe Onorato · 14 years ago
  77. bf4f48a Merge "Import revised translations" by Eric Fischer · 14 years ago
  78. a66bf91 Import revised translations by Kenny Root · 14 years ago
  79. 2cc62e8 Rename these static variables. by Joe Onorato · 14 years ago
  80. 96da401 We need to null out this static. by Joe Onorato · 14 years ago
  81. 8ddc4fd Add a log message and some todos. by Joe Onorato · 14 years ago
  82. a28fd3f Prevent NPE in Launcher when an icon cannot be found. Bug #2509023 by Romain Guy · 14 years ago
  83. 552a608 Merge "Fix stop point for physics in landscape." by Jason Sams · 14 years ago
  84. c16fea7 Improve focus restore on orientation change. by Romain Guy · 14 years ago
  85. 6a42cf3 Fix focus and touch issues in 3D all apps. Bug # 2506026 by Romain Guy · 14 years ago
  86. cc90349 Fix stop point for physics in landscape. by Jason Sams · 14 years ago
  87. d8d22da Bug 2509023 - NPE on upgrade to froyo by Joe Onorato · 14 years ago
  88. c131b74 Eliminate a race where old Launcher objects will continue to get callbacks for loading if they go by Joe Onorato · 14 years ago
  89. dd8cd8b Unbind root script around load activities to prevent commands from being delayed due to swap buffers. by Jason Sams · 14 years ago
  90. e74daed Fix 2507267 - stack overflow when adding shortcut by Joe Onorato · 14 years ago
  91. e075e1f bug 2480004 - add some descriptions for the string in home by Joe Onorato · 14 years ago
  92. 5347b3f Re-enable Proguard, supports 3D all apps correctly now. by Romain Guy · 14 years ago
  93. f8f7995 Turn off Proguard on Launcher2. by Ying Wang · 14 years ago
  94. 73a0554 Fix trackball focus weirdness in AllApps2D. by Daniel Sandler · 14 years ago
  95. 13c2e7b Prevent ANR in Home when changing orientation. Bug #2504556 by Romain Guy · 14 years ago
  96. 63cc180 Merge "Resurrect the All Apps button." by Romain Guy · 14 years ago
  97. 5aafe7c Resurrect the All Apps button. by Romain Guy · 14 years ago
  98. 56d8291 Apps on SD card don't confuse the launcher any more. They show up properly after reboots, by Joe Onorato · 14 years ago
  99. 64e6be7 Refactor the app updates so that it doesn't rely on the package name. by Joe Onorato · 14 years ago
  100. c36f245 Cancel long press within normal touch slop, before paging touch slop. by Adam Powell · 14 years ago