1. 1b6826c Deprecate work folder by Tony Mak · 6 years ago
  2. 66f2b35 Adding a utility class to simplify main process initialization. by Sunny Goyal · 6 years ago
  3. 8552517 Rearranging the code structure to allow replacing state logic. by Sunny Goyal · 7 years ago
  4. 8838b8e Merge "Removing extraction service and palette api dependency" into ub-launcher3-master by TreeHugger Robot · 7 years ago
  5. fca6bc9 Adding a utility method to simplify method tracing by Sunny Goyal · 7 years ago
  6. f2dd421 Removing extraction service and palette api dependency by Sunny Goyal · 7 years ago
  7. ea1212a [automerger] Demo mode default layout support am: 2782449da6 by Android Build Merger (Role) · 7 years ago
  8. 2782449 Demo mode default layout support by Adam Cohen · 7 years ago
  9. 64a75aa Adding A feature flag to disable widgets and a corresponding build by Sunny Goyal · 7 years ago
  10. 36be1d3 Revert "Update existing Folder items' ranks to match their pre-permutation layouts." by Jonathan Miranda · 7 years ago
  11. c4b296a Update existing Folder items' ranks to match their pre-permutation layouts. by Jon Miranda · 7 years ago
  12. 22ca9ec Removing various reflection calls with final APIs by Sunny Goyal · 7 years ago
  13. 05f3088 Adding support for DB downgrade by Sunny Goyal · 7 years ago
  14. f7d9b70 Do not delete chost widgets when opening DB. am: 57266aa2bd by Sunny Goyal · 7 years ago
  15. 57266aa Do not delete chost widgets when opening DB. by Sunny Goyal · 7 years ago
  16. 9205a30 Merge "Initializing the Add To Homescreen setting by reading it from market app" into ub-launcher3-dorval by Sunny Goyal · 7 years ago
  17. 3e443a2 Initializing the Add To Homescreen setting by reading it from market app by Sunny Goyal · 7 years ago
  18. dbfc901 Simplifying some DB managed logic by Sunny Goyal · 7 years ago
  19. 581a69e Merge "Deleting any ghost widget from system service:" into ub-launcher3-dorval by Sunny Goyal · 7 years ago
  20. 55fddc8 Deleting any ghost widget from system service: by Sunny Goyal · 7 years ago
  21. 0e43493 Merge "Separating the DB upgrade into two paths: > schema update: changes in the table schema > data update: backward compatible changes to the data" into ub-launcher3-dorval by Sunny Goyal · 7 years ago
  22. 3c7d55b Separating the DB upgrade into two paths: by Sunny Goyal · 7 years ago
  23. e295aca Launcher dump proto that will be used for: by Hyunyoung Song · 7 years ago
  24. 740e9014 Adding support for dynamically change icon shape for AdaptiveIcons by Sunny Goyal · 7 years ago
  25. ca18746 Adding support for dynamically change icon shape for AdaptiveIcons by Sunny Goyal · 7 years ago
  26. d23f377 Merge "Removing the profile extra from intent and using the profile id from the profile column" into ub-launcher3-dorval by Sunny Goyal · 7 years ago
  27. 24bb66a Removing the profile extra from intent and using the profile id from the profile column by Sunny Goyal · 7 years ago
  28. 3d706ad Separating the config and flags in different directories so that by Sunny Goyal · 7 years ago
  29. 6aa3729 Launcher dump proto that will be used for: by Hyunyoung Song · 7 years ago
  30. e05b08f Using transaction when dropping tables, so that the DB never enters by Sunny Goyal · 7 years ago
  31. dd96a5e Simplifying Model data load state management by Sunny Goyal · 7 years ago
  32. fdbef27 Initializing LauncherAppState only on the main thread by Sunny Goyal · 7 years ago
  33. 87f784c Removing static Context access using LauncherAppState by Sunny Goyal · 8 years ago
  34. 8ad02b8 Removing static access to Context through LauncherAppState by Sunny Goyal · 8 years ago
  35. a52ecb0 Removing all compatibility code below Lollipop by Sunny Goyal · 8 years ago
  36. 7c74e4a No more UserHandleCompat by Sunny Goyal · 8 years ago
  37. 72db9af Fixing wrong message sent on app widget host reset by Sunny Goyal · 8 years ago
  38. 2e013ea Alienating QSB by Sunny Goyal · 8 years ago
  39. 8e0e1d7 Moving come helper methods to corresponding classes by Sunny Goyal · 8 years ago
  40. 10629b0 Moving some image handling classes to .graphics package by Sunny Goyal · 8 years ago
  41. a9c21c6 Improve handling of external deletion in LauncherProvider.delete by Louis Begin · 8 years ago
  42. a5c8a9e Adding logic to pull in workspace data from another Launcher3 based by Sunny Goyal · 8 years ago
  43. eb77aae Removing Key-Value pair backup logic as Launcher now uses full-data backup by Sunny Goyal · 8 years ago
  44. e26d100 Adding some tracing sections around launcher startup by Sunny Goyal · 8 years ago
  45. a9e2f5a Adding a DB update path to handle the QSB position change by Sunny Goyal · 8 years ago
  46. e8f7d5a Executing the DB migration during startup instead of restore. by Sunny Goyal · 8 years ago
  47. da4fe1a Moving the QSB to the workspace grid. by Sunny Goyal · 8 years ago
  48. ded0fdb Removing logic for workspace migration from Launcher2 by Sunny Goyal · 8 years ago
  49. f48e592 Making the 'Allow rotation' setting dependent on system state by Sunny Goyal · 8 years ago
  50. eb4b799 Removing icon_type column by Sunny Goyal · 8 years ago
  51. c190dbf Adding full backup handler for launcher3 by Sunny Goyal · 8 years ago
  52. b5b55c8 Removing LauncherProvider dependency in DatabaseHeler by Sunny Goyal · 8 years ago
  53. 745bad9 Chaning the behavior of settings activity. by Sunny Goyal · 8 years ago
  54. cc8f9e0 Removing some deprecated columns. by Sunny Goyal · 8 years ago
  55. 827cef2 Added ColorExtractionService and ExtractedColors. by Tony Wickham · 8 years ago
  56. 7eab3cc Fixing broken instrumentation tests when run from command line by Sunny Goyal · 8 years ago
  57. bf67f3b Creating database without localized collators on NYC and above by Sunny Goyal · 8 years ago
  58. 8f3819b Preserving the homescreen rotation setting on a tablet, when the display is scaled by Sunny Goyal · 8 years ago
  59. ad37152 resolve merge conflicts of b171e5675b to ub-launcher3-calgary. by Sunny Goyal · 8 years ago
  60. b171e56 Adding a method to throttle backup manager calls by Sunny Goyal · 8 years ago
  61. f076eae Adding support for migrating the grid between any two valid screens sizes. by Sunny Goyal · 9 years ago
  62. d7d5bd8 resolve merge conflicts of ffa1237698 to ub-launcher3-master. by Sunny Goyal · 9 years ago
  63. d804398 Using SharedPrefenrece.apply instead of commit to prevent disk IO on main thread by Sunny Goyal · 9 years ago
  64. aefc0c4 resolve merge conflicts of e5ef3d2e9b to ub-launcher3-master. by Sunny Goyal · 9 years ago
  65. d3849d1 Moving DB creation to background thread by Sunny Goyal · 9 years ago
  66. 33f90e7 Clearing DB instead of deleting the DB file. by Sunny Goyal · 9 years ago
  67. 0c34443 resolve merge conflicts of 7bce5f7988 to ub-launcher3-master. by Sunny Goyal · 9 years ago
  68. 7bce5f7 Tying LauncherAppState lifecycle with LauncherProvider by Sunny Goyal · 9 years ago
  69. d249748 Making all provider calls using content resolver. by Sunny Goyal · 9 years ago
  70. f912beb resolve merge conflicts of fe3db428ab to ub-launcher3-master. by Sunny Goyal · 9 years ago
  71. f725824 Refactoring getPreferenceKey method by Sunny Goyal · 9 years ago
  72. 6280893 am 6fb929e0: Verifying that the table was successfully created during initialzation by Sunny Goyal · 9 years ago
  73. 6fb929e Verifying that the table was successfully created during initialzation by Sunny Goyal · 9 years ago
  74. a136545 Adding some information in bug reports by Sunny Goyal · 9 years ago
  75. 4cffb0c am c74e4197: Restoring provider behavior for reloading app on old devices > For older devices, launcher will only reload in case of inserts with specific query parameters > For older devices, launcehr will notify content observers of any internal inserts > Chani by Sunny Goyal · 9 years ago
  76. c74e419 Restoring provider behavior for reloading app on old devices by Sunny Goyal · 9 years ago
  77. c268148 resolved conflicts for merge of 9fc953b9 to ub-launcher3-master by Sunny Goyal · 9 years ago
  78. 9fc953b Version code cleanup by Sunny Goyal · 9 years ago
  79. 42e2809 Removing some eclipse warnings by Sunny Goyal · 9 years ago
  80. d106418 Reloading launcher whenever there is an external update to contentprovider, irrespective of the uri by Sunny Goyal · 9 years ago
  81. e5bb705 Homescreen migration from a larger grid to a smaller grid. by Sunny Goyal · 9 years ago
  82. c22841b Fixing shortcuts not getting migrated to app icons by Sunny Goyal · 9 years ago
  83. 4e5cc64 Fixing backup restore by Sunny Goyal · 9 years ago
  84. 27f0325 Merge "Deleting empty folders based on DB state" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  85. b4cbea4 Fixing nullpointer when creating new DB by Sunny Goyal · 9 years ago
  86. 383c507 Removing ContentObserver in launcher by Sunny Goyal · 9 years ago
  87. b1622cc Deleting empty folders based on DB state by Sunny Goyal · 9 years ago
  88. 7779d62 Using content provider to update launcher settings by Sunny Goyal · 9 years ago
  89. 4f3e938 Code cleanup by Sunny Goyal · 9 years ago
  90. 316490e Removing some synthetic method creation by Sunny Goyal · 9 years ago
  91. 2e6da15 Refactoring DeviceProfile by Adam Cohen · 9 years ago
  92. 5c97f51 Icons are not updated to TYPE_APPLICATION during restore by Sunny Goyal · 9 years ago
  93. e2fba6c Prevent work folder creation when launcher is upgraded. by Sunny Goyal · 9 years ago
  94. 18b640c Removing LauncherProvider dependency from LauncherSettings by Sunny Goyal · 9 years ago
  95. 0b03778 Deduping shortcuts to app-shortcuts if they have a valid intent by Sunny Goyal · 9 years ago
  96. 35ca873 Adding nullcheck when getting app restrictions by Sunny Goyal · 9 years ago
  97. 1d4a2df Removing ContentObserver from LauncherModel, and calling reload by Sunny Goyal · 9 years ago
  98. b2d46ce Configuration of workspace through app restrictions by Sunny Goyal · 9 years ago
  99. 091440a Reducing method count by eliminating synthetic accessors by Adam Cohen · 9 years ago
  100. 5d85c44 Adding sort switch in FolderPagedView by Sunny Goyal · 9 years ago