1. cf25b52 Removing some unused PagedView attributes by Sunny Goyal · 10 years ago
  2. 5e41a27 Fixing paged view overscroll effect being drawn outside the screen by Sunny Goyal · 10 years ago
  3. 4d113a5 Using material style overscroll effect for workspace and folders by Sunny Goyal · 10 years ago
  4. 5b139a5 Remove inifinite recursion from PagedView by Adam Cohen · 10 years ago
  5. b2b02b9 Fix a small UI nit with screen reordering by Adam Cohen · 10 years ago
  6. 316490e Removing some synthetic method creation by Sunny Goyal · 10 years ago
  7. 04a9bc4 Merge "Setting scroll X, Y and related attributes for TYPE_VIEW_SCROLLED event." into ub-launcher3-burnaby by Vadim Tryshev · 10 years ago
  8. 7066c12 Setting scroll X, Y and related attributes for TYPE_VIEW_SCROLLED event. by Vadim Tryshev · 10 years ago
  9. 8b80bae Merge "Fixing non-scrolling of workspace view after opening/closing AllApps vew. The reason for non-scrolling was excluding the pages view from the accessibility hierarchy by marking it as non-important. So, I just removed the code manipulating [non]importance of the PagedView." into ub-launcher3-burnaby by Vadim Tryshev · 10 years ago
  10. 7af0d44 Fixing non-scrolling of workspace view after opening/closing AllApps vew. by Vadim Tryshev · 10 years ago
  11. 1740d90 Fixing build breakage by Sunny Goyal · 10 years ago
  12. 5a1f53b Removing SmoothPagedView as all its methods are disabled by Sunny Goyal · 10 years ago
  13. a1fbd84 Fixing unnecessary padding added to pages in overview mode by Sunny Goyal · 10 years ago
  14. bc51766 Merge "Removing itemCount, fromIndex and toIndex from AccessibilityEvent.TYPE_VIEW_SCROLLED sent by PagedView. This causes an additional reduntant voice message on scroll (see the bug)." into ub-launcher3-burnaby by Vadim Tryshev · 10 years ago
  15. cd4f413 Removing itemCount, fromIndex and toIndex from by Vadim Tryshev · 10 years ago
  16. 83a8f04 Moving LauncherAccessibilityDelegate to accessibility package by Sunny Goyal · 10 years ago
  17. a8a4546 Merge "Adding padding to the folder content" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  18. 41b22c0 Overriding proper layout params methods for a custom ViewGroup by Sunny Goyal · 10 years ago
  19. 7066003 Various lint error fixes. by Sunny Goyal · 10 years ago
  20. 22fc63e Adding padding to the folder content by Sunny Goyal · 10 years ago
  21. 8a496ac Merge "Fixing accessibility scrolling events generated by PagedView:" into ub-launcher3-burnaby by Vadim Tryshev · 10 years ago
  22. f471597 Fixing accessibility scrolling events generated by PagedView: by Vadim Tryshev · 10 years ago
  23. 067e5e0 Merge "Removing some dead code in paged view" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  24. 8e2133b Removing some dead code in paged view by Sunny Goyal · 10 years ago
  25. 1d08f70 Accessibility: Page re-ordering in overview mode by Sunny Goyal · 10 years ago
  26. dc61c4d Refactoring to single path for overview mode. by Winson Chung · 10 years ago
  27. df41097 Merge "Focus handling null pointer exception during monkey tests." into ub-launcher3-burnaby by Hyunyoung Song · 10 years ago
  28. 3e2ff8a Updating maxscroll only after layouttranstion has finished by Sunny Goyal · 10 years ago
  29. b76cd62 Focus handling null pointer exception during monkey tests. by Hyunyoung Song · 10 years ago
  30. 2f0ec85 Disabling overscroll when folder has only one page by Sunny Goyal · 10 years ago
  31. 091440a Reducing method count by eliminating synthetic accessors by Adam Cohen · 10 years ago
  32. c2d6e89 First pass of the Launcher Overlay interface / impl by Adam Cohen · 11 years ago
  33. 4cbf046 Updating content of page description frequently. by Sunny Goyal · 11 years ago
  34. 69ed200 Fix regression which was causing requestLayout in layout pass by Adam Cohen · 11 years ago
  35. 1e4359c Adding dampened snap back overscroll to Workspace and AppsCustomizePagedView by Adam Cohen · 11 years ago
  36. 1d3d4f1 Get rid of pages overhang in AppsCustomizePagedView by Adam Cohen · 11 years ago
  37. 63f1ec0 Further refinement of all apps / widgets transition by Adam Cohen · 11 years ago
  38. 4e243a2 Updating the widget tray by Adam Cohen · 11 years ago
  39. 9bfdb76 Polishing the AllApps transition by Adam Cohen · 11 years ago
  40. 6f127a6 More defense for issue 14491953 by Adam Cohen · 11 years ago
  41. 327acfe Fix for regression which made issue 14491953 occur more easily by Adam Cohen · 11 years ago
  42. 309260e Merge "Don't notifyPageSwitchListener until page settles (issue 12069757)" into jb-ub-now-kermit by Adam Cohen · 12 years ago
  43. 674531f Don't notifyPageSwitchListener until page settles (issue 12069757) by Adam Cohen · 12 years ago
  44. 34c2e6c Clean up imports by Michael Jurka · 12 years ago
  45. 4de0974 Fix NPE from feedback (issue 12106858) by Adam Cohen · 12 years ago
  46. 59b5c79 Fix page jumping regression in overview mode (issue 12003672) by Adam Cohen · 12 years ago
  47. cccfe95 Merge "Allowing ability to pick up items / enter overview before full page settle" into jb-ub-now-jolly-elf by Adam Cohen · 12 years ago
  48. 540efef Merge changes Ida9603e3,I3dfa45cc into jb-ub-now-jolly-elf by Winson Chung · 12 years ago
  49. a765215 Allowing ability to pick up items / enter overview before full page settle by Adam Cohen · 12 years ago
  50. f961885 Syncing up state transition with paging transition by Adam Cohen · 12 years ago
  51. 9b9fb96 Updating LauncherModel filtering to use screen ids. (Bug 11685286) by Winson Chung · 12 years ago
  52. 84a465a Small tweaks to custom content management by Adam Cohen · 12 years ago
  53. 4683041 am 2da0a053: Fix small scrolling regression by Adam Cohen · 12 years ago
  54. 2da0a05 Fix small scrolling regression by Adam Cohen · 12 years ago
  55. 8841602 Merge "Fixing crash while reordering pages in OverviewMode." into jb-ub-now-jolly-elf by Winson Chung · 12 years ago
  56. c82d262 Dyanmically lay out overview mode across all orientations and form factors. by Winson Chung · 12 years ago
  57. 876a619 Fixing crash while reordering pages in OverviewMode. by Winson Chung · 12 years ago
  58. 5c6474d Merge "Fix problem with where PagedView could get stuck (issue 11314889)" into jb-ub-now-jetsonic by Adam Cohen · 12 years ago
  59. cae7f57 Fix problem with where PagedView could get stuck (issue 11314889) by Adam Cohen · 12 years ago
  60. e4602ae Reporting toIndex in scroll events (issue 11356512) by Adam Cohen · 12 years ago
  61. 3b185e2 Fixing up PagedView to work in landscape mode by Adam Cohen · 12 years ago
  62. b88ae41 Fixing crash with invalid current page. by Winson Chung · 12 years ago
  63. 8bdbaab Fixing regression in paging by Adam Cohen · 12 years ago
  64. 4fe4c93 A bit of code cleanup (issue 11026590) by Adam Cohen · 12 years ago
  65. 0cd0eba Finished getting rid of mPageSpacing by Adam Cohen · 12 years ago
  66. 8fd3adc Refactor RTL wallpaper code to use getLayoutTransitionOffsetForPage by Michael Jurka · 12 years ago
  67. 21cd002 Fix issue where custom content would show up on boot (issue 10713745) by Adam Cohen · 12 years ago
  68. 564a2e7 Fix custom content state for scroll in RTL (issue 11068877) by Adam Cohen · 12 years ago
  69. fbdf427 Fix inability to long press page indicators (issue 11136731) by Adam Cohen · 12 years ago
  70. d4a5521 Merge "Fix scrolling accessibility events sent from PagedView" into jb-ub-now-indigo-rose by Alan Viverette · 12 years ago
  71. 254139a Fix scrolling accessibility events sent from PagedView by Alan Viverette · 12 years ago
  72. 2824b07 Don't measure GONE views. by Vladimir Marko · 12 years ago
  73. 5380521 First pass on accessibility by Adam Cohen · 12 years ago
  74. fe0ace3 Fix RTL bugs with wallpaper parallax by Michael Jurka · 12 years ago
  75. 40d6264 Merge "Fix ArrayIndexOutOfBoundsException, (issue 11038649)" into jb-ub-now-indigo-rose by Adam Cohen · 12 years ago
  76. 1f1f45d Fix ArrayIndexOutOfBoundsException, (issue 11038649) by Adam Cohen · 12 years ago
  77. 7a9e58a Making sure overview mode can't get stuck (issue 11022017) by Adam Cohen · 12 years ago
  78. 97d5311 Ensuring that snapToPage is completely aborted / cleaned up upon setCurrentPage (issue 11003904) by Adam Cohen · 12 years ago
  79. 0655904 Fixing regression in reordering (issue 10994971) by Adam Cohen · 12 years ago
  80. 2bf63d5 Fixing issue where you couldn't drag an item multiple pages (issue 10754544) by Adam Cohen · 12 years ago
  81. 780fe59 Integrating some aosp fixes, ensuring that we update the install queue before returning to Launcher. by Winson Chung · 12 years ago
  82. 93c9756 Fixing some touch / interaction problems by Adam Cohen · 12 years ago
  83. 6a678da Fix typo by Adam Cohen · 12 years ago
  84. af9b0e5 Getting RTL up to a reasonable state in Launcher3 by Adam Cohen · 12 years ago
  85. 410f3cd Getting the Overview Mode to look up to spec by Adam Cohen · 12 years ago
  86. 7819a56 Tweaking page indicators to support add page icon, remembering widget picker page (Bug 10787439) by Winson Chung · 12 years ago
  87. dbdff6b Handful of small changes / bug fixes by Adam Cohen · 12 years ago
  88. 1697b79 Fixing up click / long click to enter / exit overview mode by Adam Cohen · 12 years ago
  89. f343499 Making sure CustomContent is never visible during overview / springloaded by Adam Cohen · 12 years ago
  90. 5084cba Shrink-wrapping model to spec (issue 10397399) by Adam Cohen · 12 years ago
  91. 77e1f47 Add system window inset support to DragLayer and children. by John Spurlock · 12 years ago
  92. c58497e Initial changes to restore AllApps. by Winson Chung · 12 years ago
  93. 2702ea0 Removing custom content padding by Adam Cohen · 12 years ago
  94. f358a4b Adding overview mode for reordering, widget adding and wallpaper switching by Adam Cohen · 12 years ago
  95. 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 · 12 years ago
  96. df11a77 Merge "Adding support for custom page indicator markers." into jb-ub-gel-agar by Winson Chung · 12 years ago
  97. 82dfe58 Adding support for custom page indicator markers. by Winson Chung · 12 years ago
  98. c763c4e Verifying that new applications are added and fixing issue with new items getting wrong ids. by Winson Chung · 12 years ago
  99. 6ad0e7d Fix overhang of custom content area into first screen of launcher by Adam Cohen · 12 years ago
  100. 8c87cd8 Fixing issue where the page was reset to 0 on rotation. by Winson Chung · 12 years ago