1. 95f3d6b Reloading workspace when the shortcuts permission changes by Sunny Goyal · 9 years ago
  2. 5f06401 Fixing potential ConcurrentModificationException by Sunny Goyal · 9 years ago
  3. 50941fb Adding support for updating the pinned shortcuts without updating the ID map by Sunny Goyal · 9 years ago
  4. 49f4f03 Handling IllegalStateException which can be thrown by the system when the user is locked by Sunny Goyal · 9 years ago
  5. d3b87ef Adding quiet mode support for shortcuts by Sunny Goyal · 9 years ago
  6. ca258b3 Only add shortcuts to the deep shortcut map if they are dynamic/manifest. by Tony Wickham · 9 years ago
  7. 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
  8. 70a7c9b Showing the shortcuts in the disabled state and removing ti from the menu by Sunny Goyal · 9 years ago
  9. e34dd33 Merge "Fading in the first screen, when launcher loads for the first time" into ub-launcher3-calgary by Sunny Goyal · 9 years ago
  10. 672d07f Check package name and user handle in onShortcutsChanged(). by Tony Wickham · 9 years ago
  11. b5b9ad6 Fading in the first screen, when launcher loads for the first time by Sunny Goyal · 9 years ago
  12. 10923b3 Removing shadow and badging from the icon which is shown in the menu by Sunny Goyal · 9 years ago
  13. 860538d Fixing missing user check when updating shortcuts for an app by Sunny Goyal · 9 years ago
  14. d82a39d Add status to DeepShortcutManager api calls. by Tony Wickham · 9 years ago
  15. a5c8a9e Adding logic to pull in workspace data from another Launcher3 based by Sunny Goyal · 9 years ago
  16. 80f5787 Call bindDeepShortcuts() from runBindSynchronousPage(). by Tony Wickham · 9 years ago
  17. acd86ff Surround shortcut API calls with try-catch. by Tony · 9 years ago
  18. 9994b2b Making some shortcut manager calls protected by MR1 version check by Sunny Goyal · 9 years ago
  19. ec1b1c5 Merge "Add support for launcher shortcuts." into ub-launcher3-calgary by Tony Wickham · 9 years ago
  20. bfbf7f9 Add support for launcher shortcuts. by Tony Wickham · 9 years ago
  21. e26d100 Adding some tracing sections around launcher startup by Sunny Goyal · 9 years ago
  22. bb011da Adding a flag (enabled by default) to remove the all-apps button. by Sunny Goyal · 9 years ago
  23. a9e2f5a Adding a DB update path to handle the QSB position change by Sunny Goyal · 9 years ago
  24. da4fe1a Moving the QSB to the workspace grid. by Sunny Goyal · 9 years ago
  25. ff4ba2d Refactoring out grid occupancy management in a separate class by Sunny Goyal · 9 years ago
  26. ded0fdb Removing logic for workspace migration from Launcher2 by Sunny Goyal · 9 years ago
  27. 1acb9e9 Rearranging the provider checks to avoid packagemanager lookups by Sunny Goyal · 9 years ago
  28. aaf7d1d instead of unbinding items from the loader, unregistering listeners by Sunny Goyal · 9 years ago
  29. eb4b799 Removing icon_type column by Sunny Goyal · 9 years ago
  30. 713edfc Adding a utility class for persistant logging. by Sunny Goyal · 9 years ago
  31. d09c370 Removing dependency on getApplicationInfo method added in N by Sunny Goyal · 9 years ago
  32. c52ba71 Fixing folder icon not getting redrawn when the contents change by Sunny Goyal · 9 years ago
  33. 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
  34. ac6e5d7 Listen on new broadcasts for profile changes. by Rubin Xu · 9 years ago
  35. 44c0643 Fixing bug where folders on the first screen and hotseat are not by Sunny Goyal · 9 years ago
  36. 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
  37. 6ed21ee Merge "Added ColorExtractionService and ExtractedColors." into ub-launcher3-calgary by Tony Wickham · 9 years ago
  38. 827cef2 Added ColorExtractionService and ExtractedColors. by Tony Wickham · 9 years ago
  39. 93f878c Fixing the loader to bind the first screen as well as the hotseat together by Sunny Goyal · 9 years ago
  40. 144154d No need to differentiate package event into app or updated based on by Sunny Goyal · 9 years ago
  41. 17763cb Fixing debug log by Sunny Goyal · 9 years ago
  42. da891c1 Instead of reloading the launcher, updating items dynamically when by Sunny Goyal · 9 years ago
  43. 3bbbabc Fixing model being updated on UI thread by Sunny Goyal · 9 years ago
  44. 2e1efb4 Changing the widget loading strategy by Sunny Goyal · 10 years ago
  45. 2611943 Revert "Reverting refactoring of Folder and FolderIcon to avoid dependencies breakage" by Sunny Goyal · 10 years ago
  46. fc956e5 Reverting refactoring of Folder and FolderIcon to avoid dependencies breakage by Sunny Goyal · 10 years ago
  47. f9c184a Refactor FolderIcon to separate the preview effect into it's own class by Adam Cohen · 10 years ago
  48. 747a5bc WidgetsModel clone method should be called in worker thread by Hyunyoung Song · 10 years ago
  49. ff05f43 Respond to managed profile availabilty Intents. by Kenny Guy · 10 years ago
  50. 44cba69 Grey out suspended applications. by Kenny Guy · 10 years ago
  51. f076eae Adding support for migrating the grid between any two valid screens sizes. by Sunny Goyal · 10 years ago
  52. f862a26 Extending the grid migration logic to handle density changes by Sunny Goyal · 10 years ago
  53. 13f682f Fixing some invalid checks and cleaning some redundant conditions am: b740f59c7d by Sunny Goyal · 10 years ago
  54. b740f59 Fixing some invalid checks and cleaning some redundant conditions by Sunny Goyal · 10 years ago
  55. c3642d4 Build fix by Sunny Goyal · 10 years ago
  56. 4f63c76 Merge "Refactoring WallpaperOffsetInterpolator to a new file Removing some us unused methods" into ub-launcher3-master by Sunny Goyal · 10 years ago
  57. d249748 Making all provider calls using content resolver. by Sunny Goyal · 10 years ago
  58. 9eba1fd Refactoring WallpaperOffsetInterpolator to a new file by Sunny Goyal · 10 years ago
  59. 722e856 resolved conflicts for 1845049c to ub-launcher3-master by Winson · 10 years ago
  60. a136545 Adding some information in bug reports by Sunny Goyal · 10 years ago
  61. 12fb9fc Replace Long.compare() with implementation. by Winson · 10 years ago
  62. e993c4b resolved conflicts for 850de64c to ub-launcher3-master by Winson · 10 years ago
  63. 46a06da Fixing other missing cases of truncated sorts. by Winson · 10 years ago
  64. 8660cf5 am 17e2d495: Use Long.compare() instead of truncating values for comparison. by Winson · 10 years ago
  65. 17e2d49 Use Long.compare() instead of truncating values for comparison. by Winson · 10 years ago
  66. 46a0722 Merge "Build fix" into ub-launcher3-master by Sunny Goyal · 10 years ago
  67. 877f928 Build fix by Sunny Goyal · 10 years ago
  68. b3cf2d7 Merge "Refactoring deferred bind logic" into ub-launcher3-master by Sunny Goyal · 10 years ago
  69. 9b75b5f am 31860581: Catching RemoteExceptions when calling packagemanager to get list of shortcuts by Sunny Goyal · 10 years ago
  70. 8c2fdd4 am 31860581: Catching RemoteExceptions when calling packagemanager to get list of shortcuts by Sunny Goyal · 10 years ago
  71. 3186058 Catching RemoteExceptions when calling packagemanager to get list of shortcuts by Sunny Goyal · 10 years ago
  72. 1daf7f7 Merge "Build fix" into ub-launcher3-master by Sunny Goyal · 10 years ago
  73. 05247be am 0f196e69: Merge "Null check when getting list of widget receivers" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  74. a0a311e am 0f196e69: Merge "Null check when getting list of widget receivers" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  75. 3a6205f Build fix by Sunny Goyal · 10 years ago
  76. 0f196e6 Merge "Null check when getting list of widget receivers" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  77. ace3aa2 am 79afe010: Throwing system api call exceptions in case of dogfood builds by Sunny Goyal · 10 years ago
  78. a3c6577 am 79afe010: Throwing system api call exceptions in case of dogfood builds by Sunny Goyal · 10 years ago
  79. 7b221ef Null check when getting list of widget receivers by Sunny Goyal · 10 years ago
  80. 79afe01 Throwing system api call exceptions in case of dogfood builds by Sunny Goyal · 10 years ago
  81. 93cf263 am 3dc7beea: Catching DeadObjectException and TransactionTooLarge by Sunny Goyal · 10 years ago
  82. f33b78b am 3dc7beea: Catching DeadObjectException and TransactionTooLarge by Sunny Goyal · 10 years ago
  83. 3dc7bee Catching DeadObjectException and TransactionTooLarge by Sunny Goyal · 10 years ago
  84. 527c7d3 Refactoring deferred bind logic by Sunny Goyal · 10 years ago
  85. 7089a4e am c0b52fef: Refactoring to ensure item deletion always removes from the DB. by Winson · 10 years ago
  86. c0b52fe Refactoring to ensure item deletion always removes from the DB. by Winson · 10 years ago
  87. ac7a174 am 4abaf133: Merge "Removing items which are on invalid screen" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  88. 41cdc8d Removing items which are on invalid screen by Sunny Goyal · 10 years ago
  89. 8f531dd resolved conflicts for merge of 20884fdc to ub-launcher3-master by Sunny Goyal · 10 years ago
  90. 639e906 Fixing work folder addition logic by Sunny Goyal · 10 years ago
  91. 42e2809 Removing some eclipse warnings by Sunny Goyal · 10 years ago
  92. e3e0556 am d21f9404: Merge "Disabling auto restore of widgets. > Always show "Setup" button for a widget which has a config activity." into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  93. d21f940 Merge "Disabling auto restore of widgets. > Always show "Setup" button for a widget which has a config activity." into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  94. 84b4adc Disabling auto restore of widgets. by Sunny Goyal · 10 years ago
  95. 01d6688 am 81056da1: Merge "Refreshing widget list when a package containing a widget changes" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  96. 81056da Merge "Refreshing widget list when a package containing a widget changes" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago
  97. 2d648b0 Refreshing widget list when a package containing a widget changes by Sunny Goyal · 10 years ago
  98. a410e99 am 6579e1ee: Disabling home screen migration logic by Sunny Goyal · 10 years ago
  99. 6579e1e Disabling home screen migration logic by Sunny Goyal · 10 years ago
  100. f85602b am 7ca3250a: Merge "Creating a cache of users to avoid multiple calls to UserManager" into ub-launcher3-burnaby by Sunny Goyal · 10 years ago