summaryrefslogtreecommitdiff
path: root/core/java/android/appwidget/AppWidgetHostView.java
Commit message (Expand)AuthorAgeFilesLines
* RemoteViews - Always load new ApplicationInfo from PackageManager.Zak Cohen2025-07-081-4/+0
* [DO NOT MERGE] Prevent RemoteViews crashing SystemUiValentin Iftime2023-03-141-10/+29
* The launcher to always listen to app widgetSihua Ma2022-08-251-3/+10
* Wrapping various apply parameters into a separate classSunny Goyal2022-08-051-5/+11
* Prevent recycling if the color mapping changed.Pierre Barbier de Reuille2021-11-091-9/+7
* Check if a view can be recycled in async case.Pierre Barbier de Reuille2021-10-281-1/+1
* Check if APK paths are valid right before creating the context.Pierre Barbier de Reuille2021-10-251-4/+7
* Restore the creation of the remote context in sync inflation.Pierre Barbier de Reuille2021-10-011-0/+7
* Use the current padding instead of the default one during layout.Pierre Barbier de Reuille2021-07-011-4/+3
* Revert^3 "Deprecate Context#createApplicationContext"Ryan Mitchell2021-06-301-5/+3
* Revert^2 "Deprecate Context#createApplicationContext"Paul Hobbs2021-06-291-3/+5
* Revert "Deprecate Context#createApplicationContext"Ryan Mitchell2021-06-221-5/+3
* Merge "Deprecate Context#createApplicationContext" into sc-devTreeHugger Robot2021-05-191-3/+5
|\
| * Deprecate Context#createApplicationContextRyan Mitchell2021-05-181-3/+5
* | Test color mapping equivalent in O(n)Pierre Barbier de Reuille2021-05-131-1/+2
* | Check colors actually change for App WidgetPierre Barbier de Reuille2021-05-131-1/+24
|/
* Merge "Print the full exception upon widgets inflation error" into sc-devSteven Ng2021-05-071-2/+2
|\
| * Print the full exception upon widgets inflation errorSteven Ng2021-05-061-2/+2
* | Save/restore view states when reapplying RemoteViews for color changesStevie Kideckel2021-05-041-6/+49
|/
* Merge "Update system palette APIs" into sc-devLucas Dupin2021-03-221-2/+2
|\
| * Update system palette APIsLucas Dupin2021-03-201-2/+2
* | Correct recycling to take setViewId into account.Pierre Barbier de Reuille2021-03-191-3/+1
|/
* Revert "Correct recycling to take setViewId into account."Greg Kaiser2021-03-181-1/+3
* Correct recycling to take setViewId into account.Pierre Barbier de Reuille2021-03-171-3/+1
* Correct invalidation of layout when new color resources are provided.Pierre Barbier de Reuille2021-03-091-0/+2
* Correct API for new sizes in App Widgets.Pierre Barbier de Reuille2021-03-041-49/+43
* Framework implementation of go/widgets-dynamic-colorsPierre Barbier de Reuille2021-02-241-8/+61
* Add checked change APIs to RemoteViewsStevie Kideckel2021-02-171-13/+13
* Framework changes for go/widget-size-specificationPierre Barbier de Reuille2021-02-161-6/+99
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* fix RuntimeException when inflating default layout for AdapterView-based widgetsPinyao Ting2020-05-181-1/+4
* Move noteAppWidgetTapped call into AppWidgetHostView.Hui Yu2020-04-151-3/+14
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* 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
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-091-0/+5
* Removing some system binder calls in AppWidgetHostViewSunny Goyal2017-10-251-50/+31
* 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
* Renaming setAsyncExecutor to setExecutorSunny Goyal2017-04-201-1/+1
* getApplicationInfo() should throw NameNotFoundExceptionMakoto Onuki2017-04-141-2/+7
* Adding API to allow async inflaiton of AppWidgetSunny Goyal2017-01-091-3/+3
* Adding support for async view loading in RemoteViewsAdapterSunny Goyal2016-09-291-3/+3
* Set accessibility string for suspended widgets.Kenny Guy2016-05-231-1/+19
* Using AppWidgetHostView in RemoteViewsAdapter instead of managing the RemoteV...Sunny Goyal2016-02-171-1/+8