1. c476d6e Allow user to place PendingAddShortcutInfo in opened Folder. by Jon Miranda · 7 years ago
  2. 4eaacc7 Merge "Defining HomeScreenElementTheme for elements which appear on top of wallpaper" into ub-launcher3-master by Sunny Goyal · 7 years ago
  3. 529af30 Use FolderIconPreviewVerifier to check if item is in preview. by Jon Miranda · 7 years ago
  4. 655ec42 Added FolderIconPreviewVerifier class. by Jon Miranda · 7 years ago
  5. 9b29ca5 Defining HomeScreenElementTheme for elements which appear on top of wallpaper by Sunny Goyal · 7 years ago
  6. 519fbdb Merge "Simplifying some launcher themes" into ub-launcher3-master by Sunny Goyal · 7 years ago
  7. 1f3f07d Simplifying some launcher themes by Sunny Goyal · 7 years ago
  8. 43bf11d Separating methods for updating the model to a sepatate class. by Sunny Goyal · 7 years ago
  9. 87f784c Removing static Context access using LauncherAppState by Sunny Goyal · 8 years ago
  10. 338dee9 Merge "Ensuring that ShortcutInfo always has an icon" into ub-launcher3-master by Sunny Goyal · 8 years ago
  11. f5440cb Removing FeatureFlag.LAUNCHER3_LEGACY_WORKSPACE_DND and corresponding logic by Sunny Goyal · 8 years ago
  12. 1cd01b0 Ensuring that ShortcutInfo always has an icon by Sunny Goyal · 8 years ago
  13. c13403c Defining various modes for CellLayout: Workspace, Hotseat & Folder by Sunny Goyal · 8 years ago
  14. 93e1f04 Hide workspace text in multi-window mode. by Jon Miranda · 8 years ago
  15. 9ccafbf Removing custom dispatchDraw logic and letting the system handle by Sunny Goyal · 8 years ago
  16. 6982de2 resolve merge conflicts of 2fd0208 to ub-launcher3-master by Tony Wickham · 8 years ago
  17. 2fd0208 Use Launcher.getLauncher(Context) instead of type-casting. by Tony · 8 years ago
  18. 0de0117 Code sanitization by Hyunyoung Song · 8 years ago
  19. 6e74e89 Refactor shortcuts drag and drop. by Tony Wickham · 8 years ago
  20. e393d3a Using DragObject for folder drop instead of maintaining states when by Sunny Goyal · 8 years ago
  21. 8f288aa Ensure that we update the preview layout rule when not animating. by Winson · 8 years ago
  22. 1bce7fd Long-press on an app to reveal its shortcuts. by Tony Wickham · 8 years ago
  23. d0a6ae7 Accessibility fixes and updates by Sunny Goyal · 8 years ago
  24. 3333b0c Unifying focus indicator handling for workspace and all-apps by Sunny Goyal · 8 years ago
  25. c487bd3 Making page indicator an abstract class and implementing some common methods. by Sunny Goyal · 8 years ago
  26. c64cfdd Updating the folder page indicator to be more like the by Sunny Goyal · 8 years ago
  27. f549dab Add PageIndicator interface and custom PageIndicatorLine view. by Tony Wickham · 8 years ago
  28. c52ba71 Fixing folder icon not getting redrawn when the contents change by Sunny Goyal · 8 years ago
  29. 2611943 Revert "Reverting refactoring of Folder and FolderIcon to avoid dependencies breakage" by Sunny Goyal · 8 years ago
  30. fc956e5 Reverting refactoring of Folder and FolderIcon to avoid dependencies breakage by Sunny Goyal · 8 years ago
  31. f9c184a Refactor FolderIcon to separate the preview effect into it's own class by Adam Cohen · 9 years ago[Renamed (96%) from src/com/android/launcher3/FolderPagedView.java]
  32. 4ffec48 Making some view properties exported. These will be visible in hierarchy viewer by Sunny Goyal · 8 years ago
  33. ebaf95f Merge "Focus doesn\'t leave folders without also closing them." into ub-launcher3-burnaby-polish by Tony Wickham · 9 years ago
  34. feec217 Focus doesn't leave folders without also closing them. by Tony Wickham · 9 years ago
  35. 9eba1fd Refactoring WallpaperOffsetInterpolator to a new file by Sunny Goyal · 9 years ago
  36. f4f89ef Using context.getString for getting formatted strings, as it works better with different locales by Sunny Goyal · 9 years ago
  37. fedca43 Moving drag-drop related code into a separate package. by Vadim Tryshev · 9 years ago
  38. 317698b Loading high resolution icons for first 3 items in a folder by Sunny Goyal · 9 years ago
  39. 4d113a5 Using material style overscroll effect for workspace and folders by Sunny Goyal · 9 years ago
  40. 2c6e5cc Ensuring that we use the screen width more optimally in AllApps. by Winson Chung · 9 years ago
  41. a07c2f5 Folder UI fixes by Sunny Goyal · 9 years ago
  42. 2e6da15 Refactoring DeviceProfile by Adam Cohen · 9 years ago
  43. a1fbd84 Fixing unnecessary padding added to pages in overview mode by Sunny Goyal · 9 years ago
  44. a8a4546 Merge "Adding padding to the folder content" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  45. 7066003 Various lint error fixes. by Sunny Goyal · 9 years ago
  46. 22fc63e Adding padding to the folder content by Sunny Goyal · 9 years ago
  47. bfcb652 Merge "Animating the folder title & page indicator when a multi-page folder is opened for the first time" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  48. 57ebefb Merge "Various icon size changes" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  49. dfaccf6 Various icon size changes by Sunny Goyal · 9 years ago
  50. bcae8f0 Merge "Updating folder grid sizes for various devices" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  51. 484d56b Merge "Accessibility: Folder drag and drop fixes" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  52. fee35bb Updating folder grid sizes for various devices by Sunny Goyal · 9 years ago
  53. b7e15ad Animating the folder title & page indicator when a multi-page folder by Sunny Goyal · 9 years ago
  54. 8e2133b Removing some dead code in paged view by Sunny Goyal · 9 years ago
  55. ccc414b Accessibility: Folder drag and drop fixes by Sunny Goyal · 9 years ago
  56. db184fd Enabling folder paged view to scroll itself with accessibility focus traversal by Sunny Goyal · 9 years ago
  57. 8167dc2 Goodbye folder sorting by Sunny Goyal · 9 years ago
  58. f7a29e8 Removing some unused method params from CellLayout by Sunny Goyal · 9 years ago
  59. b8c663c Moving item to its old position in folder if DnD is cancelled by Sunny Goyal · 9 years ago
  60. ff312e5 Build fix by Sunny Goyal · 9 years ago
  61. b863415 Updating folder UI by Sunny Goyal · 9 years ago
  62. 3b0883f Fixing some RTL issues with scrollable folder by Sunny Goyal · 9 years ago
  63. d3d3709 Updating pageindicator assets by Sunny Goyal · 9 years ago
  64. 2f0ec85 Disabling overscroll when folder has only one page by Sunny Goyal · 9 years ago
  65. e85d714 Fixing getItemCount in FolderPagedView by Sunny Goyal · 9 years ago
  66. 091440a Reducing method count by eliminating synthetic accessors by Adam Cohen · 9 years ago
  67. 34b6527 Lazy loading high res icons by Sunny Goyal · 9 years ago
  68. 5d85c44 Adding sort switch in FolderPagedView by Sunny Goyal · 9 years ago
  69. 4846193 Scrolling folder during drag-drop by Sunny Goyal · 9 years ago
  70. e476623 Refactoring some logic in FolderPagedView by Sunny Goyal · 9 years ago
  71. 290800b Adding a scrollable folder content implementation by Sunny Goyal · 9 years ago