1. 2bcbe13 Moving ShortcutInfo creation in InstallShortcutReceiver to background thread by Sunny Goyal · 9 years ago
  2. f0ba8b7 Moving various runnables in LauncherModel to individual tasks by Sunny Goyal · 9 years ago
  3. f5e3744 Updating version check method names by Sunny Goyal · 9 years ago
  4. d164b7f Fixing static instance of Indexer being created in the model by Sunny Goyal · 9 years ago
  5. 6982de2 resolve merge conflicts of 2fd0208 to ub-launcher3-master by Tony Wickham · 9 years ago
  6. 8e0e1d7 Moving come helper methods to corresponding classes by Sunny Goyal · 9 years ago
  7. 2fd0208 Use Launcher.getLauncher(Context) instead of type-casting. by Tony · 9 years ago
  8. 8177ac7 Remove shortcuts that no longer exist or are no longer pinned. am: 7695e603bf by Tony Wickham · 9 years ago
  9. 7695e60 Remove shortcuts that no longer exist or are no longer pinned. by Tony Wickham · 9 years ago
  10. e9956a7 Separating all the static data in a separate class, BgDataModel. by Sunny Goyal · 9 years ago
  11. 40452cf Using ItemInfoMatcher in place of similar interfaces and utility methods by Sunny Goyal · 9 years ago
  12. 2ac1918 Merge "Moving some image handling classes to .graphics package" into ub-launcher3-master by Sunny Goyal · 9 years ago
  13. 10629b0 Moving some image handling classes to .graphics package by Sunny Goyal · 9 years ago
  14. c2936bc Moving AppsAvailabilityCheck into a separate class by Sunny Goyal · 9 years ago
  15. edadc51 Use promisedIntent instead of intent when deep shortcuts are restored. by Tony Wickham · 9 years ago
  16. 765ff3d Merge "Use promisedIntent instead of intent when deep shortcuts are restored." into ub-launcher3-calgary-polish by Tony Wickham · 9 years ago
  17. fc02c1b Use promisedIntent instead of intent when deep shortcuts are restored. by Tony Wickham · 9 years ago
  18. b05a00a Adding a debug flag to prevent broken downlodas from getting removed during by Sunny Goyal · 9 years ago
  19. cbfe71d Checking for duplicate intent with proper source bounds. by Sunny Goyal · 9 years ago
  20. 86df138 Adding support for pending widgets in AutoInstall layout by Sunny Goyal · 9 years ago
  21. 95f3d6b Reloading workspace when the shortcuts permission changes by Sunny Goyal · 9 years ago
  22. 5f06401 Fixing potential ConcurrentModificationException by Sunny Goyal · 9 years ago
  23. 50941fb Adding support for updating the pinned shortcuts without updating the ID map by Sunny Goyal · 9 years ago
  24. 49f4f03 Handling IllegalStateException which can be thrown by the system when the user is locked by Sunny Goyal · 9 years ago
  25. d3b87ef Adding quiet mode support for shortcuts by Sunny Goyal · 9 years ago
  26. ca258b3 Only add shortcuts to the deep shortcut map if they are dynamic/manifest. by Tony Wickham · 9 years ago
  27. 55f5bd73 Merge "Showing the shortcuts in the disabled state and removing ti from the menu when its disabled" into ub-launcher3-calgary by Sunny Goyal · 9 years ago
  28. 70a7c9b Showing the shortcuts in the disabled state and removing ti from the menu by Sunny Goyal · 9 years ago
  29. e34dd33 Merge "Fading in the first screen, when launcher loads for the first time" into ub-launcher3-calgary by Sunny Goyal · 9 years ago
  30. 672d07f Check package name and user handle in onShortcutsChanged(). by Tony Wickham · 9 years ago
  31. b5b9ad6 Fading in the first screen, when launcher loads for the first time by Sunny Goyal · 9 years ago
  32. 10923b3 Removing shadow and badging from the icon which is shown in the menu by Sunny Goyal · 9 years ago
  33. 860538d Fixing missing user check when updating shortcuts for an app by Sunny Goyal · 9 years ago
  34. d82a39d Add status to DeepShortcutManager api calls. by Tony Wickham · 9 years ago
  35. a5c8a9e Adding logic to pull in workspace data from another Launcher3 based by Sunny Goyal · 9 years ago
  36. 80f5787 Call bindDeepShortcuts() from runBindSynchronousPage(). by Tony Wickham · 9 years ago
  37. acd86ff Surround shortcut API calls with try-catch. by Tony · 9 years ago
  38. 9994b2b Making some shortcut manager calls protected by MR1 version check by Sunny Goyal · 9 years ago
  39. ec1b1c5 Merge "Add support for launcher shortcuts." into ub-launcher3-calgary by Tony Wickham · 9 years ago
  40. bfbf7f9 Add support for launcher shortcuts. by Tony Wickham · 9 years ago
  41. e26d100 Adding some tracing sections around launcher startup by Sunny Goyal · 9 years ago
  42. bb011da Adding a flag (enabled by default) to remove the all-apps button. by Sunny Goyal · 9 years ago
  43. a9e2f5a Adding a DB update path to handle the QSB position change by Sunny Goyal · 9 years ago
  44. da4fe1a Moving the QSB to the workspace grid. by Sunny Goyal · 9 years ago
  45. ff4ba2d Refactoring out grid occupancy management in a separate class by Sunny Goyal · 9 years ago
  46. ded0fdb Removing logic for workspace migration from Launcher2 by Sunny Goyal · 9 years ago
  47. 1acb9e9 Rearranging the provider checks to avoid packagemanager lookups by Sunny Goyal · 9 years ago
  48. aaf7d1d instead of unbinding items from the loader, unregistering listeners by Sunny Goyal · 9 years ago
  49. eb4b799 Removing icon_type column by Sunny Goyal · 9 years ago
  50. 713edfc Adding a utility class for persistant logging. by Sunny Goyal · 9 years ago
  51. d09c370 Removing dependency on getApplicationInfo method added in N by Sunny Goyal · 9 years ago
  52. c52ba71 Fixing folder icon not getting redrawn when the contents change by Sunny Goyal · 9 years ago
  53. e1f1c34 Merge "Fixing bug where folders on the first screen and hotseat are not registered by the Launcher if there are folders on other screens" into ub-launcher3-calgary by Sunny Goyal · 9 years ago
  54. ac6e5d7 Listen on new broadcasts for profile changes. by Rubin Xu · 9 years ago
  55. 44c0643 Fixing bug where folders on the first screen and hotseat are not by Sunny Goyal · 9 years ago
  56. 8ab8fe9 Merge "No need to differentiate package event into app or updated based on a package is being updated or not" into ub-launcher3-calgary by Sunny Goyal · 9 years ago
  57. 6ed21ee Merge "Added ColorExtractionService and ExtractedColors." into ub-launcher3-calgary by Tony Wickham · 9 years ago
  58. 827cef2 Added ColorExtractionService and ExtractedColors. by Tony Wickham · 9 years ago
  59. 93f878c Fixing the loader to bind the first screen as well as the hotseat together by Sunny Goyal · 9 years ago
  60. 144154d No need to differentiate package event into app or updated based on by Sunny Goyal · 9 years ago
  61. 17763cb Fixing debug log by Sunny Goyal · 9 years ago
  62. da891c1 Instead of reloading the launcher, updating items dynamically when by Sunny Goyal · 9 years ago
  63. 3bbbabc Fixing model being updated on UI thread by Sunny Goyal · 9 years ago
  64. 2e1efb4 Changing the widget loading strategy by Sunny Goyal · 9 years ago
  65. 2611943 Revert "Reverting refactoring of Folder and FolderIcon to avoid dependencies breakage" by Sunny Goyal · 10 years ago
  66. fc956e5 Reverting refactoring of Folder and FolderIcon to avoid dependencies breakage by Sunny Goyal · 10 years ago
  67. f9c184a Refactor FolderIcon to separate the preview effect into it's own class by Adam Cohen · 10 years ago
  68. 747a5bc WidgetsModel clone method should be called in worker thread by Hyunyoung Song · 10 years ago
  69. ff05f43 Respond to managed profile availabilty Intents. by Kenny Guy · 10 years ago
  70. 44cba69 Grey out suspended applications. by Kenny Guy · 10 years ago
  71. f076eae Adding support for migrating the grid between any two valid screens sizes. by Sunny Goyal · 10 years ago
  72. f862a26 Extending the grid migration logic to handle density changes by Sunny Goyal · 10 years ago
  73. 13f682f Fixing some invalid checks and cleaning some redundant conditions am: b740f59c7d by Sunny Goyal · 10 years ago
  74. b740f59 Fixing some invalid checks and cleaning some redundant conditions by Sunny Goyal · 10 years ago
  75. c3642d4 Build fix by Sunny Goyal · 10 years ago
  76. 4f63c76 Merge "Refactoring WallpaperOffsetInterpolator to a new file Removing some us unused methods" into ub-launcher3-master by Sunny Goyal · 10 years ago
  77. d249748 Making all provider calls using content resolver. by Sunny Goyal · 10 years ago
  78. 9eba1fd Refactoring WallpaperOffsetInterpolator to a new file by Sunny Goyal · 10 years ago
  79. 722e856 resolved conflicts for 1845049c to ub-launcher3-master by Winson · 10 years ago
  80. a136545 Adding some information in bug reports by Sunny Goyal · 10 years ago
  81. 12fb9fc Replace Long.compare() with implementation. by Winson · 10 years ago
  82. e993c4b resolved conflicts for 850de64c to ub-launcher3-master by Winson · 10 years ago
  83. 46a06da Fixing other missing cases of truncated sorts. by Winson · 10 years ago
  84. 8660cf5 am 17e2d495: Use Long.compare() instead of truncating values for comparison. by Winson · 10 years ago
  85. 17e2d49 Use Long.compare() instead of truncating values for comparison. by Winson · 10 years ago
  86. 46a0722 Merge "Build fix" into ub-launcher3-master by Sunny Goyal · 10 years ago
  87. 877f928 Build fix by Sunny Goyal · 10 years ago
  88. b3cf2d7 Merge "Refactoring deferred bind logic" into ub-launcher3-master by Sunny Goyal · 10 years ago
  89. 9b75b5f am 31860581: Catching RemoteExceptions when calling packagemanager to get list of shortcuts by Sunny Goyal · 10 years ago
  90. 8c2fdd4 am 31860581: Catching RemoteExceptions when calling packagemanager to get list of shortcuts by Sunny Goyal · 10 years ago
  91. 3186058 Catching RemoteExceptions when calling packagemanager to get list of shortcuts by Sunny Goyal · 10 years ago
  92. 1daf7f7 Merge "Build fix" into ub-launcher3-master by Sunny Goyal · 10 years ago
  93. 05247be am 0f196e69: Merge "Null check when getting list of widget receivers" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  94. a0a311e am 0f196e69: Merge "Null check when getting list of widget receivers" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  95. 3a6205f Build fix by Sunny Goyal · 10 years ago
  96. 0f196e6 Merge "Null check when getting list of widget receivers" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  97. ace3aa2 am 79afe010: Throwing system api call exceptions in case of dogfood builds by Sunny Goyal · 10 years ago
  98. a3c6577 am 79afe010: Throwing system api call exceptions in case of dogfood builds by Sunny Goyal · 10 years ago
  99. 7b221ef Null check when getting list of widget receivers by Sunny Goyal · 10 years ago
  100. 79afe01 Throwing system api call exceptions in case of dogfood builds by Sunny Goyal · 10 years ago