summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/AppWidgetService.java
AgeCommit message (Expand)Author
2013-11-12Move some system services to their own sub package.Amith Yamasani
2013-07-16Refactoring of the print sub-system and API clean up.Svetoslav Ganov
2013-05-02Start combining threads in system process.Dianne Hackborn
2013-02-20Add explicit userId to AppWidget binder callsJim Miller
2012-11-30Fix crosstalk between users for widgets hosted in lockscreenAmith Yamasani
2012-11-28Making sure keyguard and homescreen only display eligible widgets (issue 7550...Adam Cohen
2012-11-16Delete appWidgetId when removing lockscreen widgetsMichael Jurka
2012-11-15Pushing state persistence to a background threadAdam Cohen
2012-10-16Merge "Do cleanup when Stopping users" into jb-mr1-devAmith Yamasani
2012-10-15Do cleanup when Stopping usersAmith Yamasani
2012-10-15Protect more service dump() methods.Jeff Sharkey
2012-10-05Fix widget cross-talk between users due to Settings widgetAmith Yamasani
2012-09-21Show lockscreen widgets for the current user.Amith Yamasani
2012-09-11Adding notion of keyguard widgetsAdam Cohen
2012-09-04Fix another issue #7097984 java.lang.SecurityException: Permission Denial:Dianne Hackborn
2012-09-04Add registering for explicit users.Dianne Hackborn
2012-08-31Remove Binder.getOrigCallingUid().Dianne Hackborn
2012-08-17UserHandle to UserSerialNo mappingAmith Yamasani
2012-05-02Changing app widget "extras" to "options" and another small API Review issueAdam Cohen
2012-04-24New API to allow third-party apps to bind widgetsMichael Jurka
2012-04-19Adding callback for widget size changed, and potentially other extra infoAdam Cohen
2012-03-27User management and switchingAmith Yamasani
2012-03-22Package restrictions per userAmith Yamasani
2012-02-03Multi-user - 1st major checkinAmith Yamasani
2011-12-06Workaround for issue where the notifyDatasetChanged call chain is broken when...Winson Chung
2011-11-03Verify AppWidget ownership during update.Jeff Sharkey
2011-10-12Fixing issue where widgets file was getting blown away, issue: 5036321Adam Cohen
2011-10-05Adding logging to debug widget deletionsAdam Cohen
2011-09-01Ensure appwidgets are loaded before usage.Jeff Sharkey
2011-08-17Getting rid of the (hidden) oldName parameter for widgetsAdam Cohen
2011-07-22Fixing new minResizeWidth/Height APIAdam Cohen
2011-07-19Adding resizeMinWidth/Height to AppWidgetProviderInfoAdam Cohen
2011-07-08Eliminate single-process mode.Jeff Brown
2011-06-15Fix to clear calling identity when binding a widget.Dianne Hackborn
2011-06-03am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml r...Dianne Hackborn
2011-05-31Fix issue #4502672: Wrong xml resources used for homescreen widgets.Dianne Hackborn
2011-03-24Modifying RemoteViewsFactory interfaceAdam Cohen
2011-03-16Catching all Exceptions when calling through to RemoteViewsFactoryAdam Cohen
2011-02-28Small change to AppWidgetProviderInfo public field name and docsAdam Cohen
2011-02-25Merge "Adding framework support for resizable widgets"Adam Cohen
2011-02-25Fixing buildWinson Chung
2011-02-25Adding framework support for resizable widgetsAdam Cohen
2011-02-25Fixing issue where RemoteViewsService.onDestroy() was never being called.Winson Chung
2011-01-26Re-enabling queued unbinding of services after requests to the service. (3394...Winson Chung
2011-01-19Disabling queued unbinding of RemoteViewsServices until we fix flashing in wi...Winson Chung
2011-01-18Refactoring app widgets to address security/performance issues.Winson Chung
2011-01-10Make AppWidgetService handle components enabling and disabling.Joe Onorato
2010-11-10Adding widget auto-advance capabilityAdam Cohen
2010-08-26am 8f0f1b1e: am 274ad982: Merge "Just disable widgets that come from apps on ...Joe Onorato
2010-08-26am 32982c70: am cc45381e: Merge "Fix typo that makes apps on sd work better w...Joe Onorato