1. 86222d2 Add support for getting widgets/shortucts for a particular package/user by Tony Wickham · 8 years ago
  2. 26b1746 Add support for system shortcuts in popup container by Tony Wickham · 8 years ago
  3. c65a008 Adding support for showing the widget preview based on the provided RemoteViews by Sunny Goyal · 8 years ago
  4. 7d87cb1 Updating the shortcut preview generation logic by Sunny Goyal · 9 years ago
  5. 92bbfa1 Updating the default widget preview generation logic by Sunny Goyal · 9 years ago
  6. 65513ba Using WidgetCell in the Pin Item confirmation prompt for a consistent UI by Sunny Goyal · 9 years ago
  7. dbb28b2 Merge "Adding support for new APIs in O related to configurable shortcuts" into ub-launcher3-master by Sunny Goyal · 9 years ago
  8. a2441e8 Updating widget preview generation to not embed any badge. by Sunny Goyal · 9 years ago
  9. 782f0c9 Adding support for new APIs in O related to configurable shortcuts by Sunny Goyal · 9 years ago
  10. 2783595 Adding support for requesting addition of shortcut/widget on the workspace. by Sunny Goyal · 9 years ago
  11. a52ecb0 Removing all compatibility code below Lollipop by Sunny Goyal · 9 years ago
  12. 7c74e4a No more UserHandleCompat by Sunny Goyal · 9 years ago
  13. ec5a42e Merge "Catching OOM during widget preview generation" into ub-launcher3-master by Sunny Goyal · 9 years ago
  14. 3ef8691 Fixing wrong cache lookup call by Sunny Goyal · 9 years ago
  15. 2570d10 Catching OOM during widget preview generation by Sunny Goyal · 9 years ago
  16. abef55a Update Launcher to use theme colors. by Andrew Sapperstein · 9 years ago
  17. 6388b2c Adding some utility methods for thread verification by Sunny Goyal · 9 years ago
  18. 4ddc401 Creating WidgetCellItem to wrap LauncherAppWidgetProviderInfo and resolveInfo by Sunny Goyal · 9 years ago
  19. 3e840f4 Prevent work profile widget DnD crash b/26079469 by Hyunyoung Song · 10 years ago
  20. 6f70936 Preventing launcher crashes due to low disk space. by Sunny Goyal · 10 years ago
  21. 1ba7e36 Fixing null check when calling mutateOnMainThread by Sunny Goyal · 10 years ago
  22. 8ac727b Using custom threadpool executor instead of the one defined in AsyncTask by Sunny Goyal · 10 years ago
  23. 7ca9911 Using an executor with increased queue size for loading previews by Sunny Goyal · 10 years ago
  24. 2d648b0 Refreshing widget list when a package containing a widget changes by Sunny Goyal · 10 years ago
  25. a2a039b Using a reverse hashmap instead of indexOfValue in userManager by Sunny Goyal · 10 years ago
  26. 233ee96 Calculating widget minSpans and spans statically/independent of orientation by Sunny Goyal · 10 years ago
  27. b9f932e Prevent from widget cell preview image from being cut off. by Hyunyoung Song · 10 years ago
  28. b4cbea4 Fixing nullpointer when creating new DB by Sunny Goyal · 10 years ago
  29. ed717bc Merge "Fix last bit of WidgetTray jank issue b/21133230" into ub-launcher3-burnaby by Hyunyoung Song · 10 years ago
  30. e98f4a4 Fix last bit of WidgetTray jank issue b/21133230 by Hyunyoung Song · 10 years ago
  31. 383c507 Removing ContentObserver in launcher by Sunny Goyal · 10 years ago
  32. 41e3369 Work profile badge alignment b/21336417 by Hyunyoung Song · 10 years ago
  33. f00d02b Improve AyncTask throughput inside WidgetPreviewLoader by Hyunyoung Song · 10 years ago
  34. 316490e Removing some synthetic method creation by Sunny Goyal · 10 years ago
  35. 5f4e0fd Moving all apps code into sub package. by Winson Chung · 10 years ago
  36. 2e6da15 Refactoring DeviceProfile by Adam Cohen · 10 years ago
  37. 2bd3d7d Load PackageItemInfo in background thread to prevent ANR by Hyunyoung Song · 10 years ago
  38. 05304db Reducing delay in applying widget previews loaded in the background. by Winson Chung · 10 years ago
  39. 78b1966 Removing some dead code and extra view creation. by Winson Chung · 10 years ago
  40. 6babf2e Place the work profile badge in the correct bottom right (left for RTL) location by Hyunyoung Song · 10 years ago
  41. 8821ca9 WidgetTray performance improvement (less sorting): Part 1 by Hyunyoung Song · 10 years ago
  42. 559d90d WidgetPreviewLoader concurrency issue / Caching improvement by Hyunyoung Song · 10 years ago
  43. 3f47144 WidgetTray revamp work by Hyunyoung Song · 10 years ago
  44. 5b0e669 Rewrite: Widget preview loader logic by Sunny Goyal · 10 years ago
  45. 091440a Reducing method count by eliminating synthetic accessors by Adam Cohen · 10 years ago
  46. 4cad753 Cleaning up widget preview loader by Sunny Goyal · 10 years ago
  47. b745afb Initial changes to break out AllApps into its own view. by Winson Chung · 11 years ago
  48. 30914ad Merge "Supporting custom widgets provided by launcher" into ub-now-master by Adam Cohen · 11 years ago
  49. 5940042 Supporting custom widgets provided by launcher by Adam Cohen · 12 years ago
  50. 0250945 Avoid db exception on L and above by Adam Cohen · 11 years ago
  51. 5f05913 Ignoring specific db exception to workaround Bug. 18554839. by Winson Chung · 11 years ago
  52. 736f5af Fixing some IconCache methods not thread safe by Sunny Goyal · 11 years ago
  53. 4fbbb3e Create a central list of files the Launcher writes to the app directory by Helena Josol · 11 years ago
  54. 8fd7483 Source change to get code compiling on google3 by Sameer Padala · 11 years ago
  55. ffe83f1 Adding support for managed profiles in widget by Sunny Goyal · 11 years ago
  56. fa9ffc2 Fix NPE in WidgetPreviewLoader by Adrian Roos · 11 years ago
  57. 1f375ab Dump open files if we run out of file descriptors by Adrian Roos · 11 years ago
  58. 65d60e2 Fix skia crash in widget preview loading by Adrian Roos · 11 years ago
  59. fa4c799 Fix concurrent drawable usage resulting in native crash by Adrian Roos · 11 years ago
  60. 5d2704f Clean up dead, ugly and wrong code in icon and widget preview loading by Adrian Roos · 11 years ago
  61. 6e27f64 Recover when widget preview database is deleted by Michael Jurka · 12 years ago
  62. 8ff02ca Clear widget preview cache when system is updated by Michael Jurka · 12 years ago
  63. fd13c71 backup widget assets. by Chris Wren · 12 years ago
  64. 45cab39 Tweaking the front cling to support more verbose languages. (Bug 11015051) by Winson Chung · 12 years ago
  65. 6706ed8 Updating widget preview tile. by Winson Chung · 12 years ago
  66. eb1bb92 Recover when reading corrupted widget previews by Michael Jurka · 12 years ago
  67. 5f8afe6 Initial Changes for Dynamic Grid by Winson Chung · 12 years ago
  68. e4f9891 Lazily instantiate LauncherAppState. by Daniel Sandler · 12 years ago
  69. cc8befa Move LauncherApplication's state and code to LauncherAppState. by Daniel Sandler · 12 years ago
  70. 325dc23 Launcher2 is now Launcher3. by Daniel Sandler · 12 years ago[Renamed (99%) from src/com/android/launcher2/WidgetPreviewLoader.java]
  71. b8f5c40 Don't close widget preview cache db by Michael Jurka · 12 years ago
  72. d9cb4a1 Fix SQLite crashes in Launcher by Michael Jurka · 12 years ago
  73. e5919c5 Fix bug with some 1x1 widget previews by Michael Jurka · 12 years ago
  74. 5140cfa Fix rare NPE by Michael Jurka · 13 years ago
  75. 32b7a09 Fix SQLite syntax error by Michael Jurka · 13 years ago
  76. c4deb99 Merge "Fix crash when creating preview cache table" by Michael Jurka · 13 years ago
  77. f0d45bd Fix crash when creating preview cache table by Michael Jurka · 13 years ago
  78. ee8e99f Fix crash when switching between Apps/Widgets tabs by Michael Jurka · 13 years ago
  79. 0247d14 Clean up database in WidgetPreviewLoader by Michael Jurka · 13 years ago
  80. 3f4e070 Fix crash when rotating all apps by Michael Jurka · 13 years ago
  81. 05713af Cache widget previews in a DB by Michael Jurka · 13 years ago