summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RemoteViews.java
Commit message (Expand)AuthorAgeFilesLines
* Update AppWidgetHost with better support for OnClickHandlersJim Miller2012-08-201-47/+44
* am 4be93bbe: am 074b54fb: Merge "Maybe fix issue #6756472: Share button is no...Dianne Hackborn2012-06-281-36/+33
|\
| * Maybe fix issue #6756472: Share button is not defocusing the shadeDianne Hackborn2012-06-281-36/+33
* | am 9906e784: am 17990395: Merge "Fix issue #6717667: expanded notification ac...Dianne Hackborn2012-06-251-46/+66
|\|
| * Fix issue #6717667: expanded notification actions don't work on the lock screenDianne Hackborn2012-06-251-46/+66
* | am 63d842cc: am d5353b47: Fix docsDaniel Sandler2012-06-211-1/+1
|\|
| * Fix docsDaniel Sandler2012-06-211-1/+1
* | resolved conflicts for merge of 0a43f67e to masterChris Wren2012-06-211-2/+4
|\|
| * Unhide new methods on RemoteViews and Notification.Daniel Sandler2012-06-211-3/+0
* | am 82811d45: am 533fce25: Merge "Docs (mostly): enumerate JELLY_BEAN target S...Dianne Hackborn2012-06-061-1/+1
|\|
| * Docs (mostly): enumerate JELLY_BEAN target SDK changes.Dianne Hackborn2012-06-061-1/+1
* | am 7a999b82: am 2926948d: Merge "Add RemoteViews.setViewPadding()." into jb-devDaniel Sandler2012-05-211-2/+61
|\|
| * Add RemoteViews.setViewPadding().Daniel Sandler2012-05-211-2/+61
* | am 97ccf4a8: am 90497c18: Merge "Remotable view method for TextView.setTextSi...Daniel Sandler2012-05-211-1/+56
|\|
| * Remotable view method for TextView.setTextSize(int, float).Daniel Sandler2012-05-211-1/+56
* | am 6340b3f0: am e0bb6fe3: Merge "Cap widget bitmap usage by screen size (issu...Adam Cohen2012-05-171-1/+2
|\|
| * Cap widget bitmap usage by screen size (issue 6464700)Adam Cohen2012-05-101-1/+2
| * Hide RTL related APIs - DO NOT MERGEFabrice Di Meglio2012-05-041-5/+3
|/
* Preventing onClickPendingIntents from being set on collection widget items (i...Adam Cohen2012-05-011-1/+11
* Fix NPE in RemoteViews (issue 6408103)Adam Cohen2012-04-261-1/+3
* Enabling RemoteViews to have a landscape and portrait layoutAdam Cohen2012-04-261-99/+417
* Updating activity/task transition animations.Winson Chung2012-04-241-14/+19
* Add remotable methods for TextView's compound drawables.Daniel Sandler2012-03-241-0/+84
* am dc022a6f: am 08e91352: am 93dc642e: docs: fix misc bugs from external trackerScott Main2012-03-051-24/+25
|\
| * docs: fix misc bugs from external trackerScott Main2012-03-021-24/+25
* | Handle null PendingIntents, Bitmaps, Uris and Intents in RemoteViews (issue 5...Adam Cohen2012-02-021-31/+65
|/
* Add content description setter to RemoteViewsSvetoslav Ganov2011-10-181-0/+10
* Deprecating old RemoteViews API which takes appWidgetId when setting the Remo...Winson Chung2011-03-301-18/+88
* Making AdapaterViewAnimator setDisplayedChild remotableAdam Cohen2011-02-141-4/+14
* Removing deprecated widget api method.Winson Chung2011-01-191-12/+0
* Refactoring app widgets to address security/performance issues.Winson Chung2011-01-181-0/+22
* Don't crash with non-standard bitmap types.Joe Onorato2011-01-171-11/+14
* Adding click feedback to widget collectionsAdam Cohen2010-11-011-101/+52
* Adding more exception handling to RemoteViews calls to startIntentSenderWinson Chung2010-11-011-28/+22
* Allow RemoteViews to silently fail when a view can't be found.Joe Onorato2010-10-311-10/+9
* Re-architecting RemoteViewsAdapter internals due to new constraints.Winson Chung2010-09-241-2/+108
* Modifying PendingIntent APIs for collection widgetsAdam Cohen2010-09-211-12/+128
* Modifying API for setting on-click intents for itemsAdam Cohen2010-09-161-11/+205
* -> Added the ability to specify an AdapterView's empty viewAdam Cohen2010-08-261-0/+50
* -> Enabled partial updates to app widgets through AppWidgetManager.Adam Cohen2010-08-171-0/+78
* Fixing build breakage due to misnamed javadoc variable.Winson Chung2010-07-191-1/+1
* Initial changes to allow collections in widgets.Winson Chung2010-07-191-0/+50
* Removed API changes from CL 54712.Gilles Debunne2010-06-171-1/+1
* Removed warnings in LayoutInflater.Gilles Debunne2010-06-161-3/+4
* Checkpoint. Data structures for Notifications in place.Joe Onorato2010-06-021-0/+9
* Add RemoteViews.setBundle() method.Bjorn Bringert2010-01-061-1/+21
* Adjust for compatibility mode before setSourceBounds().Jeff Sharkey2009-12-211-4/+14
* Make RemoteViews also set the sourceBounds in the PendingIntent.Joe Onorato2009-12-021-1/+7
* Let RemoteViews nest children, allow ViewFlipper.Jeff Sharkey2009-11-161-1/+68
* Do not crash appwdiget host when a pending intent send fails.Romain Guy2009-09-281-1/+1