1. bb28c01 Merge "Fix bug where mw landscape cell size is calculated incorretly." into ub-launcher3-dorval-polish2 by TreeHugger Robot · 8 years ago
  2. 7fb9e71 Increase overview icon zone percentage from 20% to 22%. by Jon Miranda · 8 years ago
  3. a11380d Fix bug where mw landscape cell size is calculated incorretly. by Jon Miranda · 8 years ago
  4. 5044c35 Update hotseat cell height calculation. by Jon Miranda · 8 years ago
  5. 18751b6 Landscape launcher grid/all apps to spec. by Jon Miranda · 8 years ago
  6. 3f9bab2 More launcher grid updates. by Jon Miranda · 8 years ago
  7. b35bb60 Merge "Launcher grid changes." into ub-launcher3-dorval-polish by TreeHugger Robot · 8 years ago
  8. 9ad8746 Revert "Update Folders to match spec." by Jonathan Miranda · 8 years ago
  9. 30d0aa2 Launcher grid changes. by Jon Miranda · 8 years ago
  10. 1091e53 Manually compute all apps cell height in multi-window mode. by Jon Miranda · 8 years ago
  11. fd8fa13 Update Folders to match spec. by Jon Miranda · 8 years ago
  12. 8632d9d Factor in CellLayout padding in cell size calculation. by Jon Miranda · 8 years ago
  13. 4e35827 Tighten up vertical spacing in landscape all apps. by Jon Miranda · 8 years ago
  14. 52ff325 Move padding from Hotseat to Hotseat's CellLayout. by Jon Miranda · 8 years ago
  15. 2803200 Set edgeMarginPx back to 8dp. by Jon Miranda · 8 years ago
  16. 2ed276e New calculation for page indicator size on tall devices. by Jon Miranda · 8 years ago
  17. 72b5fd1 Grid change polish bugs. by Jon Miranda · 8 years ago
  18. b28c4fc Landscape grid changes for Workspace/All Apps. by Jon Miranda · 8 years ago
  19. 0966072 Portrait grid changes for Workspace/All Apps. by Jon Miranda · 8 years ago
  20. 47a8922 Spread out overview buttons in landscape by Tony · 8 years ago
  21. 966d901 Removing QsbBlockerView by Sunny Goyal · 8 years ago
  22. 0dc1db4 Aligning the search box with bottom of hotseat icons by Sunny Goyal · 8 years ago
  23. df39ca1 Removing padding override in multi-window mode by Sunny Goyal · 8 years ago
  24. d519052 Separating top and bottom paddings for the hotseat by Sunny Goyal · 8 years ago
  25. 1237df0 Update icon badges to match spec by Tony Wickham · 9 years ago
  26. b07a355 Add checks for FeatureFlags.QSB_ON_FIRST_SCREEN by Louis Begin · 9 years ago
  27. a799bed Show notification icon in place of "1" in badge. by Tony Wickham · 9 years ago
  28. 9a8d11f FastBitmapDrawable can draw an icon badge (notification count) by Tony Wickham · 9 years ago
  29. f5440cb Removing FeatureFlag.LAUNCHER3_LEGACY_WORKSPACE_DND and corresponding logic by Sunny Goyal · 9 years ago
  30. c1b2399 Scale folders to fit within the available height and width. by Jon Miranda · 9 years ago
  31. 776ca25 Merge "Defining various modes for CellLayout: Workspace, Hotseat & Folder" into ub-launcher3-master by Sunny Goyal · 9 years ago
  32. 7ae64ff Scale widgets in multi-window mode. by Jon Miranda · 9 years ago
  33. c13403c Defining various modes for CellLayout: Workspace, Hotseat & Folder by Sunny Goyal · 9 years ago
  34. c1b08c5 Add bottom padding to hotseat in multi-window mode. by Jon Miranda · 9 years ago
  35. 93e1f04 Hide workspace text in multi-window mode. by Jon Miranda · 9 years ago
  36. 51f037d Refactor edge of screen detection code. by Jon Miranda · 9 years ago
  37. bf7d812 Scale down folder cells to fit within bounds if necessary. by Jon Miranda · 9 years ago
  38. c3e4e22 Remove unused code in DeviceProfile. by Jon Miranda · 9 years ago
  39. df3bc52 Center overview panel buttons. by Jon Miranda · 9 years ago
  40. cc42c5b Create new DeviceProfile when in multi window mode. by Jon Miranda · 9 years ago
  41. 00e1068 Removing unused background padding from base recycler view by Sunny Goyal · 9 years ago
  42. 802f325 Updating the folder cell dimensions to be closer to a square am: 68f240eb54 by Sunny Goyal · 9 years ago
  43. 68f240e Updating the folder cell dimensions to be closer to a square by Sunny Goyal · 9 years ago
  44. aca2145 Restore AllAppsContainerView UI to match spec. by Jon Miranda · 9 years ago
  45. baec6ff Updating the paddings in folder cell by Sunny Goyal · 9 years ago
  46. 016eaee Change all apps caret target bounding box b/30400751 by Hyunyoung Song · 9 years ago
  47. 9d96fd5 Landscape container padding update. b/30021487 by Hyunyoung Song · 9 years ago
  48. fadbe8f Fixing regression in folder positioning. by Winson · 9 years ago
  49. 6231ede Matching hotseat to spec. by Winson · 9 years ago
  50. 11439c5 Fixing small regressions from layout tweaks by Winson · 9 years ago
  51. 1f06427 Initial changes to tweak layout. by Winson · 9 years ago
  52. 6178f13 Moving the QSB out of the cell layout to the Drag layer by Sunny Goyal · 9 years ago
  53. 6c2975e Adding support for non-zero left insets by Sunny Goyal · 9 years ago
  54. 7d2fc81 Add caret shaped all app pull up handle to page indicator. b/28917826 by Hyunyoung Song · 9 years ago
  55. 47328fd Removing the SearchDropTarget bar as it no longer contains the QSB by Sunny Goyal · 9 years ago
  56. f549dab Add PageIndicator interface and custom PageIndicatorLine view. by Tony Wickham · 9 years ago
  57. e27815e Fixing wrong method name by Sunny Goyal · 9 years ago
  58. 13178ac Adding an upper bound to all-apps width on larger devices by Sunny Goyal · 9 years ago
  59. f37a214 Defining separate layouts for horizontal and vertical drop target bars by Sunny Goyal · 9 years ago
  60. efca027 Switch all folder preview rendering to be programmatic (ie. no assets) by Adam Cohen · 10 years ago
  61. 775d4c9 Merge "Setting content bounds in onMeasure as it uses measuredWidth, which might not be available during onCreate" into ub-launcher3-burnaby-polish by Sunny Goyal · 10 years ago
  62. 94f46d9 Setting content bounds in onMeasure as it uses measuredWidth, which might by Sunny Goyal · 10 years ago
  63. f9c184a Refactor FolderIcon to separate the preview effect into it's own class by Adam Cohen · 10 years ago
  64. e0c3323 Tweak spring-loaded workspace. by Tony Wickham · 10 years ago
  65. c32c63c resolve merge conflicts of b9759d399b to ub-launcher3-calgary. by Tony Wickham · 10 years ago
  66. 8a75806 Add extra space for the search bar. by Tony Wickham · 10 years ago
  67. 38e7f28 resolve merge conflicts of a50a419b82 to ub-launcher3-master. by Sunny Goyal · 10 years ago
  68. a50a419 Restarting launcher when on font scale change by Sunny Goyal · 10 years ago
  69. 2587973 Merge "Fixing All apps not respecting scaled icon size" into ub-launcher3-burnaby-polish by Sunny Goyal · 10 years ago
  70. 383e0a2 Fixing All apps not respecting scaled icon size by Sunny Goyal · 10 years ago
  71. ec73dd9 Revert "Revert "Reverting folder cell width on portrait phones."" am: 6159c242bc by Tony Wickham · 10 years ago
  72. 6159c24 Revert "Revert "Reverting folder cell width on portrait phones."" by Tony Wickham · 10 years ago
  73. 0309fbc Revert "Reverting folder cell width on portrait phones." am: 1974e98f5e by Tony Wickham · 10 years ago
  74. 1974e98 Revert "Reverting folder cell width on portrait phones." by Tony Wickham · 10 years ago
  75. 79b4194 Reverting folder cell width on portrait phones. am: b25e684a76 by Tony Wickham · 10 years ago
  76. b25e684 Reverting folder cell width on portrait phones. by Tony Wickham · 10 years ago
  77. 5ea422e Added Gravity.CENTER_HORIZONTAL to drop target layout params. by Tony Wickham · 10 years ago
  78. c1ff24c resolve merge conflicts of a3c74d10a7 to ub-launcher3-master. by Tony Wickham · 10 years ago
  79. a3c74d1 Setting correct height for search bar widget options bundle. by Tony Wickham · 10 years ago
  80. c1763b2 resolve merge conflicts of 52040c2d51 to ub-launcher3-master. by Tony Wickham · 10 years ago
  81. eef4432 Set search bar height before setting up views in Launcher. by Tony Wickham · 10 years ago
  82. be424b2 am a295048a: Increase folder cell width slightly. by Tony Wickham · 10 years ago
  83. a295048 Increase folder cell width slightly. by Tony Wickham · 10 years ago
  84. a72f49c resolved conflicts for fa3c369c to ub-launcher3-master by Tony Wickham · 10 years ago
  85. 3786092 Merge "Added launcher callback to specify search bar height." into ub-launcher3-burnaby by Tony Wickham · 10 years ago
  86. 72c689a resolved conflicts for d70a4b7b to ub-launcher3-master by Tony Wickham · 10 years ago
  87. 55616cd Added launcher callback to specify search bar height. by Tony Wickham · 10 years ago
  88. d6b4037 Grid adjustments, specifically for Ryu. by Tony Wickham · 10 years ago
  89. 439bc06 am d47807d7: am 3a3517fb: Add widget size options for QSB. by Tony Wickham · 10 years ago
  90. 3a3517f Add widget size options for QSB. by Tony Wickham · 10 years ago
  91. ab946a1 Flinging to the left deletes when in vertical bar layout mode. by Tony Wickham · 10 years ago
  92. 34d2c91 Added AppInfoDropTargetBar to spring loaded workspace. by Tony Wickham · 10 years ago
  93. 756cd26 General code refactoring by Sunny Goyal · 10 years ago
  94. 2a87fe8 resolved conflicts for merge of 0ad33066 to ub-launcher3-master by Winson · 10 years ago
  95. 006ee26 Refactoring search bar animations. by Winson Chung · 10 years ago
  96. 687ae84 am 946609f0: Merge "Fixing overview mode scale calculations." into ub-launcher3-burnaby by Winson Chung · 10 years ago
  97. 946609f Merge "Fixing overview mode scale calculations." into ub-launcher3-burnaby by Winson Chung · 10 years ago
  98. 4988ae8 am af263737: Merge "Fixing regression in calculating workspace padding." into ub-launcher3-burnaby by Winson Chung · 10 years ago
  99. 4f3bfad Fixing regression in calculating workspace padding. by Winson Chung · 10 years ago
  100. 4f7eb40 Fixing overview mode scale calculations. by Winson Chung · 10 years ago