1. f8d5370 Merge "Catching TransactionTooLargeException when binding widget." into ub-launcher3-master by Sunny Goyal · 9 years ago
  2. 5202aa7 Merge "Using dimension defined for all apps search bar height." into ub-launcher3-master by Jonathan Miranda · 9 years ago
  3. 078e688 Merge "Add ShortcutsLaunchTest and ShortcutsToHomeTest." into ub-launcher3-master by Tony Wickham · 9 years ago
  4. b79692b Merge "Moving the setContentView at the end of onCreate" into ub-launcher3-master by Sunny Goyal · 9 years ago
  5. f38d859 Add ShortcutsLaunchTest and ShortcutsToHomeTest. by Tony Wickham · 9 years ago
  6. 05b20b0 Fix drag and drop test by moving a bit if there are shortcuts. by Tony Wickham · 9 years ago
  7. 14b6434 Merge "Change support lib res path" into ub-launcher3-master by Hyunyoung Song · 9 years ago
  8. 3fa9954 Make Launcher3 privileged module by Hyunyoung Song · 9 years ago
  9. 426d089 Change support lib res path by Hyunyoung Song · 9 years ago
  10. 145435e Using dimension defined for all apps search bar height. by Jon Miranda · 9 years ago
  11. 0bbd554 Moving the setContentView at the end of onCreate by Sunny Goyal · 9 years ago
  12. 47a9605 Merge "Refactor edge of screen detection code." into ub-launcher3-master by Jonathan Miranda · 9 years ago
  13. 015bee7 Merge "Removing dependency on LauncherActivityInfoCompatV16" into ub-launcher3-master by Sunny Goyal · 9 years ago
  14. 6b910a2 Keep disabled FastBitmapDrawables disabled while fast scrolling. by Tony Wickham · 9 years ago
  15. f4a0d18 Merge "Enabling async inflation for AppWidgets" into ub-launcher3-master by Sunny Goyal · 9 years ago
  16. 9117e94 Reduce the scope of proguard rule to fix the broken build. by Hyunyoung Song · 9 years ago
  17. 19e1b5a Fix broken build am: ee7c1c1950 by Hyunyoung Song · 9 years ago
  18. ee7c1c1 Fix broken build by Hyunyoung Song · 9 years ago
  19. f8f3196 Fix all apps auto scroll issue on talkback mode b/30769215 am: 4d11a2a2a0 by Hyunyoung Song · 9 years ago
  20. 1ef74f5 Merge "Moving various runnables in LauncherModel to individual tasks" into ub-launcher3-master by Sunny Goyal · 9 years ago
  21. 4ece6ed Merge "Fixing build breakage due to proto compiler change" into ub-launcher3-master by Sunny Goyal · 9 years ago
  22. e54852d Update package names to work with the proto3 compiler by Tamas Berghammer · 9 years ago
  23. 58bcd5a Fixing build breakage due to proto compiler change by Sunny Goyal · 9 years ago
  24. f0ba8b7 Moving various runnables in LauncherModel to individual tasks by Sunny Goyal · 9 years ago
  25. 712ee53 Catching TransactionTooLargeException when binding widget. by Sunny Goyal · 9 years ago
  26. 4d11a2a Fix all apps auto scroll issue on talkback mode b/30769215 by Hyunyoung Song · 9 years ago
  27. 1582f16 Removing dependency on LauncherActivityInfoCompatV16 by Sunny Goyal · 9 years ago
  28. 0d547bf Merge "Changing status bar color extraction to use region decoder" into ub-launcher3-master by Sunny Goyal · 9 years ago
  29. a9f1e72 Changing status bar color extraction to use region decoder by Sunny Goyal · 9 years ago
  30. 5e44e2b Merge "Use display metrics from resources." into ub-launcher3-master by Jonathan Miranda · 9 years ago
  31. f92af1d Use insets and hotseatCellHeightPx to set search container height. by Jon Miranda · 9 years ago
  32. 3ca0899 Use display metrics from resources. by Jon Miranda · 9 years ago
  33. 99014e5 Merge "Using BitmapRegionDecoder to only parse partial bitmap during color extraction" into ub-launcher3-master by Sunny Goyal · 9 years ago
  34. 2b073be Fix bug where AllApps shadows weren't being completely clipped. by Jon Miranda · 9 years ago
  35. 51f037d Refactor edge of screen detection code. by Jon Miranda · 9 years ago
  36. c48a89e Merge "Calling buildLayer only on views which are actually visible" into ub-launcher3-master by Sunny Goyal · 9 years ago
  37. 47564ca Merge "Simplifying mapCoordInSelfToDescendant" into ub-launcher3-master by Sunny Goyal · 9 years ago
  38. 1b997d3 Using BitmapRegionDecoder to only parse partial bitmap during color extraction by Sunny Goyal · 9 years ago
  39. bf7d812 Scale down folder cells to fit within bounds if necessary. by Jon Miranda · 9 years ago
  40. 8f6ada9 Merge "Match AllApps start and end paddings." into ub-launcher3-master by Jonathan Miranda · 9 years ago
  41. 724943d Merge "Remove unused Utilities methods related to motion event translation" into ub-launcher3-master by TreeHugger Robot · 9 years ago
  42. 068953b Match AllApps start and end paddings. by Jon Miranda · 9 years ago
  43. aa7d877 Remove unused Utilities methods related to motion event translation by Tony Wickham · 9 years ago
  44. dcc0ba2 Enabling async inflation for AppWidgets by Sunny Goyal · 9 years ago
  45. ff64672 Merge "Fixing screen center not getting calculated properly" into ub-launcher3-master by Sunny Goyal · 9 years ago
  46. c3e4e22 Remove unused code in DeviceProfile. by Jon Miranda · 9 years ago
  47. df3bc52 Center overview panel buttons. by Jon Miranda · 9 years ago
  48. e4f09a5 Merge "Updating version check method names" into ub-launcher3-master by Sunny Goyal · 9 years ago
  49. f5e3744 Updating version check method names by Sunny Goyal · 9 years ago
  50. 8b16b96 Fixing same drawable instance being used with 2 views by Sunny Goyal · 9 years ago
  51. cce0780 Fixing screen center not getting calculated properly by Sunny Goyal · 9 years ago
  52. cc42c5b Create new DeviceProfile when in multi window mode. by Jon Miranda · 9 years ago
  53. 2962d52 Merge "Showing a toast when the default wallpaper app is disabled. If there is no default defined, showing an intent picker with all options" into ub-launcher3-master by Sunny Goyal · 9 years ago
  54. d80ebdf Intercept touches in DeepShortcutContainer after moving beyond touch slop by Tony Wickham · 9 years ago
  55. 5e0e94f Simplifying mapCoordInSelfToDescendant by Sunny Goyal · 9 years ago
  56. 37e4df1 Merge "Don't add focusables when getDescendantFocusability is FOCUS_BLOCK_DESCENDANTS." into ub-launcher3-master by Jonathan Miranda · 9 years ago
  57. ed38a3c Merge "Consume touch events in DeepShortcutsContainer" into ub-launcher3-master by Tony Wickham · 9 years ago
  58. 04a8ec4 Consume touch events in DeepShortcutsContainer by Tony Wickham · 9 years ago
  59. ec5a42e Merge "Catching OOM during widget preview generation" into ub-launcher3-master by Sunny Goyal · 9 years ago
  60. 6a85817 Don't add focusables when getDescendantFocusability is FOCUS_BLOCK_DESCENDANTS. by Jon Miranda · 9 years ago
  61. 968c283 Merge "Restore mDragInfo when deferring onDropComplete() for uninstall." into ub-launcher3-master by Tony Wickham · 9 years ago
  62. 3ef8691 Fixing wrong cache lookup call by Sunny Goyal · 9 years ago
  63. 2570d10 Catching OOM during widget preview generation by Sunny Goyal · 9 years ago
  64. b5e65c8 Calling buildLayer only on views which are actually visible by Sunny Goyal · 9 years ago
  65. 9ccafbf Removing custom dispatchDraw logic and letting the system handle by Sunny Goyal · 9 years ago
  66. 35fe7be Removing some deprecated code around page layers by Sunny Goyal · 9 years ago
  67. 4feb27e Restore mDragInfo when deferring onDropComplete() for uninstall. by Tony Wickham · 9 years ago
  68. c677b6b Showing a toast when the default wallpaper app is disabled. by Sunny Goyal · 9 years ago
  69. d1f0347 Don't move to adjacent page if it is full when dropping on it. by Tony Wickham · 9 years ago
  70. 5fd72d8 Merge "Don't allow multiple shortcuts to be dragged simultaneously." into ub-launcher3-master by Tony Wickham · 9 years ago
  71. c92fe89 Don't allow multiple shortcuts to be dragged simultaneously. by Tony Wickham · 9 years ago
  72. 44ac576 Updating the search illustrations to have transparent background by Sunny Goyal · 9 years ago
  73. fcb0928 Fixing text search where a word starting with lower case was not being matched by Sunny Goyal · 9 years ago
  74. 1da1439 Merge "Mark cells as unoccupied in onDragStart instead of startDrag." into ub-launcher3-master by Tony Wickham · 9 years ago
  75. 28a6438 Fixing text search where a word starting with lower case was not being matched by Sunny Goyal · 9 years ago android-7.1.2_r1 android-7.1.2_r10 android-7.1.2_r11 android-7.1.2_r12 android-7.1.2_r13 android-7.1.2_r14 android-7.1.2_r15 android-7.1.2_r16 android-7.1.2_r17 android-7.1.2_r18 android-7.1.2_r19 android-7.1.2_r2 android-7.1.2_r23 android-7.1.2_r24 android-7.1.2_r25 android-7.1.2_r27 android-7.1.2_r28 android-7.1.2_r29 android-7.1.2_r3 android-7.1.2_r30 android-7.1.2_r32 android-7.1.2_r33 android-7.1.2_r36 android-7.1.2_r37 android-7.1.2_r38 android-7.1.2_r39 android-7.1.2_r4 android-7.1.2_r5 android-7.1.2_r6 android-7.1.2_r8 android-7.1.2_r9
  76. d164b7f Fixing static instance of Indexer being created in the model by Sunny Goyal · 9 years ago
  77. 67115b1 Merge "Show error toast messages when there is no room for the item when icon is not to be added to folder." into ub-launcher3-master by Jonathan Miranda · 9 years ago
  78. 9485e5f Show error toast messages when there is no room for the item when icon is not to be added to folder. by Jon Miranda · 9 years ago
  79. 4e47b5b Mark cells as unoccupied in onDragStart instead of startDrag. by Tony Wickham · 9 years ago
  80. 6457607 Merge "Alienating QSB" into ub-launcher3-master by Sunny Goyal · 9 years ago
  81. d25e2f5 Merge "Removing unused background padding from base recycler view" into ub-launcher3-master by Sunny Goyal · 9 years ago
  82. 00e1068 Removing unused background padding from base recycler view by Sunny Goyal · 9 years ago
  83. ed5d960 Removing some bitmap drawables. by Sunny Goyal · 9 years ago
  84. 2e013ea Alienating QSB by Sunny Goyal · 9 years ago
  85. d2959b9 Missing call in write to parcel am: a833b6d720 by Sunny Goyal · 9 years ago
  86. a833b6d Missing call in write to parcel by Sunny Goyal · 9 years ago
  87. b0bb486 Removing the logic around closeSystemDialog on ACTION_CLOSE_SYSTEM_DIALOGS Launcher does not use any panels which need closing & system sends an onActivityResult(RESULT_CANCELLED), we do not need special handling for waitingForResult by Sunny Goyal · 9 years ago
  88. f4b4577 Removing the logic around closeSystemDialog on ACTION_CLOSE_SYSTEM_DIALOGS by Sunny Goyal · 9 years ago
  89. d51ffae Import translations. DO NOT MERGE am: 3cca5a0cae -s ours by Bill Yi · 9 years ago
  90. 02662a1 Import translations. DO NOT MERGE by Bill Yi · 9 years ago
  91. 3cca5a0 Import translations. DO NOT MERGE by Bill Yi · 9 years ago
  92. b57ff9b Merge "Fixing crash in folder" into ub-launcher3-master by Sunny Goyal · 9 years ago
  93. f9136da Fixing crash in folder by Sunny Goyal · 9 years ago
  94. 2a65020 Removing the section break UI support by Sunny Goyal · 9 years ago
  95. 7630369 Merge "Add feature flag to disable light status bar" into ub-launcher3-calgary-polish by Tony Wickham · 9 years ago
  96. 7061c97 Add feature flag to disable light status bar am: 0fed55bf03 by Tony Wickham · 9 years ago
  97. 1d29c6f Merge "Add feature flag to disable light status bar" into ub-launcher3-calgary-polish by Tony Wickham · 9 years ago
  98. 0fed55b Add feature flag to disable light status bar by Tony Wickham · 9 years ago
  99. 33f0a76 Merge "Use Launcher.getLauncher(Context) instead of type-casting." into ub-launcher3-calgary-polish by Tony Wickham · 9 years ago
  100. 6982de2 resolve merge conflicts of 2fd0208 to ub-launcher3-master by Tony Wickham · 9 years ago