1. c566b43 Fix crosstalk between users for widgets hosted in lockscreen by Amith Yamasani · 12 years ago
  2. d9e5af3 Making sure keyguard and homescreen only display eligible widgets (issue 7550090) by Adam Cohen · 12 years ago
  3. 75b5cfb Delete appWidgetId when removing lockscreen widgets by Michael Jurka · 12 years ago
  4. a1a2f96 Pushing state persistence to a background thread by Adam Cohen · 12 years ago
  5. b6c171b Merge "Do cleanup when Stopping users" into jb-mr1-dev by Amith Yamasani · 12 years ago
  6. 756901d Do cleanup when Stopping users by Amith Yamasani · 12 years ago
  7. 52801aa Protect more service dump() methods. by Jeff Sharkey · 12 years ago
  8. 8320de8 Fix widget cross-talk between users due to Settings widget by Amith Yamasani · 12 years ago
  9. 8fd96ec Show lockscreen widgets for the current user. by Amith Yamasani · 12 years ago
  10. 0aa2d42 Adding notion of keyguard widgets by Adam Cohen · 12 years ago
  11. fd8bf5c Fix another issue #7097984 java.lang.SecurityException: Permission Denial: by Dianne Hackborn · 12 years ago
  12. 20e8098 Add registering for explicit users. by Dianne Hackborn · 12 years ago
  13. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  14. 2a00329 UserHandle to UserSerialNo mapping by Amith Yamasani · 12 years ago
  15. d2097eb Changing app widget "extras" to "options" and another small API Review issue by Adam Cohen · 12 years ago
  16. 61a5b01 New API to allow third-party apps to bind widgets by Michael Jurka · 12 years ago
  17. e8724c8 Adding callback for widget size changed, and potentially other extra info by Adam Cohen · 12 years ago
  18. 1359360 User management and switching by Amith Yamasani · 12 years ago
  19. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  20. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  21. c3f581b Workaround for issue where the notifyDatasetChanged call chain is broken when Launcher is killed. (Bug 5703782) by Winson Chung · 13 years ago
  22. 933deca Verify AppWidget ownership during update. by Jeff Sharkey · 13 years ago
  23. 9730031 Fixing issue where widgets file was getting blown away, issue: 5036321 by Adam Cohen · 13 years ago
  24. 7bb9883 Adding logging to debug widget deletions by Adam Cohen · 13 years ago
  25. 15d161f Ensure appwidgets are loaded before usage. by Jeff Sharkey · 13 years ago
  26. bac26a12 Getting rid of the (hidden) oldName parameter for widgets by Adam Cohen · 13 years ago
  27. 324afba Fixing new minResizeWidth/Height API by Adam Cohen · 13 years ago
  28. 1bfaf56 Adding resizeMinWidth/Height to AppWidgetProviderInfo by Adam Cohen · 13 years ago
  29. 10e8971 Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  30. 4912f16 Fix to clear calling identity when binding a widget. by Dianne Hackborn · 13 years ago
  31. 50469db am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources used for homescreen widgets." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  32. 2f0b175 Fix issue #4502672: Wrong xml resources used for homescreen widgets. by Dianne Hackborn · 13 years ago
  33. 2625fea Modifying RemoteViewsFactory interface by Adam Cohen · 13 years ago
  34. c2be22c Catching all Exceptions when calling through to RemoteViewsFactory by Adam Cohen · 13 years ago
  35. 9611f2e Small change to AppWidgetProviderInfo public field name and docs by Adam Cohen · 13 years ago
  36. 54a351e Merge "Adding framework support for resizable widgets" by Adam Cohen · 13 years ago
  37. 22bc69d Fixing build by Winson Chung · 13 years ago
  38. d2e20de Adding framework support for resizable widgets by Adam Cohen · 13 years ago
  39. 84bbb02 Fixing issue where RemoteViewsService.onDestroy() was never being called. by Winson Chung · 13 years ago
  40. 16c8d8a Re-enabling queued unbinding of services after requests to the service. (3394210) by Winson Chung · 14 years ago
  41. 32cf193 Disabling queued unbinding of RemoteViewsServices until we fix flashing in widgets. by Winson Chung · 14 years ago
  42. 81f39eb Refactoring app widgets to address security/performance issues. by Winson Chung · 14 years ago
  43. d070e89 Make AppWidgetService handle components enabling and disabling. by Joe Onorato · 14 years ago
  44. a02fdf1 Adding widget auto-advance capability by Adam Cohen · 14 years ago
  45. 267f4d6 am 8f0f1b1e: am 274ad982: Merge "Just disable widgets that come from apps on sd cards, because they don\'t work anyway." into gingerbread by Joe Onorato · 14 years ago
  46. 0add80b am 32982c70: am cc45381e: Merge "Fix typo that makes apps on sd work better with app widgets." into gingerbread by Joe Onorato · 14 years ago
  47. 331fbdc Just disable widgets that come from apps on sd cards, because they don't work anyway. by Joe Onorato · 14 years ago
  48. 94258cd Fix typo that makes apps on sd work better with app widgets. by Joe Onorato · 14 years ago
  49. 6394c0e Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged. by Winson Chung · 14 years ago
  50. 2dd2197 -> Enabled partial updates to app widgets through AppWidgetManager. by Adam Cohen · 14 years ago
  51. 499cb9f Initial changes to allow collections in widgets. by Winson Chung · 14 years ago
  52. d2db2a5 Add a new attribute to allow widgets to specify a preview image. by Patrick Dubroy · 14 years ago
  53. a8a8a42 Fix bug 2772728 with the suggested fix. I wasn't able to reproduce it though. by Joe Onorato · 14 years ago
  54. 6de3a6f merge from open-source master by The Android Open Source Project · 14 years ago
  55. bd742e43 Fix typo of <p> end tag in appwidgets.xml by Patrick Tsai · 14 years ago
  56. d2671e1 Preserve widgets on upgrade. Bug #2464545 by Romain Guy · 14 years ago
  57. ff3e61c Support old/new package names for widgets. by Romain Guy · 14 years ago
  58. 20cb56e Fix some bugs. by Dianne Hackborn · 14 years ago
  59. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 14 years ago
  60. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 14 years ago
  61. 5f85780 Fix NPE in AppWidgetService.addProvidersForPackageLocked() by Bjorn Bringert · 14 years ago
  62. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  63. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 14 years ago
  64. f6133fe Fix bug 2362761 AppWidgetService should use Intent.setPackage() by Joe Onorato · 14 years ago
  65. d4a4729 Update imports to android-common by Tom Taylor · 15 years ago
  66. 63c2d9e Update the names of the widgets when the locale changes. by Eric Fischer · 15 years ago
  67. 8550f25 Check if rename of backed up file fails before persisting new changes. by Suchi Amalapurapu · 15 years ago
  68. e21167a Fix widget stopListening NPE. by Ken Shirriff · 15 years ago
  69. 002716d Fix issue #2049588: App widget can crash causing system to be unable to boot by Dianne Hackborn · 15 years ago
  70. be96b3a Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes. by Joe Onorato · 15 years ago
  71. a547559 Cleanup a bunch of warnings in app widgets code. by Romain Guy · 15 years ago
  72. 8f25c42 resolve complex value in application context instead of system context. by Mitsuru Oshima · 15 years ago
  73. 54796e7 Make the home screen come up in the simulator. by Marco Nelissen · 15 years ago
  74. 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 15 years ago
  75. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago[Renamed (78%) from services/java/com/android/server/GadgetService.java]
  76. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  77. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  78. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  79. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  80. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  81. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  82. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  83. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  84. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago