1. 5f8afe6 Initial Changes for Dynamic Grid by Winson Chung · 12 years ago
  2. 64359a5 Ensuring that the db reflects all package added/removed/updated broadcasts. by Winson Chung · 12 years ago
  3. 7d30a37 Porting PagedView from KG to gain simplified scaling model, reordering by Adam Cohen · 12 years ago
  4. e4f9891 Lazily instantiate LauncherAppState. by Daniel Sandler · 12 years ago
  5. c916834 Using package broadcasts to key adding of shortcuts on the workspace. by Winson Chung · 12 years ago
  6. cc8befa Move LauncherApplication's state and code to LauncherAppState. by Daniel Sandler · 12 years ago
  7. e25af79 HACK: temporary upgrade path from com.android.launcher2 by Adam Cohen · 12 years ago
  8. 947dc54 HACK: Getting rid of all apps button / all apps from AppsCustomizePagedView by Adam Cohen · 12 years ago
  9. 325dc23 Launcher2 is now Launcher3. by Daniel Sandler · 12 years ago[Renamed (99%) from src/com/android/launcher2/AppsCustomizePagedView.java]
  10. c402cd9 Fixing slow binding when returning to Launcher by Michael Jurka · 12 years ago
  11. 83892cc Fixing issue where updating the visibility of one application can trigger all icons to disappear. (Bug 8757421) by Winson Chung · 12 years ago
  12. 74f0537 Trim widget names by Michael Jurka · 12 years ago
  13. fe1fe26 Fixing RTL issues with apps ordering and snapping to page. (Bug 8238938, Bug 8374016, Bug 8373578) by Winson Chung · 12 years ago
  14. b8f5c40 Don't close widget preview cache db by Michael Jurka · 12 years ago
  15. ee8e99f Fix crash when switching between Apps/Widgets tabs by Michael Jurka · 12 years ago
  16. e4b4cd7 Merge "Clean up database in WidgetPreviewLoader" by Michael Jurka · 13 years ago
  17. d9ba96a Merge "Fix crash caused by double loading of widget previews" by Michael Jurka · 13 years ago
  18. 0247d14 Clean up database in WidgetPreviewLoader by Michael Jurka · 13 years ago
  19. 3c69dec Fix crash caused by double loading of widget previews by Michael Jurka · 13 years ago
  20. 728bd27 Merge "Adding RTL paging." by Winson Chung · 13 years ago
  21. 3f4e070 Fix crash when rotating all apps by Michael Jurka · 13 years ago
  22. 52aee60 Adding RTL paging. by Winson Chung · 13 years ago
  23. 05713af Cache widget previews in a DB by Michael Jurka · 13 years ago
  24. 892d023 Merge "Add first RTL support to Launcher" by Fabrice Di Meglio · 13 years ago
  25. cc11f74 Add first RTL support to Launcher by Fabrice Di Meglio · 13 years ago
  26. 47639b9 Use less HW layers in All Apps by Michael Jurka · 13 years ago
  27. 7819abd Fixing issue where the cling is offset. (Bug 7633074) by Winson Chung · 13 years ago
  28. 3c1681d Cleaning up unused code by Michael Jurka · 13 years ago
  29. 244ebcd Bug 7301303: more rows in all apps for sw720dp-port by Michael Jurka · 13 years ago
  30. aaa5c21 Fix to ensure default widgets get size callbacks (issue 7287744) by Adam Cohen · 13 years ago
  31. dd70d66 Fix for widgets with config not getting size info (issue 7266053) by Adam Cohen · 13 years ago
  32. bdb1030 Removing functionality to click under AllApps to return to the workspace. (Bug 7012020) by Winson Chung · 13 years ago
  33. 9e05a5e Making launcher use new widget binding APIs by Adam Cohen · 13 years ago
  34. 1190487 Fixing issue where we were collating labels based on an old Locale. (Bug 7133873) by Winson Chung · 13 years ago
  35. 1637d6d Fix adding widgets without config activities by Michael Jurka · 13 years ago
  36. 8165f0d resolve conflicts w/4f174f1d27adbde6f50e11ee3a8eaf162a030284 by Ed Heyl · 13 years ago
  37. c93e5ae Binding AllApps synchronously. (Bug 6855061) by Winson Chung · 13 years ago
  38. 5d55f33 Fixing issue where we were not clearing the set of removed items since the last event. (Bug 6749258) by Winson Chung · 13 years ago
  39. 7c7c66d Merge "Adding debug logging to track down missing app icons" by Michael Jurka · 13 years ago
  40. bec6fd3 Adding debug logging to track down missing app icons by Michael Jurka · 13 years ago
  41. cb9ab4f Fixing issue where toasts were getting queued. (Bug 6572269) by Winson Chung · 13 years ago
  42. b1daa48 Remove unneeded imports by Michael Jurka · 13 years ago
  43. 8c3339b Compile Launcher against only public apis (level 16) by Michael Jurka · 13 years ago
  44. acb5f99 Merge "Decoupling launcher/workspace package cleanup from the application list (Bug 6602756)" by Winson Chung · 13 years ago
  45. cd81073 Decoupling launcher/workspace package cleanup from the application list (Bug 6602756) by Winson Chung · 13 years ago
  46. 2ecf995 Remove use of private ValueAnimator api by Michael Jurka · 13 years ago
  47. a3f78e3 Launcher-side changes to update packages after the set of app widgets has changed. (Bug 6602951) by Winson Chung · 13 years ago
  48. 51600e4 am 8fd14178: am 7e4e4ba4: Merge "Removing logging in AppsCustomizePagedView (Bug 6597629)" into jb-dev by Winson Chung · 13 years ago
  49. a1b5500 am 307f0b4d: am 12dd20d5: Merge "Fixing issue where we were not always invalidating the page data when setting apps. (Bug 6549598)" into jb-dev by Winson Chung · 13 years ago
  50. 9bc8eba Clean up warnings and some private API usage by Michael Jurka · 13 years ago
  51. c10ba13 Removing logging in AppsCustomizePagedView (Bug 6597629) by Winson Chung · 13 years ago
  52. 12dd20d Merge "Fixing issue where we were not always invalidating the page data when setting apps. (Bug 6549598)" into jb-dev by Winson Chung · 13 years ago
  53. bc786ab Merge "Removing logging (issue 6583911)" into jb-dev by Adam Cohen · 13 years ago
  54. 9802ac9 Fixing issue where we were not always invalidating the page data when setting apps. (Bug 6549598) by Winson Chung · 13 years ago
  55. 4782444 Merge "Synchronizing on the new-apps list before modifying it. (Bug 6621553)" into jb-dev by Winson Chung · 13 years ago
  56. bfeac06 Synchronizing on the new-apps list before modifying it. (Bug 6621553) by Winson Chung · 13 years ago
  57. 5b7fcb7 Merge "Defer loading widget previews until after All Apps transition" into jb-dev by Michael Jurka · 13 years ago
  58. f6a9690 Defer loading widget previews until after All Apps transition by Michael Jurka · 13 years ago
  59. fd39d8e Extending timeout workaround for updating the widget tray after we get a packages-changed broadcast. (Bug 6602951) by Winson Chung · 13 years ago
  60. 7b1deb5 Removing logging (issue 6583911) by Adam Cohen · 13 years ago
  61. 7c7a22d Adding logging to track issue with apps pages. (Bug 6549598) by Winson Chung · 13 years ago
  62. 21a170b Fix for stuck widget (issue 6557954) by Adam Cohen · 13 years ago
  63. 68f681b Adding debugging for stuck widget (issue 6557954) by Adam Cohen · 13 years ago
  64. 7ce9985 Fixing issue where multiple widget pages would fail to load correctly, preventing you from adding widgets. (Bug 6556434) by Winson Chung · 13 years ago
  65. dac8591 Updating how widget previews look by Michael Jurka · 13 years ago
  66. 9247892 Fixing regression where you can't add shortcuts by Adam Cohen · 13 years ago
  67. 263301a Removing logging related to and fixing (issue 6238330) by Adam Cohen · 13 years ago
  68. 90340cf Adding logging for the bug that won't die (issue 6282761) by Adam Cohen · 13 years ago
  69. 4d173e9 Merge "Fix rendering bug while dragging" into jb-dev by Michael Jurka · 13 years ago
  70. c93ea44 Yet another attempt to fix (issue 6282761) by Adam Cohen · 13 years ago
  71. 4ca3922 Fix rendering bug while dragging by Michael Jurka · 13 years ago
  72. 8bc2699 Merge "Solve stutter when swiping All Apps the first time" into jb-dev by Michael Jurka · 13 years ago
  73. 5e368ff Solve stutter when swiping All Apps the first time by Michael Jurka · 13 years ago
  74. 08055f6 Adding accessibility scroll support to PagedView. by Svetoslav Ganov · 13 years ago
  75. 1202b33 Centering drag outline when placing shortcut on screen by Michael Jurka · 13 years ago
  76. 0e56cc9 Fixing bug where widget could get added to drag layer and not removed (issue 6282757) by Adam Cohen · 13 years ago
  77. f1dcdf6 Fixing widget overlapping another widget (issue 6475997) by Adam Cohen · 13 years ago
  78. 88c5d2d Fix NPE when dragging widget with preview not yet loaded (issue 6282761) by Adam Cohen · 13 years ago
  79. 18f41f8 More work to ensure that the wallpaper is visible before transitions take place. (Bug 6445085) by Winson Chung · 13 years ago
  80. ca889b3 Consistently re-enabling the wallpaper when we leave launcher. (Bug 6445085) by Winson Chung · 13 years ago
  81. 5e024a3 Merge "Fixing regression where the proper rotation check was not being done. (Bug 6422040)" into jb-dev by Winson Chung · 13 years ago
  82. 4b919f8 Fixing regression where the proper rotation check was not being done. (Bug 6422040) by Winson Chung · 13 years ago
  83. 2f093b6 Fix widget resizes that shouldn't (issue 6380435) by Adam Cohen · 13 years ago
  84. a706b09 Merge "Preventing activity from rotating while the user is dragging an item. (Bug 6240922)" into jb-dev by Winson Chung · 13 years ago
  85. 641d71d Preventing activity from rotating while the user is dragging an item. (Bug 6240922) by Winson Chung · 13 years ago
  86. a35e35a Solve blip the first time All Apps is launched by Michael Jurka · 13 years ago
  87. 4773408 Merge "Fixing issue where side pages in all apps were showing. (Bug 6393199)" into jb-dev by Winson Chung · 13 years ago
  88. d167e2a Fixing issue where side pages in all apps were showing. (Bug 6393199) by Winson Chung · 13 years ago
  89. 2890151 Merge "Remove all deferred widget pages when we cancel all tasks. (Potential fix for bug 6387680)" into jb-dev by Winson Chung · 13 years ago
  90. 8b805b1 Remove use of private APIs by Michael Jurka · 13 years ago
  91. 83687b1 Remove all deferred widget pages when we cancel all tasks. (Potential fix for bug 6387680) by Winson Chung · 13 years ago
  92. c7450e3 Updating launcher transitions. by Winson Chung · 13 years ago
  93. 336d491 Fix issue where certain widgets don't appear in tray (issue 6339060) by Adam Cohen · 13 years ago
  94. 3a9fced Fix warnings and remove dead code by Michael Jurka · 13 years ago
  95. a5c9636 Preventing widgets that don't fit from showing in tray. (Bug 6331357) by Winson Chung · 13 years ago
  96. c6cc61d Cleanup and refactoring in relation to drag and drop by Adam Cohen · 13 years ago
  97. 1f36270 Some changes which are effectively no-op right now, but will be useful by Adam Cohen · 13 years ago
  98. 031d3d8 Merge "Fixing potential crash when trying to create 0x0 bitmaps" by Michael Jurka · 13 years ago
  99. c7e52f5 Fixing potential crash when trying to create 0x0 bitmaps by Michael Jurka · 13 years ago
  100. 93eef08 Making the text reflect the container when you are unable to drop onto a space. by Winson Chung · 13 years ago