summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RemoteViews.java
Commit message (Expand)AuthorAgeFilesLines
* Handle exceptions from querying appinfo in RemoteViews#addAppWidget.Sunny Goyal2025-10-071-6/+10
* RemoteViews - Always load new ApplicationInfo from PackageManager.Zak Cohen2025-07-081-3/+11
* Check more URIs in notificationsIoana Alexandru2024-11-181-0/+23
* Visit URIs in themed remoteviews icons.Ioana Alexandru2023-06-141-1/+9
* Check URIs in sized remote views.Ioana Alexandru2023-06-141-0/+5
* Implement visitUris for RemoteViews ViewGroupActionAdd.Ioana Alexandru2023-06-141-0/+5
* Visit URIs in landscape/portrait custom remote views.Ioana Alexandru2023-05-271-0/+6
* Merge "RemoteViews: fix BitmapCache after immutable Bitmap switch" into tm-qp...TreeHugger Robot2022-08-101-3/+8
|\
| * RemoteViews: fix BitmapCache after immutable Bitmap switchTim Murray2022-07-271-3/+8
* | Wrapping various apply parameters into a separate classSunny Goyal2022-08-051-178/+193
|/
* RemoteViews: make bitmaps immutableTim Murray2022-04-181-4/+13
* RemoteViews: don't crash on null display in getLaunchOptionsJulia Tuttle2022-03-041-1/+7
* Propagate apply flags to nested RemoteViewsWillie Koomson2022-01-271-0/+23
* Make setRemoteAdapter() work for nested RemoteViewsWillie Koomson2022-01-271-5/+21
* Merge "Deprecate RemoteViews showNext/showPrevious"Pierre Barbier de Reuille2022-01-251-0/+14
|\
| * Deprecate RemoteViews showNext/showPreviousStevie Kideckel2021-11-241-0/+14
* | Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* | Merge "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Ashwini Oruganti2022-01-121-1/+1
|\ \
| * | Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* | | Merge "Set launch display id to an action performed on RemoteViews."Iris Yang2022-01-111-0/+1
|\ \ \
| * | | Set launch display id to an action performed on RemoteViews.Iris Yang2021-12-151-0/+1
* | | | Merge "Fix crash in RemoteViews w/ Bundle due to Parcel.allowSquashing" into ...Jeff DeCew2022-01-051-1/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix crash in RemoteViews w/ Bundle due to Parcel.allowSquashingJeff DeCew2021-12-301-1/+19
* | | | Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
|/ / /
* | / Copy caches when initializing RemoteViewsStevie Kideckel2021-12-081-4/+7
| |/ |/|
* | Merge "Optimize parcelization protocol in RemoteViews and RemoteCollectionIte...Stevie Kideckel2021-11-171-119/+283
|\ \
| * | Optimize parcelization protocol in RemoteViews and RemoteCollectionItemsStevie Kideckel2021-11-091-119/+283
* | | Check if the view can be recycled if viewId is setPierre Barbier de Reuille2021-11-101-17/+27
* | | Revert "Always check if the view can be recycled."Daniel Chapin2021-11-081-6/+10
* | | Always check if the view can be recycled.Pierre Barbier de Reuille2021-11-011-10/+6
|/ /
* | 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-2/+5
* | Make RemoteViewsContextWrapper take the user id of the application info.Pierre Barbier de Reuille2021-09-021-0/+10
|/
* Revert "Revert "Apply overlay updates to widget provider info""Ryan Mitchell2021-08-091-0/+19
* Revert "Apply overlay updates to widget provider info"Patrick Baumann2021-08-041-19/+0
* Apply overlay updates to widget provider infoRyan Mitchell2021-07-291-0/+19
* Revert^3 "Deprecate Context#createApplicationContext"Ryan Mitchell2021-06-301-3/+2
* Revert^2 "Deprecate Context#createApplicationContext"Paul Hobbs2021-06-291-2/+3
* Revert "Deprecate Context#createApplicationContext"Ryan Mitchell2021-06-221-3/+2
* Ensure that the RemoteResponse is not empty before acting on itStevie Kideckel2021-06-101-1/+3
* Fix handling for onItemClick of fixed collection itemsStevie Kideckel2021-06-071-23/+25
* Deprecate Context#createApplicationContextRyan Mitchell2021-05-181-2/+3
* Save/restore view states when reapplying RemoteViews for color changesStevie Kideckel2021-05-041-0/+89
* Fix some potential nullability issues in RemoteViewsStevie Kideckel2021-04-271-9/+34
* Merge "Allow passing 0 to RemoteViews.setDimen() or setAttr()" into sc-devJeff DeCew2021-04-201-50/+100
|\
| * Allow passing 0 to RemoteViews.setDimen() or setAttr()Jeff DeCew2021-04-161-50/+100
* | Merge "Ensure that the root view is an AppWidgetHostView in setRemoteAdapter"...TreeHugger Robot2021-04-201-4/+12
|\ \ | |/ |/|
| * Ensure that the root view is an AppWidgetHostView in setRemoteAdapterStevie Kideckel2021-04-161-4/+12
* | Add attribute setters for RemoteViewsPierre Barbier de Reuille2021-04-131-38/+322
|/
* Replace RemoteViews#setViewId with a constructorPierre Barbier de Reuille2021-04-071-27/+9