summaryrefslogtreecommitdiff
path: root/core/java/android/appwidget
Commit message (Expand)AuthorAgeFilesLines
* fix RuntimeException when inflating default layout for AdapterView-based widgetsPinyao Ting2020-05-181-1/+4
* Move noteAppWidgetTapped call into AppWidgetHostView.Hui Yu2020-04-152-7/+18
* Update AppOps & UsageStats when app widget tapped.Hui Yu2020-03-211-0/+14
* AppWidgetManager option documentationSamuel Fufa2020-03-101-6/+10
* Fix widget restore flowSamuel Fufa2020-02-242-0/+13
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-184-4/+4
* Setup OnAppWidgetRemoved on frameworkSamuel Fufa2019-09-102-0/+40
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-282-2/+2
* Removing SDK check when getting default widget paddingSunny Goyal2019-02-221-24/+12
* Updating the comments as per API feedbackSunny Goyal2019-01-081-3/+3
* Adding API to specify a dark text specific layout in app-widgetsSunny Goyal2018-12-041-0/+14
* Starting the default activity when an app widget'sSunny Goyal2018-11-091-0/+16
* Adding shared element transitions support in AppWidgetsSunny Goyal2018-10-291-0/+42
* Merge "Framework: Remove a nonsensical substring(0)" am: 98627fa455Andreas Gampe2018-09-111-1/+1
|\
| * Framework: Remove a nonsensical substring(0)Andreas Gampe2018-09-051-1/+1
* | Merge "Send widget registration broadcasts before BOOT_COMPLETE" into pi-devChristopher Tate2018-08-201-3/+9
|\ \ | |/ |/|
| * Send widget registration broadcasts before BOOT_COMPLETEChristopher Tate2018-08-141-3/+9
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-094-0/+20
|/
* Add a condition in AppWidgetHost to honor config_enableAppWidgetService.Rajeev Kumar2018-04-051-2/+4
* Updating javadoc for updateAppWidgetProviderInfo APISunny Goyal2018-03-201-2/+4
* Updating java doc for requestPinAppWidgetSunny Goyal2018-03-171-1/+5
* Adding IntDef annotations to some flag based propertiesSunny Goyal2018-03-151-0/+32
* Add RequiresFeature annotation.Jeff Sharkey2018-02-161-0/+3
* Pass in the user defined by Context.Jeff Sharkey2018-02-031-8/+8
* 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
|/