summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/RemoteViews.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix issue #2093608: Calendar widget takes a few seconds to launchDianne Hackborn2009-09-171-3/+7
* Fixes #1963229. Introduces Context#isRestricted().Romain Guy2009-07-061-1/+1
* Cleanup a bunch of warnings in app widgets code.Romain Guy2009-07-011-38/+29
* Automated import from //branches/donutburger/...@142301,142301Joe Onorato2009-03-241-0/+87
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+834
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-834/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-392/+272
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-0/+69
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+174
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-2/+64
* Initial ContributionThe Android Open Source Project2008-10-211-0/+649