1. 067e5e0 Merge "Removing some dead code in paged view" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  2. 8e2133b Removing some dead code in paged view by Sunny Goyal · 9 years ago
  3. 1d08f70 Accessibility: Page re-ordering in overview mode by Sunny Goyal · 9 years ago
  4. dc61c4d Refactoring to single path for overview mode. by Winson Chung · 9 years ago
  5. df41097 Merge "Focus handling null pointer exception during monkey tests." into ub-launcher3-burnaby by Hyunyoung Song · 9 years ago
  6. 3e2ff8a Updating maxscroll only after layouttranstion has finished by Sunny Goyal · 9 years ago
  7. b76cd62 Focus handling null pointer exception during monkey tests. by Hyunyoung Song · 9 years ago
  8. 2f0ec85 Disabling overscroll when folder has only one page by Sunny Goyal · 9 years ago
  9. 091440a Reducing method count by eliminating synthetic accessors by Adam Cohen · 9 years ago
  10. c2d6e89 First pass of the Launcher Overlay interface / impl by Adam Cohen · 10 years ago
  11. 4cbf046 Updating content of page description frequently. by Sunny Goyal · 10 years ago
  12. 69ed200 Fix regression which was causing requestLayout in layout pass by Adam Cohen · 10 years ago
  13. 1e4359c Adding dampened snap back overscroll to Workspace and AppsCustomizePagedView by Adam Cohen · 10 years ago
  14. 1d3d4f1 Get rid of pages overhang in AppsCustomizePagedView by Adam Cohen · 10 years ago
  15. 63f1ec0 Further refinement of all apps / widgets transition by Adam Cohen · 10 years ago
  16. 4e243a2 Updating the widget tray by Adam Cohen · 10 years ago
  17. 9bfdb76 Polishing the AllApps transition by Adam Cohen · 10 years ago
  18. 6f127a6 More defense for issue 14491953 by Adam Cohen · 10 years ago
  19. 327acfe Fix for regression which made issue 14491953 occur more easily by Adam Cohen · 10 years ago
  20. 309260e Merge "Don't notifyPageSwitchListener until page settles (issue 12069757)" into jb-ub-now-kermit by Adam Cohen · 11 years ago
  21. 674531f Don't notifyPageSwitchListener until page settles (issue 12069757) by Adam Cohen · 11 years ago
  22. 34c2e6c Clean up imports by Michael Jurka · 11 years ago
  23. 4de0974 Fix NPE from feedback (issue 12106858) by Adam Cohen · 11 years ago
  24. 59b5c79 Fix page jumping regression in overview mode (issue 12003672) by Adam Cohen · 11 years ago
  25. cccfe95 Merge "Allowing ability to pick up items / enter overview before full page settle" into jb-ub-now-jolly-elf by Adam Cohen · 11 years ago
  26. 540efef Merge changes Ida9603e3,I3dfa45cc into jb-ub-now-jolly-elf by Winson Chung · 11 years ago
  27. a765215 Allowing ability to pick up items / enter overview before full page settle by Adam Cohen · 11 years ago
  28. f961885 Syncing up state transition with paging transition by Adam Cohen · 11 years ago
  29. 9b9fb96 Updating LauncherModel filtering to use screen ids. (Bug 11685286) by Winson Chung · 11 years ago
  30. 84a465a Small tweaks to custom content management by Adam Cohen · 11 years ago
  31. 4683041 am 2da0a053: Fix small scrolling regression by Adam Cohen · 11 years ago
  32. 2da0a05 Fix small scrolling regression by Adam Cohen · 11 years ago
  33. 8841602 Merge "Fixing crash while reordering pages in OverviewMode." into jb-ub-now-jolly-elf by Winson Chung · 11 years ago
  34. c82d262 Dyanmically lay out overview mode across all orientations and form factors. by Winson Chung · 11 years ago
  35. 876a619 Fixing crash while reordering pages in OverviewMode. by Winson Chung · 11 years ago
  36. 5c6474d Merge "Fix problem with where PagedView could get stuck (issue 11314889)" into jb-ub-now-jetsonic by Adam Cohen · 11 years ago
  37. cae7f57 Fix problem with where PagedView could get stuck (issue 11314889) by Adam Cohen · 11 years ago
  38. e4602ae Reporting toIndex in scroll events (issue 11356512) by Adam Cohen · 11 years ago
  39. 3b185e2 Fixing up PagedView to work in landscape mode by Adam Cohen · 11 years ago
  40. b88ae41 Fixing crash with invalid current page. by Winson Chung · 11 years ago
  41. 8bdbaab Fixing regression in paging by Adam Cohen · 11 years ago
  42. 4fe4c93 A bit of code cleanup (issue 11026590) by Adam Cohen · 11 years ago
  43. 0cd0eba Finished getting rid of mPageSpacing by Adam Cohen · 11 years ago
  44. 8fd3adc Refactor RTL wallpaper code to use getLayoutTransitionOffsetForPage by Michael Jurka · 11 years ago
  45. 21cd002 Fix issue where custom content would show up on boot (issue 10713745) by Adam Cohen · 11 years ago
  46. 564a2e7 Fix custom content state for scroll in RTL (issue 11068877) by Adam Cohen · 11 years ago
  47. fbdf427 Fix inability to long press page indicators (issue 11136731) by Adam Cohen · 11 years ago
  48. d4a5521 Merge "Fix scrolling accessibility events sent from PagedView" into jb-ub-now-indigo-rose by Alan Viverette · 11 years ago
  49. 254139a Fix scrolling accessibility events sent from PagedView by Alan Viverette · 11 years ago
  50. 2824b07 Don't measure GONE views. by Vladimir Marko · 11 years ago
  51. 5380521 First pass on accessibility by Adam Cohen · 11 years ago
  52. fe0ace3 Fix RTL bugs with wallpaper parallax by Michael Jurka · 11 years ago
  53. 40d6264 Merge "Fix ArrayIndexOutOfBoundsException, (issue 11038649)" into jb-ub-now-indigo-rose by Adam Cohen · 11 years ago
  54. 1f1f45d Fix ArrayIndexOutOfBoundsException, (issue 11038649) by Adam Cohen · 11 years ago
  55. 7a9e58a Making sure overview mode can't get stuck (issue 11022017) by Adam Cohen · 11 years ago
  56. 97d5311 Ensuring that snapToPage is completely aborted / cleaned up upon setCurrentPage (issue 11003904) by Adam Cohen · 11 years ago
  57. 0655904 Fixing regression in reordering (issue 10994971) by Adam Cohen · 11 years ago
  58. 2bf63d5 Fixing issue where you couldn't drag an item multiple pages (issue 10754544) by Adam Cohen · 11 years ago
  59. 780fe59 Integrating some aosp fixes, ensuring that we update the install queue before returning to Launcher. by Winson Chung · 11 years ago
  60. 93c9756 Fixing some touch / interaction problems by Adam Cohen · 11 years ago
  61. 6a678da Fix typo by Adam Cohen · 11 years ago
  62. af9b0e5 Getting RTL up to a reasonable state in Launcher3 by Adam Cohen · 11 years ago
  63. 410f3cd Getting the Overview Mode to look up to spec by Adam Cohen · 11 years ago
  64. 7819a56 Tweaking page indicators to support add page icon, remembering widget picker page (Bug 10787439) by Winson Chung · 11 years ago
  65. dbdff6b Handful of small changes / bug fixes by Adam Cohen · 11 years ago
  66. 1697b79 Fixing up click / long click to enter / exit overview mode by Adam Cohen · 11 years ago
  67. f343499 Making sure CustomContent is never visible during overview / springloaded by Adam Cohen · 11 years ago
  68. 5084cba Shrink-wrapping model to spec (issue 10397399) by Adam Cohen · 11 years ago
  69. 77e1f47 Add system window inset support to DragLayer and children. by John Spurlock · 11 years ago
  70. c58497e Initial changes to restore AllApps. by Winson Chung · 11 years ago
  71. 2702ea0 Removing custom content padding by Adam Cohen · 11 years ago
  72. f358a4b Adding overview mode for reordering, widget adding and wallpaper switching by Adam Cohen · 11 years ago
  73. 63d7870 Merge "Verifying that new applications are added and fixing issue with new items getting wrong ids." into jb-ub-gel-agar by Winson Chung · 11 years ago
  74. df11a77 Merge "Adding support for custom page indicator markers." into jb-ub-gel-agar by Winson Chung · 11 years ago
  75. 82dfe58 Adding support for custom page indicator markers. by Winson Chung · 11 years ago
  76. c763c4e Verifying that new applications are added and fixing issue with new items getting wrong ids. by Winson Chung · 11 years ago
  77. 6ad0e7d Fix overhang of custom content area into first screen of launcher by Adam Cohen · 11 years ago
  78. 8c87cd8 Fixing issue where the page was reset to 0 on rotation. by Winson Chung · 11 years ago
  79. 9c0565f Fixing regression causing PagedView not to load subsequent widget pages. by Winson Chung · 11 years ago
  80. c9ca298 Fixing performance issues with drawing all visible pages. by Winson Chung · 11 years ago
  81. edb4076 More PagedView cleanup by Adam Cohen · 11 years ago
  82. f698c6e Simplifying some more stuff related to PagedView by Adam Cohen · 11 years ago
  83. 181c3dc Fixing regression due to removal of updateCurrentPageScroll() call in previous commit. by Winson Chung · 11 years ago
  84. 02b3a8c Merge "Adding notion of fullscreen page to PagedView" into jb-ub-gel-agar by Adam Cohen · 11 years ago
  85. d2be381 Removing old scroll indicator and adding page indicator dots. by Winson Chung · 11 years ago
  86. 96d30a1 Adding notion of fullscreen page to PagedView by Adam Cohen · 11 years ago
  87. accfd56 Fix weird page jumps after dropping items by Adam Cohen · 11 years ago
  88. dedbd96 Enabling reordering by Adam Cohen · 11 years ago
  89. 34a3340 Merge "Ensuring that the db reflects all package added/removed/updated broadcasts." into jb-ub-gel-agar by Adam Cohen · 11 years ago
  90. 64359a5 Ensuring that the db reflects all package added/removed/updated broadcasts. by Winson Chung · 11 years ago
  91. 0ffac43 RTL for PagedView by Adam Cohen · 11 years ago
  92. 7d30a37 Porting PagedView from KG to gain simplified scaling model, reordering by Adam Cohen · 11 years ago
  93. dcd297f Initial implementation of Shrink-wrap by Adam Cohen · 11 years ago
  94. e61a9a2 Fix issue with setting the current page immediately after a page is added by Adam Cohen · 11 years ago
  95. 325dc23 Launcher2 is now Launcher3. by Daniel Sandler · 11 years ago[Renamed (99%) from src/com/android/launcher2/PagedView.java]
  96. 52aee60 Adding RTL paging. by Winson Chung · 11 years ago
  97. 1ef2123 Fixing NPE in updateCurrentPageScroll (Bug 7465970) by Winson Chung · 12 years ago
  98. 36095e8 Merge "Stop animating All Apps during transition to Home" into jb-mr1-dev by Chet Haase · 12 years ago
  99. bc2f082 Stop animating All Apps during transition to Home by Chet Haase · 12 years ago
  100. 97687ef Cap launcher swipe animations to max duration by Chet Haase · 12 years ago