summaryrefslogtreecommitdiff
path: root/core/java/android/appwidget/AppWidgetHost.java
AgeCommit message (Expand)Author
2021-04-13Add hidden setter for AppWidgetHost's InteractionHandlerCyrus Boadway
2021-02-17Add checked change APIs to RemoteViewsStevie Kideckel
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-09-10Setup OnAppWidgetRemoved on frameworkSamuel Fufa
2018-08-09Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-05Add a condition in AppWidgetHost to honor config_enableAppWidgetService.Rajeev Kumar
2017-06-23Fix crashes in AppWidgetHost when app_widgets is not supportedElijah Taylor
2017-04-18Adding API AppWidgetHost.getAppWidgetIds() to get active widgets of the hostSunny Goyal
2017-01-19Fixing dimensions for AppWidgetProviderInfo not getting updated properlySunny Goyal
2016-05-16Maintaining diff for all widget operations instead of just the Views updateSunny Goyal
2016-04-04Changing startListening to only fetch views which are boundSunny Goyal
2014-12-18Avoid non-static innner classes that are passed over via IPC.Svetoslav
2014-12-17Removing context ref from AppWidgetHost. (Bug 18769791)Winson Chung
2014-08-24RemoteViews service not unbound.Svet Ganov
2014-08-08Polish the new cross-profile app widget APIsSvetoslav
2014-08-07Polish of the app widgets cross-profiles feature.Svetoslav
2014-08-05Allow adding widgets from user profiles.Svetoslav
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-06-05am 18748035: am 379517b0: Merge "Fixing issue where AppWidgetHost.onProviders...Winson Chung
2013-06-04Fixing issue where AppWidgetHost.onProvidersChanged() was not being called. (...Winson Chung
2013-03-22am 26ebeb6d: am 7b3526d5: Merge "Fix alternate time zone display for clock wi...Jim Miller
2013-03-21Fix alternate time zone display for clock widget.Jim Miller
2013-03-11am 33c05985: am e70748e7: Merge "Remove unnecessary userid check" into jb-mr2...Jim Miller
2013-03-11Remove unnecessary userid checkJim Miller
2013-03-05Fix widget update issueJim Miller
2013-02-27Move keyguard to its own process.Jim Miller
2013-02-20Add explicit userId to AppWidget binder callsJim Miller
2012-12-04Make 3rd party lockscreen widgets work on secondary usersAmith Yamasani
2012-11-30Fix crosstalk between users for widgets hosted in lockscreenAmith Yamasani
2012-11-16Delete appWidgetId when removing lockscreen widgetsMichael Jurka
2012-09-26Fixing AppWidgetService / AppWidgetHost to work in system processAdam Cohen
2012-09-18Tweaking how settings adds keyguard widgetsAdam Cohen
2012-09-17Fixing construction of handler in AppWidgetHostMichael Jurka
2012-09-14Add support for settings for lock widgetsJim Miller
2012-08-20Update AppWidgetHost with better support for OnClickHandlersJim Miller
2012-06-13Updating AppWidgetHost to receive a callback when any appWidget has changed. ...Winson Chung
2011-07-19Adding resizeMinWidth/Height to AppWidgetProviderInfoAdam Cohen
2011-02-25Adding framework support for resizable widgetsAdam Cohen
2011-01-14Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy
2010-08-17Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung
2010-07-19Initial changes to allow collections in widgets.Winson Chung
2010-06-23Need to give the AppWidgetHostView the new info about the provider, in case t...Joe Onorato
2010-05-04Call into app widget hosts when the provider is updated.Joe Onorato
2010-03-11Add correct copyright headers to multiple filesKenny Root
2009-07-01Cleanup a bunch of warnings in app widgets code.Romain Guy
2009-03-11auto import from //branches/cupcake/...@137873The Android Open Source Project