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