1. 785a379 Merge "Using a common class for observing secure settings" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  2. 5d09a44 Merge "Remove launcher dependency inside LauncherIcons" into ub-launcher3-master by Hyunyoung Song · 6 years ago
  3. 420d545 Using a common class for observing secure settings by Sunny Goyal · 6 years ago
  4. b8137d0 Remove launcher dependency inside LauncherIcons by Hyunyoung Song · 6 years ago
  5. 55ba0dc Merge "Adding some extra logging around draglayer alpha" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  6. fa530cd Make flags UI available on release build of launcher by Ryan Lothian · 6 years ago
  7. cb2c505 Adding some extra logging around draglayer alpha by Sunny Goyal · 6 years ago
  8. cf77155 Merge "Adding keyboard handling to QsbHostView similar to a normal appwidget view" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  9. c604a10 Adding keyboard handling to QsbHostView similar to a normal appwidget view by Sunny Goyal · 6 years ago
  10. 367f8f2 Merge "Fixing wrong index passed when highlighting a preference during scroll" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  11. 570dac8 Fixing wrong index passed when highlighting a preference during scroll by Sunny Goyal · 6 years ago
  12. f2e8dda Remove unused NO_ALL_APPS_ICON flag by Ryan Lothian · 6 years ago
  13. 14c6c8c Improving tests to fix testBindNormalWidget_withoutConfig, and beyond by Vadim Tryshev · 6 years ago
  14. efb7e84 Converting long item IDs to int by Sunny Goyal · 6 years ago
  15. f307b60 Merge "Groundwork for runtime-toggleable feature flags" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  16. 688e989 Groundwork for runtime-toggleable feature flags by Ryan Lothian · 6 years ago
  17. a7da86e More temporary logging to diagnose testPendingWidget_autoRestored by Vadim Tryshev · 6 years ago
  18. c052e4e Adding temporary logging to diagnose testPendingWidget_autoRestored by Vadim Tryshev · 6 years ago
  19. 88c289e Merge "Enabling "in test harness" flag with a direct call" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  20. c295098 Enabling "in test harness" flag with a direct call by Vadim Tryshev · 6 years ago
  21. bd5a2db Merge "Fix issue where pointer id was being used to set as action index" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  22. 6b82a08 Fix issue where pointer id was being used to set as action index by Hyunyoung Song · 6 years ago
  23. 18cc858 Merge "Fix clipping issue on adaptive icons" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  24. 44bd6fd Fix clipping issue on adaptive icons by Hyunyoung Song · 6 years ago
  25. 6c3f44b Cancelling previous touch interaction when a new touch starts by Sunny Goyal · 6 years ago
  26. 15dba75 Merge "Caching widget labels in icon cache to avoid lookup at startup" into ub-launcher3-master by Sunny Goyal · 6 years ago
  27. be2307b Reduce falsing on swipe down for notification shade. by Hyunyoung Song · 6 years ago
  28. ac8154a Caching widget labels in icon cache to avoid lookup at startup by Sunny Goyal · 6 years ago
  29. 9f2e997 Fixing packageInfo map not getting initialized properly by Sunny Goyal · 6 years ago
  30. b0edaeb Align rounded corner of fastscroller popup with the top of the thumb. by Jon Miranda · 6 years ago
  31. 3d6fa52 Merge "Move IconNormalizer/ShadowGenerator/LauncherIcons to icons package" into ub-launcher3-master by Hyunyoung Song · 6 years ago
  32. 48cb7bc Move IconNormalizer/ShadowGenerator/LauncherIcons to icons package by Hyunyoung Song · 6 years ago
  33. c6dc0c2 Merge "Change long press timeout to use a factor of ViewConfiguration.getLongPressTimeout()" into ub-launcher3-master by Tony Wickham · 6 years ago
  34. 8968604 Merge "Extracting icon caching logic into a base class." into ub-launcher3-master by TreeHugger Robot · 6 years ago
  35. 0b3053c Extracting icon caching logic into a base class. by Sunny Goyal · 6 years ago
  36. 8c79668 Merge "Using velocity tracker for computing the velocity of motion events" into ub-launcher3-master by Sunny Goyal · 6 years ago
  37. 1786df3 Fix bug where folder items get clipped. by Jon Miranda · 6 years ago
  38. 2ca999c Change long press timeout to use a factor of ViewConfiguration.getLongPressTimeout() by Tony · 6 years ago
  39. 73a3d79 Cancelling long press on workspace if touch point moves a lot by Sunny Goyal · 6 years ago
  40. f7ed9c0 Merge "Removing additional rpc due to icon cache update" into ub-launcher3-master by Sunny Goyal · 6 years ago
  41. f840f10 Removing additional rpc due to icon cache update by Sunny Goyal · 6 years ago
  42. 19e0e8a Merge "Add support for testing in portrait mode" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  43. 802a289 Add support for testing in portrait mode by Vadim Tryshev · 6 years ago
  44. 1473b8e Merge "Removing ViewScrim and cutom drawing code" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  45. 3a030ef Merge "Removing various reflection based animations, to allow for better proguarding" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  46. 55bdeed Removing various reflection based animations, to allow for better proguarding by Sunny Goyal · 6 years ago
  47. 6687ba0 Merge "Skip starting new fragment, if the manager is in paused state" into ub-launcher3-master by Sunny Goyal · 6 years ago
  48. f58cf5e Disable scrolling noti shade on abstract floating view with swipe down by Hyunyoung Song · 6 years ago
  49. 5077aef Skip starting new fragment, if the manager is in paused state by Sunny Goyal · 6 years ago
  50. 1642f71 Removing ViewScrim and cutom drawing code by Sunny Goyal · 6 years ago
  51. 24b209c Swipe down on status bar Bug: 111839343 by Hyunyoung Song · 6 years ago
  52. 194f585 Adding a provider class for various popup actions by Sunny Goyal · 6 years ago
  53. 4d8ec15 Using velocity tracker for computing the velocity of motion events by Sunny Goyal · 6 years ago
  54. 05b351d Merge "Update undo snackbar visuals" into ub-launcher3-master by Tony Wickham · 6 years ago
  55. 297ee90 Merge "Ignore any error when killing our process" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  56. 08c7cd5 Update undo snackbar visuals by Tony Wickham · 6 years ago
  57. a4c1002 Fix auto install add of installed activity by Tobias Dubois · 7 years ago
  58. e3fec0f Ignore any error when killing our process by Sunny Goyal · 6 years ago
  59. 77a1efe Merge "Gracefully fallback to new ComponentName if one is renamed/removed" into ub-launcher3-master by Tony Wickham · 6 years ago
  60. f9d9df7 Gracefully fallback to new ComponentName if one is renamed/removed by Tony Wickham · 6 years ago
  61. cf300fc Creating a separate state for launcehr as background app by Sunny Goyal · 6 years ago
  62. 6a71a5b Add undo snackbar for deleting items by Tony Wickham · 6 years ago
  63. 1654c9e Merge "Reading window_animation_scale from Settings.Global" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  64. cb3f870 Reading window_animation_scale from Settings.Global by Tony Wickham · 6 years ago
  65. a42505c Merge "Using a placeholder icon shape instead of low-res/blurry icon" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  66. 2b787e5 Using a placeholder icon shape instead of low-res/blurry icon by Sunny Goyal · 6 years ago
  67. 25cb600 Merge "Lint fix: IS_DEBUG_DEVICE: Implied default locale" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  68. 53da286 Use View.getHeight() instead of Canvas.getHeight() for PageIndicatorDots by Tobias Dubois · 7 years ago
  69. 9c0ad56 Lint fix: IS_DEBUG_DEVICE: Implied default locale by Tobias Dubois · 7 years ago
  70. 840bd37 [automerger] Preventing padding from getting reset when the widget updates am: 4cbbaedb2c by Android Build Merger (Role) · 6 years ago
  71. 4cbbaed Preventing padding from getting reset when the widget updates by Sunny Goyal · 6 years ago
  72. dcd6be2 [automerger] Kill launcher when display size changes am: f2b97f8cd8 by Android Build Merger (Role) · 6 years ago
  73. f2b97f8 Kill launcher when display size changes by Sunny Goyal · 6 years ago
  74. e6627eb Don't call BottomUserEducationView#close() while running animation. by arangelov · 6 years ago
  75. 2bcc9ba Merge "Cancel badge scale anim when setting new badge scale" into ub-launcher3-master by Tony Wickham · 6 years ago
  76. 4043b05 Cancel badge scale anim when setting new badge scale by Tony · 6 years ago
  77. ad78305 Highlight work tab when user already in All Apps after creating WP. by arangelov · 6 years ago
  78. 977690e Make arrow feel more connected to popup by Tony · 6 years ago
  79. 9e26e26 Merge "Prevent the work mode switch thumb from being dragged." into ub-launcher3-master by TreeHugger Robot · 6 years ago
  80. 1502c67 Prevent the work mode switch thumb from being dragged. by arangelov · 7 years ago
  81. b6398a1 Sharing protocol constants between Launcher and TAPL by Vadim Tryshev · 6 years ago
  82. e1c4a90 Merge "Migrating to android-x" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  83. d7f266f Merge "Removing static launcher activity dependency from FirstFrameAnimationHelper" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  84. d230307 Migrating to android-x by Sunny Goyal · 6 years ago
  85. a950d40 Merge "Started converting Launcher to be gesture-stable" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  86. f3c4f77 Merge "Respect night mode flag on Q and beyond" into ub-launcher3-master by Lucas Dupin · 6 years ago
  87. eca08a1 Respect night mode flag on Q and beyond by Lucas Dupin · 6 years ago
  88. 7debc53 Skip logic to find the dominant color when loading recent task icons by Winson Chung · 6 years ago
  89. dc755e7 Started converting Launcher to be gesture-stable by Vadim Tryshev · 6 years ago
  90. f0b6db7 Removing static launcher activity dependency from FirstFrameAnimationHelper by Sunny Goyal · 6 years ago
  91. b6ecb17 Merge "Removing Launcher activity dependency on various animations" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  92. d6ba504 Merge "Adding overscroll in recents view" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  93. b7b0135 Adding overscroll in recents view by Sunny Goyal · 6 years ago
  94. 849c6a2 Removing Launcher activity dependency on various animations by Sunny Goyal · 6 years ago
  95. 52b28f0 Merge "Adjust notification dots" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  96. 92526e2 Importing OverScroller.java from platform by Sunny Goyal · 6 years ago
  97. 107dcf8 Merge "Fix overlapping FloatingViewType IntDef" into ub-launcher3-master by Sunny Goyal · 6 years ago
  98. aad3359 Removing unused touch handling in PagedView so that it is similar to various platform class by Sunny Goyal · 6 years ago
  99. 4e41486 Merge "Removing requirement for no enabled accessibility services" into ub-launcher3-master by TreeHugger Robot · 6 years ago
  100. 30ac987 Removing requirement for no enabled accessibility services by Vadim Tryshev · 6 years ago