summaryrefslogtreecommitdiff
path: root/core/java/android/appwidget
Commit message (Expand)AuthorAgeFilesLines
* Adding support for overriding app-awidget properties at runtimeSunny Goyal2018-01-081-0/+28
* Prevent reporting fake package name - frameworkSvet Ganov2017-12-091-0/+39
* Adding widgetFeatures so that a provider can indicate a set ofSunny Goyal2017-12-051-22/+39
* Removing some system binder calls in AppWidgetHostViewSunny Goyal2017-10-251-50/+31
* Binding to the RemoteViewsService directly from the hostSunny Goyal2017-10-201-29/+11
* Using bundle instead of a custom class for SaveInstanceStateSunny Goyal2017-09-211-119/+12
* Suppressing spammy logs when widget inflation failsSunny Goyal2017-08-311-2/+3
* Fix crashes in AppWidgetHost when app_widgets is not supportedElijah Taylor2017-06-231-11/+43
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-0/+2
* Add ResourceId validation helper methodAdam Lesinski2017-05-241-1/+2
* Valid resource IDs may be negativeAdam Lesinski2017-04-281-4/+4
* Address API Review commentsTony Wickham2017-04-241-5/+13
* Merge "Renaming setAsyncExecutor to setExecutor" into oc-devTreeHugger Robot2017-04-211-1/+1
|\
| * Renaming setAsyncExecutor to setExecutorSunny Goyal2017-04-201-1/+1
* | Adding API AppWidgetHost.getAppWidgetIds() to get active widgets of the hostSunny Goyal2017-04-181-2/+0
|/
* getApplicationInfo() should throw NameNotFoundExceptionMakoto Onuki2017-04-141-2/+7
* Add AppWidgetManager#getInstalledProvidersForPackage()Tony Wickham2017-04-041-8/+33
* Create new BroadcastBehavior annotation.Jeff Sharkey2017-03-081-0/+21
* Adding support for passing arbitrary extras when requesting to pin a widget.Sunny Goyal2017-03-011-4/+26
* Adding AppWidgetManager.isRequestPinAppWidgetSupportedSunny Goyal2017-01-241-0/+13
* Fixing dimensions for AppWidgetProviderInfo not getting updated properlySunny Goyal2017-01-193-25/+16
* Merge "Update the javadoc on requestPinShortcut() about multiple..."Makoto Onuki2017-01-111-2/+3
|\
| * Update the javadoc on requestPinShortcut() about multiple...Makoto Onuki2017-01-101-2/+3
* | Merge "Adding API to allow async inflaiton of AppWidget"Sunny Goyal2017-01-111-3/+3
|\ \ | |/ |/|
| * Adding API to allow async inflaiton of AppWidgetSunny Goyal2017-01-091-3/+3
* | AppWidgetManager: direct add widget support.Sunny Goyal2017-01-031-0/+41
|/
* Adding support for async view loading in RemoteViewsAdapterSunny Goyal2016-09-291-3/+3
* Merge "Maintaining diff for all widget operations instead of just the Views u...Sunny Goyal2016-05-252-7/+140
|\
| * Maintaining diff for all widget operations instead of just the Views updateSunny Goyal2016-05-162-7/+140
* | Set accessibility string for suspended widgets.Kenny Guy2016-05-231-1/+19
|/
* Resolve merge conflicts of a5060ee to nyc-devTrevor Johns2016-04-191-1/+1
* Changing startListening to only fetch views which are boundSunny Goyal2016-04-041-14/+20
* When system server goes down, crash apps more.Jeff Sharkey2016-02-271-45/+31
* Using AppWidgetHostView in RemoteViewsAdapter instead of managing the RemoteV...Sunny Goyal2016-02-171-1/+8
* Merge "Added support for async inflation of RemoteViews"Sunny Goyal2016-02-031-0/+97
|\
| * Added support for async inflation of RemoteViewsSunny Goyal2016-01-111-0/+98
* | Runtime exception on AppWidgetHostView should not cause crash to the hosting ...Hyunyoung Song2016-02-011-1/+21
|/
* AppWidgetServiceImpl should use ParceledListSlice as return objectHyunyoung Song2015-06-171-3/+4
* Exclude bound app widgets from idle app listAmith Yamasani2015-05-011-0/+14
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* Fix accessibility delegationAlan Viverette2015-01-071-2/+3
* Avoid non-static innner classes that are passed over via IPC.Svetoslav2014-12-181-13/+37
* Removing context ref from AppWidgetHost. (Bug 18769791)Winson Chung2014-12-171-11/+11
* Generalizing Recents widget category to Search box. (Bug 17334589)Winson Chung2014-09-042-3/+3
* RemoteViews service not unbound.Svet Ganov2014-08-242-10/+9
* Fixing wrong tag usageSunny Goyal2014-08-151-1/+1
* Returning null when preview image is not available for AppWidgetProviderInfoSunny Goyal2014-08-151-7/+8
* Polish the new cross-profile app widget APIsSvetoslav2014-08-083-38/+35
* Polish of the app widgets cross-profiles feature.Svetoslav2014-08-072-47/+8
* Allow adding widgets from user profiles.Svetoslav2014-08-054-218/+493