1. 7bb1749 work around and fix bugs by Joe Onorato · 15 years ago
  2. fd22dac Implement dark background, adjust spacing, remove skia scaling for performance during zoom. by Jason Sams · 15 years ago
  3. a9c28f6 New trash icon. by Joe Onorato · 15 years ago
  4. fb0ca67 checkpoint 3d all apps entrance / exit animations by Joe Onorato · 15 years ago
  5. d40eec3 Forgot to repo upload --amend. Yay. by Joe Onorato · 15 years ago
  6. 85a02a8 Add the animation for when you enter the all apps view. by Joe Onorato · 15 years ago
  7. 8355ae3 Add "Configure..." to wallpaper menu for configurable live wallpapers. by Dianne Hackborn · 15 years ago
  8. 006b25f Always have the AllAppsView visible, but have it draw nothing by Joe Onorato · 15 years ago
  9. 5162ea9 Add drag and drop from AllAppsView (to the workspace). by Joe Onorato · 15 years ago
  10. 6665c0f Click on icons. by Joe Onorato · 15 years ago
  11. c567acb Add the all apps button. by Joe Onorato · 15 years ago
  12. 9c1289c Redo the launcher loading code and put the real app icons into rollo. by Joe Onorato · 15 years ago
  13. 7c312c1 Move the all apps view back into the window with the workspace. by Joe Onorato · 15 years ago
  14. 49cdb1b A little wallpaper cleanup. by Dianne Hackborn · 15 years ago
  15. b1b69f5 Enable live wallpaper in Launcher2 by Romain Guy · 15 years ago
  16. 6427180 Update to follow modified wallpaper APIs. by Dianne Hackborn · 15 years ago
  17. 9383905 Move rollo into the all apps view. by Joe Onorato · 15 years ago
  18. 00acb12 Move the drag thing into its own window that goes around on top of everything else. by Joe Onorato · 15 years ago
  19. 107f839 Update to use new wallpaper APIs. by Dianne Hackborn · 15 years ago
  20. e77c08d Fade the workspace when the all apps drawer opens and closes. by Joe Onorato · 15 years ago
  21. 5979117 Split the wallpaper into its own view (it will be its own surface some day). by Joe Onorato · 15 years ago
  22. 45d4346 Factor showAllAppsDialog by Joe Onorato · 15 years ago
  23. 7404ee4 Checkpoint launcher2 - all apps is in a 2nd window. by Joe Onorato · 15 years ago
  24. a590252 Launcher2 compiles. by Joe Onorato · 15 years ago
  25. fca7c88 Move com/android/launcher -> com/android/launcher2 by Joe Onorato · 15 years ago[Renamed from src/com/android/launcher/Launcher.java]
  26. 6780086 Deal with canceled keys. by Dianne Hackborn · 15 years ago
  27. 94dabf1 Remove gestures from Home. by Romain Guy · 15 years ago
  28. 6e1fd5b Prevents BadTokenException on rotation of the gestures window. by Romain Guy · 15 years ago
  29. 6c8bbcb Fixes #1930069. Prevents NPE in GesturesActivity. Ensures the store is always != null. by Romain Guy · 15 years ago
  30. 27f9895 Remove dead code from Home. by Romain Guy · 15 years ago
  31. e769bc7 Fixes #1987902. Do not show the + button when not needed. by Romain Guy · 15 years ago
  32. 6b3f51d More new gestures UI. Adds a back button at the bottom of the settings activity. by Romain Guy · 15 years ago
  33. 1dd3a07 New gestures UI. by Romain Guy · 15 years ago
  34. 7b4ef33 Fix the lock issue on Home. This was caused by onPrepareDialog(). by Romain Guy · 15 years ago
  35. 0879cef Don't call SearchManager.isVisible() in Launcher. by Bjorn Bringert · 15 years ago
  36. 736cf28 Close the search dialog when user gets to Home by pressing home button, by Mike LeBeau · 15 years ago
  37. f38b3d5 Fixes #1956185. Restores the gesture when changing orientation when creating a shortcut. by Romain Guy · 15 years ago
  38. 98d0165 Use a plain DataOutputStream instead of SharedPreferences in Home. by Romain Guy · 15 years ago
  39. 08f9749 Fixes #1949637. Home was setting waitingForResult=true whenever an app was launched. by Romain Guy · 15 years ago
  40. f280f20 Fixes #1945905. Prevents the user from clicking the same button mutiple times. by Romain Guy · 15 years ago
  41. 1ce1a24 Fixes #1937447. Home was not saving the appropriate state when losing focus. by Romain Guy · 15 years ago
  42. 3cf604f Fixes #1919280. Home was leaking the gestures window on configuration change. by Romain Guy · 15 years ago
  43. 9440684 Close the gestures pad when pressing Home. A regression was recently introduced when by Romain Guy · 15 years ago
  44. e3895ae Fixes #1921372. Pressing Home with the window shade down would show gestures pad. by Romain Guy · 15 years ago
  45. 6fefcf1 Change recognition matchin in Home to immediate mode. by Romain Guy · 15 years ago
  46. b873424 Fixes 1909513. by Romain Guy · 15 years ago
  47. aad5ef4 Fix issues with how the gestures pad was hidden when leaving Home. by Romain Guy · 15 years ago
  48. 73b979d Add gestures to Home. by Romain Guy · 15 years ago
  49. cbb89e4 Fix locked workspace in Home. by Romain Guy · 15 years ago
  50. 5a94139 Fixes #1780990. Do not save the open state of the drawer when the user leaves Home by launching an application. by Romain Guy · 15 years ago
  51. 138a041 AI 147564: Merge back from search branch to donut. Notes: by Karl Rosaen · 15 years ago
  52. 2bbcae1 AI 143776: am: CL 143622 Correctly startListening() for widget updates when first boot completes. by Jeffrey Sharkey · 15 years ago
  53. 829f56a AI 143187: am: CL 142933 Fixes #1725672. Rebind the drawer's content early to avoid the dreaded "blank drawer" bug. by Romain Guy · 15 years ago
  54. c4bbd0a Automated import from //branches/donutburger/...@142474,142474 by Jeffrey Sharkey · 15 years ago
  55. 2d132af Automated import from //branches/donutburger/...@142038,142038 by Jeffrey Sharkey · 15 years ago
  56. 9ffb543 Automated import from //branches/donutburger/...@141885,141885 by Romain Guy · 15 years ago
  57. bd2e54d Automated import from //branches/donutburger/...@141844,141844 by Dianne Hackborn · 15 years ago
  58. c7fdae1 Automated import from //branches/donutburger/...@141651,141651 by Jeffrey Sharkey · 15 years ago
  59. d18299f Automated import from //branches/donutburger/...@140670,140670 by Jeffrey Sharkey · 15 years ago
  60. 99c8758 Automated import from //branches/donutburger/...@140592,140592 by Jeffrey Sharkey · 15 years ago
  61. f96811c auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  62. ca9475f auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  63. 7376fae auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  64. bc219c3 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  65. 31dd503 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  66. 3189679 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  67. 38a75b2 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  68. b28e1b7 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  69. 233a013 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  70. 98baae6 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  71. 15a8880 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  72. 62b49bb auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  73. 946cd91 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  74. 0e320b2 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  75. d097a18 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  76. c8f00b6 Initial Contribution by The Android Open Source Project · 16 years ago