summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RemoteViews.java
Commit message (Expand)AuthorAgeFilesLines
* add list of supported views to RemoteViews docsScott Main2017-11-211-0/+25
* Notification: Fix PendingIntent whitelistingAdrian Roos2017-10-271-8/+23
* Optimizing memory for RemoteViewsAdapter caches.Sunny Goyal2017-10-191-5/+12
* Updating documentation for setOnClickPendingIntentSunny Goyal2017-10-121-1/+5
* Merge "Simplifying writeToParcel for various actions"TreeHugger Robot2017-09-271-337/+139
|\
| * Simplifying writeToParcel for various actionsSunny Goyal2017-09-271-337/+139
* | Fixing wrong actions were written to parcel when copyingSunny Goyal2017-09-261-1/+1
|/
* Preventing data overwirte in a ParcelSunny Goyal2017-09-211-32/+32
* ActivityOptions.set/getLaunchStackId() be gone!Wale Ogunwale2017-09-191-5/+6
* Adding a copy constructor for RemoteViewsSunny Goyal2017-09-061-214/+111
* Changing RemoteViews to using MethodHandles instead of relectionSunny Goyal2017-08-311-97/+90
* Transforming all texts of decorated media custom viewsSelim Cinek2017-08-231-0/+63
* Fixed a bug with decorated custom viewsSelim Cinek2017-08-221-0/+28
* Reducing bitmap sizes in notificationsSelim Cinek2017-07-191-0/+16
* Merge "Merge "Fix bug where RemoteViews addView is backwards." into oc-dr1-de...Anthony Chen2017-07-061-0/+2
|\
| * Fix bug where RemoteViews addView is backwards.Anthony Chen2017-07-051-0/+2
* | Manually merge 23bb5bf262279ab37cfa109091c1bf0ae75e0685 to fix APIsAlan Viverette2017-06-141-15/+24
* | Revert "Hide APIs not intended to ship in DR."Jeff Sharkey2017-06-121-16/+14
|/
* Hide APIs not intended to ship in DR.Jeff Sharkey2017-06-121-14/+16
* Merge "Fixed a bug where systemui could crash while cloning" into oc-devSelim Cinek2017-06-091-1/+1
|\
| * Fixed a bug where systemui could crash while cloningSelim Cinek2017-06-081-1/+1
* | Allow inline replying directly from the imageSelim Cinek2017-06-021-1/+1
* | Allow progress bar dimensions to be configured.Anthony Chen2017-05-301-143/+263
|/
* Perf: Fix RemoteViews memory leakAdrian Roos2017-04-241-14/+25
* Remove scale up animation for startActivity from RemoteViewsIan Lake2017-04-181-3/+1
* Update more implementations of findViewById()Alan Viverette2017-04-131-3/+3
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-02-271-4/+4
* Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette2017-02-031-4/+4
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-01-271-4/+4
* Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9Elliot Waite2017-01-261-2/+2
|\
| * Fix @links in reference docs. am: 54de77470d am: ab978c035eElliot Waite2017-01-261-4/+4
| |\
| | * Fix @links in reference docs.Elliot Waite2017-01-251-4/+4
| * | Preventing widgets from exceeding Bitmap memory limitSunny Goyal2016-11-151-19/+2
| |/
* | Enforcing a maximum depth on nested RemoteViews callsSunny Goyal2016-11-161-8/+23
* | Preventing widgets from exceeding Bitmap memory limitSunny Goyal2016-11-141-19/+2
* | Fixing async inflation for nested RemoteViewsSunny Goyal2016-11-091-9/+37
* | Avoding writing ApplicationInfo multiple times for nested RemoteViewsSunny Goyal2016-10-311-13/+36
* | Merge "Adding support for async view loading in RemoteViewsAdapter"Sunny Goyal2016-10-271-2/+48
|\ \
| * | Adding support for async view loading in RemoteViewsAdapterSunny Goyal2016-09-291-2/+48
* | | Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-1/+2
|/ /
* | Changed the appearance of fullscreen intent notifications again am: 981962e6adSelim Cinek2016-07-221-0/+12
|\|
| * Changed the appearance of fullscreen intent notifications againSelim Cinek2016-07-221-0/+12
| * Merge \"Make RemoteView margins density-change safe\" into nyc-devAdrian Roos2016-06-141-13/+32
| |\
* | | One more pass over Javadocs of RemoteViews public APIsKirill Grouchnikov2016-07-061-10/+10
* | | Merge "Fix RemoteViews Javadocs for a couple of methods."Kirill Grouchnikov2016-06-281-5/+3
|\ \ \
| * | | Fix RemoteViews Javadocs for a couple of methods.Kirill Grouchnikov2016-06-281-5/+3
* | | | Fix a typo in JavadocsKirill Grouchnikov2016-06-281-1/+1
|/ / /
* | | Merge \\"Make RemoteView margins density-change safe\\" into nyc-dev am: 26e8...Adrian Roos2016-06-141-13/+32
|\ \ \ | |/ / |/| / | |/
| * Make RemoteView margins density-change safeAdrian Roos2016-06-131-13/+32
* | Store the appropriate layout id for the infrated view, so thatSunny Goyal2016-05-181-3/+5
|/