summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RemoteViews.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the description of RemoteViews#setViewIdPierre Barbier de Reuille2021-03-301-0/+3
* Merge "Update system palette APIs" into sc-devLucas Dupin2021-03-221-4/+4
|\
| * Update system palette APIsLucas Dupin2021-03-201-4/+4
* | Correct recycling to take setViewId into account.Pierre Barbier de Reuille2021-03-191-4/+24
|/
* Revert "Correct recycling to take setViewId into account."Greg Kaiser2021-03-181-13/+4
* Revert "Ensure the view being recycled has been inflated before."Greg Kaiser2021-03-181-5/+1
* Ensure the view being recycled has been inflated before.Pierre Barbier de Reuille2021-03-181-1/+5
* Merge "Correct recycling to take setViewId into account." into sc-devTreeHugger Robot2021-03-171-4/+13
|\
| * Correct recycling to take setViewId into account.Pierre Barbier de Reuille2021-03-171-4/+13
* | Correct config-dependent setters documentation.Pierre Barbier de Reuille2021-03-161-6/+12
|/
* Merge "Remove doc reference to system transitions." into sc-devStevie Kideckel2021-03-161-3/+2
|\
| * Remove doc reference to system transitions.Stevie Kideckel2021-03-091-3/+2
* | Add API for setting a fixed list of RemoteViews on an AdapterViewStevie Kideckel2021-03-151-0/+288
* | Implementation of go/remoteviews-recycle-added-view.Pierre Barbier de Reuille2021-03-121-24/+293
|/
* Merge "Add a way to set the View ID of the top-level view on a RemoteViews." ...TreeHugger Robot2021-03-081-0/+31
|\
| * Add a way to set the View ID of the top-level view on a RemoteViews.Pierre Barbier de Reuille2021-03-051-0/+31
* | Correct API for new sizes in App Widgets.Pierre Barbier de Reuille2021-03-041-39/+70
|/
* Override isRestricted for preventing unexpected resource loadingSeigo Nonaka2021-03-011-0/+8
* Framework implementation of go/widgets-dynamic-colorsPierre Barbier de Reuille2021-02-241-85/+262
* Expose tint lists and other runtime functionality to RemoteViewsStevie Kideckel2021-02-221-33/+8
* Add dark mode apis for setting colors and iconsStevie Kideckel2021-02-221-0/+142
* Merge "Add checked change APIs to RemoteViews" into sc-devStevie Kideckel2021-02-191-118/+332
|\
| * Add checked change APIs to RemoteViewsStevie Kideckel2021-02-171-118/+332
* | Merge "Add RemoteViews.setBlendMode and expose target methods" into sc-devStevie Kideckel2021-02-171-0/+23
|\ \ | |/ |/|
| * Add RemoteViews.setBlendMode and expose target methodsStevie Kideckel2021-02-121-0/+23
* | Framework changes for go/widget-size-specificationPierre Barbier de Reuille2021-02-161-33/+308
|/
* Add a RemoteViews API for outline corner radiiStevie Kideckel2021-02-081-0/+109
* Enable use of of CompoundButtons in RemoteViewsSteven Kideckel2021-02-031-0/+114
* New setters extracting values from complex unit dimensions.Pierre Barbier de Reuille2021-02-011-0/+92
* Refactoring the reflection actions to prepare for a third one.Pierre Barbier de Reuille2021-02-011-220/+188
* New setters extracting values from resources for RemoteViews.Pierre Barbier de Reuille2021-02-011-41/+251
* Merge changes from topic "decorate_custom_notifs"Jeff DeCew2021-01-111-0/+102
|\