1. af44209 First cut at new home screen customization for xlarge displays. by Michael Jurka · 14 years ago
  2. 3611578 Make the loader thread a Looper and move the package manager by Joe Onorato · 14 years ago
  3. d0afc87 Fix crash in getCurrentWorkspaceScreen. by Joe Onorato · 14 years ago
  4. cc67f47 Improve launcher loading performance by only doing re-binds. by Joe Onorato · 14 years ago
  5. 843e860 Load All Apps before the workspace if All Apps is showing. by Daniel Sandler · 14 years ago
  6. 3e9454a Disable hotseat buttons if AllApps is visible. by Daniel Sandler · 14 years ago
  7. ab1ebd7 Hotseats: better strategy for finding the default browser. by Daniel Sandler · 14 years ago
  8. c9b1877 New Launcher feature: "hotseat" icons. by Daniel Sandler · 14 years ago
  9. d65d08e Fix race in LauncherModel that causes it to show duplicate icons. by Joe Onorato · 14 years ago
  10. cbe7f20 Move batch size to a resource. by Daniel Sandler · 14 years ago
  11. effc4a8 Paper over bug 2592956 - Home not redrawing the shortcuts, widgets, or background. by Joe Onorato · 14 years ago
  12. dca6612 Batch loading of icons for AllApps. by Daniel Sandler · 14 years ago
  13. 7018d8e Fix 2575588 - After creating new folder shortcut unable to navigate between home screen using touch. by Joe Onorato · 14 years ago
  14. f984e85 fix 2542590 add more logging when launching app fails by Joe Onorato · 14 years ago
  15. c16fea7 Improve focus restore on orientation change. by Romain Guy · 14 years ago
  16. 13c2e7b Prevent ANR in Home when changing orientation. Bug #2504556 by Romain Guy · 14 years ago
  17. 64e6be7 Refactor the app updates so that it doesn't rely on the package name. by Joe Onorato · 14 years ago
  18. 406d703 Make touch events work in landscape. by Romain Guy · 14 years ago
  19. edcce09 Fix the build! by Romain Guy · 14 years ago
  20. 8e633c5 Prevent crash when a bad widget launches a non-existent config activity. by Romain Guy · 14 years ago
  21. 060b5c8 Implement landscape in 3D all apps. Bug #2454737 Bug #2454736 by Romain Guy · 14 years ago
  22. c351eb8 Hide the workspace when launching AllApps2D. by Daniel Sandler · 14 years ago
  23. 388f679 Introduce 2D All Apps and other support for sapphire-class devices. by Daniel Sandler · 14 years ago
  24. fb5411e Correctly position the quick contact badge when opened from a folder. by Romain Guy · 14 years ago
  25. deb98af minor refactor: This function is only called from one place. It doesn't need the parameters. by Joe Onorato · 14 years ago
  26. f0dde09 Don't do the haptic feedback on workspace items when they're not being picked up. by Joe Onorato · 14 years ago
  27. 52fbb3c Revert "Merge "Launcher changes to handle UTS test mode." into eclair" by Joe Onorato · 14 years ago
  28. 7ac5037 am c4470606: am b8fc9e7d: Merge "Launcher changes to handle UTS test mode." into eclair by Wink Saville · 14 years ago
  29. 2693030 Launcher changes to handle UTS test mode. by Wink Saville · 14 years ago
  30. 0589f0f Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ShortcutInfo which is by Joe Onorato · 14 years ago
  31. 3e244cf Use Search.SOURCE from android-common by Bjorn Bringert · 14 years ago
  32. 2d7e7d0 Fix 2261097 Shouldn't give users the option of MENU > Add in All Apps by Joe Onorato · 15 years ago
  33. 8a9625e mostly fix 2392102 by overriding the force-open input thing by Joe Onorato · 15 years ago
  34. 5c16f3e Remove LiveFolders when corresponding package is uninstalled. Bug #2298872 by Romain Guy · 15 years ago
  35. ea3763c Fix dpad nav: go left/right when dpad is moved and dots are focused. by Romain Guy · 15 years ago
  36. b5de775 Prevent crash when the app passes the wrong data type as a shortcut icon. by Romain Guy · 15 years ago
  37. 752a124 am 34a0e1b0: fix bug 2326478 by Joe Onorato · 15 years ago
  38. 34a0e1b fix bug 2326478 by Joe Onorato · 15 years ago
  39. 7984c94 Get rid of the built-in search widget in Launcher2 by Bjorn Bringert · 15 years ago
  40. f8e6a80 Let the user click the dots during a scroll on Home. by Romain Guy · 15 years ago
  41. 7e4ed99 Fix 2300792 - All apps zooming when you come back from an app. by Joe Onorato · 15 years ago
  42. 13724ea Make the launcher send the position of the icon that's launching an intent. by Joe Onorato · 15 years ago
  43. eb5615d Rename special dump properity so we can set it on user builds. by Jason Sams · 15 years ago
  44. f0be213 Fix 2275513 - Icons don't update on package update by Joe Onorato · 15 years ago
  45. b206121 Fix bug 2248173 - all apps animates out when you return home. by Joe Onorato · 15 years ago
  46. 98047dc Clear search widget animation in Launcher.onResume() by Bjorn Bringert · 15 years ago
  47. cc19a53 Fix 2271080 - .lang.IllegalArgumentException: no dialog with id 1 was ever shown via by Joe Onorato · 15 years ago
  48. 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
  49. 88ec099 Fix 2274291 - back key doesn't go from all apps to workspace by Joe Onorato · 15 years ago
  50. 61597bd Fix 2271141 - Pressing the bottom corner of the screen when the applications menu is visible will by Joe Onorato · 15 years ago
  51. a5c32d6 Fix bugs 226264 and 2265943 - Home stopped responding to touch, but all-apps & notification panel by Joe Onorato · 15 years ago
  52. 247226b Fix bug 2266095 - all apps animates out when you return home by hitting back by Joe Onorato · 15 years ago
  53. 39bfc13 Add more logging for bugs 2262649, 2262272 and 2265943. by Joe Onorato · 15 years ago
  54. be38609 Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down by Joe Onorato · 15 years ago
  55. 0d44e94 Fix bug 2261637 - Workspace previews home screens on long pressing by Joe Onorato · 15 years ago
  56. f2826c7 Remove "Configure..." option from wallpaper chooser. by Romain Guy · 15 years ago
  57. 24b6fd8 Fix 2257802 - Screen unresponsive when you get a call while moving the shortcuts or widgets on home screen by Joe Onorato · 15 years ago
  58. e47f55c Improve desktop scrolling from the previews switcher. by Romain Guy · 15 years ago
  59. 9d31e9f Shows all screens in the previews. by Romain Guy · 15 years ago
  60. a30ce8e Bug 2231692 - Turn off launcher2 logging. by Joe Onorato · 15 years ago
  61. 3a8820b Fix bug 2250457 - Open folder on home screen changes changes the behaviour of the home button by Joe Onorato · 15 years ago
  62. 2ca0ae7 Fix bug 2250432 - all apps should dismiss when you power off or phone locks by Joe Onorato · 15 years ago
  63. ff0c2e2 Add the ability to dismiss previews when touching outside of the popup.u by Romain Guy · 15 years ago
  64. e6b8e2f Better previews. by Romain Guy · 15 years ago
  65. a6abce8 Improve previews display and allow to jump directly to any screen. by Romain Guy · 15 years ago
  66. 1a304a1 Better preview visuals. by Romain Guy · 15 years ago
  67. 1fbc1c8 Add previews on long press on the indicators. by Romain Guy · 15 years ago
  68. 8a73c51 New position indicators and icons for Launcher2. by Romain Guy · 15 years ago
  69. 1e2efc8 Start listening again after LauncherProvider clears widgets. by Jeff Sharkey · 15 years ago
  70. e616866 Fix bug 2242465 - Can add shortcuts while the "3d all apps" is open. by Joe Onorato · 15 years ago
  71. d753b42 Bug 2246631 - Show soft keyboard on launcher dialogs by Joe Onorato · 15 years ago
  72. 18042c8 [Launcher2] Delete app widgets when their configuration is cancelled or there's not enough room on Home. by Romain Guy · 15 years ago
  73. ad72e17 Fix launcher2 crash. We weren't initializing the list of folders. Bug 2210545. by Joe Onorato · 15 years ago
  74. 3a2b3f2 If 3 screens are good 5 will be better by Mike Cleron · 15 years ago
  75. 84f296c Add android.home.drop even for the live wallpapers. by Romain Guy · 15 years ago
  76. 080d9b6 Adjust logging of launcher2 launch times, and make all apps loading wait a little longer, by Joe Onorato · 15 years ago
  77. b6341e9 Fix launcher crash by Joe Onorato · 15 years ago
  78. 3c2f7e1 fix 2206016 - Passion: Deleted Icons are added again after deleting folder on home screen by Joe Onorato · 15 years ago
  79. 41a12d2 When closing a folder, make sure to remove it from the list of drop targets. by Joe Onorato · 15 years ago
  80. a0618e4 Fix 2198937: Home becomes unresponsive after picking wallpaper by Mike Cleron · 15 years ago
  81. b6082fa Fix trackball selection on the desktop (not all apps, yet) by Mike Cleron · 15 years ago
  82. 1d8e7bb Fix the bug where the icons stop showing up. by Joe Onorato · 15 years ago
  83. 34b0249 passion - fix 2176920 - all apps cleared after deleting folder by Joe Onorato · 15 years ago
  84. ff3862d Don't exit all apps when we launch apps. by Joe Onorato · 15 years ago
  85. 742966b Launcher2 - Fix 2171232 Homescreen stopped responding after pressing home in wallpaper selector. by Joe Onorato · 15 years ago
  86. a8138d5 Launcher2 - make 3d all apps deal with new apps and deleted apps. by Joe Onorato · 15 years ago
  87. 12c14a8 Use push from script. Remove old readback and instant animation code. by Jason Sams · 15 years ago
  88. 4db5231 Don't do swipes to open all apps anymore. by Joe Onorato · 15 years ago
  89. 7bb1749 work around and fix bugs by Joe Onorato · 15 years ago
  90. fd22dac Implement dark background, adjust spacing, remove skia scaling for performance during zoom. by Jason Sams · 15 years ago
  91. a9c28f6 New trash icon. by Joe Onorato · 15 years ago
  92. fb0ca67 checkpoint 3d all apps entrance / exit animations by Joe Onorato · 15 years ago
  93. d40eec3 Forgot to repo upload --amend. Yay. by Joe Onorato · 15 years ago
  94. 85a02a8 Add the animation for when you enter the all apps view. by Joe Onorato · 15 years ago
  95. 8355ae3 Add "Configure..." to wallpaper menu for configurable live wallpapers. by Dianne Hackborn · 15 years ago
  96. 006b25f Always have the AllAppsView visible, but have it draw nothing by Joe Onorato · 15 years ago
  97. 5162ea9 Add drag and drop from AllAppsView (to the workspace). by Joe Onorato · 15 years ago
  98. 6665c0f Click on icons. by Joe Onorato · 15 years ago
  99. c567acb Add the all apps button. by Joe Onorato · 15 years ago
  100. 9c1289c Redo the launcher loading code and put the real app icons into rollo. by Joe Onorato · 15 years ago