1. 82b016c Trim all whitespace from titles and labels. by Winson Chung · 9 years ago
  2. f7a29e8 Removing some unused method params from CellLayout by Sunny Goyal · 9 years ago
  3. 5b0e669 Rewrite: Widget preview loader logic by Sunny Goyal · 9 years ago
  4. 4fbc382 Updating IconCache to maintain a persistent of icons by Sunny Goyal · 9 years ago
  5. 08f7261 Adding a rank column for itemInfo by Sunny Goyal · 10 years ago
  6. 1bc1ae6 Updating version codes from L to LOLLIPOP by Brian Parfett · 10 years ago
  7. b155bbb Merge "Using the default search widget in Launcher3" into ub-now-queens by Sunny Goyal · 10 years ago
  8. 4bbf419 Removing some duplicate methods by Sunny Goyal · 10 years ago
  9. 594d76d Using the default search widget in Launcher3 by Sunny Goyal · 10 years ago
  10. fafca52 Using a proxy call for isAttachedToWindow for pre 19 devices by Sunny Goyal · 10 years ago
  11. b50cc8c Updating icons for sortcuts when the target app updates. by Sunny Goyal · 10 years ago
  12. 2fce90c Cleaning up icon resizing code by Sunny Goyal · 10 years ago
  13. d794a3f Update calls now we have an L API version. by Kenny Guy · 10 years ago
  14. ffe83f1 Adding support for managed profiles in widget by Sunny Goyal · 10 years ago
  15. 63f1ec0 Further refinement of all apps / widgets transition by Adam Cohen · 10 years ago
  16. 0fe505b Autoinstalls loading xml by Sunny Goyal · 10 years ago
  17. 95abbb3 Updating the virtual preloader UX. by Sunny Goyal · 10 years ago
  18. c5c60ad Merging Motorola's patch to disable apps when is safe mode. by Sunny Goyal · 10 years ago
  19. 2efc7d9 Use transparent system bars on L by Sandeep Siddhartha · 10 years ago
  20. 02dd7ae Fix long press after already moving off icon by Jason Monk · 10 years ago
  21. 7ad868b Create separate project for Wallpaper Picker by Michael Jurka · 11 years ago
  22. 72fbec1 Add support for initiating a drag from an overlay. by Mathew Inwood · 11 years ago
  23. 5400049 Ensuring that we are calling setCompoundDrawable() instead of using intrinsic bounds. (Bug 11203738) by Winson Chung · 11 years ago
  24. 0dbd734 Workaround for small icons. Draw icon drawables at the expected icon size. (Bug 11203738) by Winson Chung · 11 years ago
  25. 3a6e7f3 Initial changes for new clings. (Bug 11142616) by Winson Chung · 11 years ago
  26. 61f560d Fixing AllApps pressed state (issue 10845969) by Adam Cohen · 11 years ago
  27. 26acafb Fix crash when setting wallpaper by Michael Jurka · 11 years ago
  28. a805e1a Finish support for third-party wallpaper pickers by Michael Jurka · 11 years ago
  29. 5f8afe6 Initial Changes for Dynamic Grid by Winson Chung · 11 years ago
  30. c763c4e Verifying that new applications are added and fixing issue with new items getting wrong ids. by Winson Chung · 11 years ago
  31. 325dc23 Launcher2 is now Launcher3. by Daniel Sandler · 11 years ago[Renamed (99%) from src/com/android/launcher2/Utilities.java]
  32. 629758f Remove unnecessary use of some private APIs by Michael Jurka · 12 years ago
  33. 3a9fced Fix warnings and remove dead code by Michael Jurka · 12 years ago
  34. 0dca1ec New small/large screen division for Launcher. by Andrew Flynn · 12 years ago
  35. 6205422 Altering touch feedback for qsb assets. (Bug: 5560273) by Winson Chung · 13 years ago
  36. a182096 Fixing crash when you are dragging an app and the packages change under you. (Bug: 5280181) by Winson Chung · 13 years ago
  37. c57b7a8 Adding a progress bar while All Apps is loading by Michael Jurka · 13 years ago
  38. 86c119a Fix visual bugs by Michael Jurka · 13 years ago
  39. 931dc97 Solving bug where labels were uneven by Michael Jurka · 13 years ago
  40. aaf473c Revert "Revert "Clear the bitmap associated with canvases."" by Adam Cohen · 13 years ago
  41. 4e01284 Revert "Clear the bitmap associated with canvases." by Adam Cohen · 13 years ago
  42. 9b9d48f Clear the bitmap associated with canvases. by Dianne Hackborn · 13 years ago
  43. 4b825dcd Tweaking launcher grid and spacing. by Winson Chung · 13 years ago
  44. 0be025d Fixing long-press issue due to child hit-rect offset. by Winson Chung · 13 years ago
  45. a2eb170 Moving tablet interface to 'large' devices by Michael Jurka · 13 years ago
  46. 97d85d2 Fixing focus issues in Launcher (keyboard support). by Winson Chung · 13 years ago
  47. 7ef959b Setting tab bar widths automatically by Michael Jurka · 13 years ago
  48. 4a7d4af Removing dead code by Michael Jurka · 14 years ago
  49. c9a9619 Using hdpi icons in Launcher by Michael Jurka · 14 years ago
  50. aafa03c Allow for NxM layout and in-place rotation of items on homescreen. by Winson Chung · 14 years ago
  51. 56d8291 Apps on SD card don't confuse the launcher any more. They show up properly after reboots, by Joe Onorato · 14 years ago
  52. 9705164 Widen AllApps3D text to match Launcher by Kenny Root · 14 years ago
  53. edcce09 Fix the build! by Romain Guy · 14 years ago
  54. c0c4fe3 Make sure the generated texture is 120px wide. by Romain Guy · 14 years ago
  55. 0589f0f Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ShortcutInfo which is by Joe Onorato · 14 years ago
  56. 442eda2 Fix texture generation issue on Home. by Romain Guy · 14 years ago
  57. 88f38d1 Attempt to fix icons labels misalignment in Home. Bug #2310188 by Romain Guy · 14 years ago
  58. 6ec11bc Change text labels from RGBA to ALPHA8. Reduces memory usage and may increase performance. by Jason Sams · 15 years ago
  59. b4ecab2 Update launcher2 with vertex shader and single draw method for icons. by Jason Sams · 15 years ago
  60. eb8325a Bug 2239823 - Can't focus "home" icon in 3d all apps by Joe Onorato · 15 years ago
  61. c61cff9 Make the selection indicator and the focus indicator in 3d all apps different colors. Bug 2239818. by Joe Onorato · 15 years ago
  62. 080d9b6 Adjust logging of launcher2 launch times, and make all apps loading wait a little longer, by Joe Onorato · 15 years ago
  63. a4c0cb9 Tweak the shape/size of the all apps selection glow. by Joe Onorato · 15 years ago
  64. cdd1179 use table maskfilter for glow by Mike Reed · 15 years ago
  65. fccc8df Center the text in the textures. by Joe Onorato · 15 years ago
  66. 89911d2 Fix icons resizing. by Romain Guy · 15 years ago
  67. fd22dac Implement dark background, adjust spacing, remove skia scaling for performance during zoom. by Jason Sams · 15 years ago
  68. 9392a75 Add support for the text burn in all apps, but leave it turned off. by Joe Onorato · 15 years ago
  69. 1291a8c Add a glow selection to the icons. I'm not sure if I like it. by Joe Onorato · 15 years ago
  70. 6665c0f Click on icons. by Joe Onorato · 15 years ago
  71. c567acb Add the all apps button. by Joe Onorato · 15 years ago
  72. efabe00 The icons are 3d by Joe Onorato · 15 years ago
  73. 9c1289c Redo the launcher loading code and put the real app icons into rollo. by Joe Onorato · 15 years ago
  74. 43e7bcf start rewriting rollo so it's a little more parameterized. by Joe Onorato · 15 years ago
  75. bf15cb4 clean up rollo / launcher2 by Joe Onorato · 15 years ago
  76. a590252 Launcher2 compiles. by Joe Onorato · 15 years ago
  77. fca7c88 Move com/android/launcher -> com/android/launcher2 by Joe Onorato · 15 years ago[Renamed from src/com/android/launcher/Utilities.java]
  78. 32ce7f1 Update launcher to use new bitmap density API. by Dianne Hackborn · 15 years ago
  79. 583ed3b * re-scale icons that are loaded using different denstiy metrics. by Mitsuru Oshima · 15 years ago
  80. 31dd503 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  81. 3189679 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  82. d097a18 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  83. c8f00b6 Initial Contribution by The Android Open Source Project · 16 years ago