summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/RemoteViews.java
Commit message (Expand)AuthorAgeFilesLines
* Warn when exposing file:// Uris beyond a process.Jeff Sharkey2013-04-031-2/+8
* Updating new widget api to account for view type countAdam Cohen2013-01-101-7/+15
* Fix docs build issueAdam Cohen2012-12-141-1/+1
* Adding simple ArrayList API for collection widgetsAdam Cohen2012-12-131-15/+114
* Attempted fix for issue 7469415Adam Cohen2012-11-061-2/+2
* Merge "Fixing AppWidgetService / AppWidgetHost to work in system process" int...Adam Cohen2012-09-271-20/+8
|\
| * Fixing AppWidgetService / AppWidgetHost to work in system processAdam Cohen2012-09-261-20/+8
* | Fixing Keyguard widget click handling (issue 7179972)Adam Cohen2012-09-261-0/+2
|/
* Multi-user ringtone playback.Jeff Sharkey2012-09-261-0/+2
* Merge "Allow acquiring ContentProviders across users." into jb-mr1-devJeff Sharkey2012-09-231-4/+16
|\
| * Allow acquiring ContentProviders across users.Jeff Sharkey2012-09-211-4/+16
* | Changing public method to @hide, doesn't have to be publicAdam Cohen2012-09-211-0/+8
|/
* Fixing partiallyUpdateAppWidget to cache the new changesAdam Cohen2012-09-201-24/+134
* Allowing association between a view and its label for accessibility.Svetoslav Ganov2012-09-131-3/+13
* 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