summaryrefslogtreecommitdiffstats
path: root/core/java/android/appwidget/AppWidgetManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung2010-08-171-6/+4
| | | | | | Also removing extra parameter in AppWidgetManager.notifyDataSetChanged. Change-Id: Ic771fe045ae793a6dacf09f1230e7c1c4b59a13e
* -> Enabled partial updates to app widgets through AppWidgetManager.Adam Cohen2010-08-171-0/+61
| | | | | | | | | | Partial updates are not cached by the AppWidgetService. -> Added the ability to insert commands with no parameters into RemoteViews objects. -> Added showNext() and showPrevious() methods to RemoteViews. -> Made showNext() / showPrevious() of AdapterViewFlipper remotable. Change-Id: Ic5491bb374424a54728c4ca92b94b1f00dfb87ff
* Initial changes to allow collections in widgets.Winson Chung2010-07-191-0/+29
| | | | Change-Id: I3cfa899bae88cd252912cecebc12e93c27a3b7c9
* am b65d2256: merge from open-source masterThe Android Open Source Project2010-07-121-11/+11
|\ | | | | | | | | | | | | Merge commit 'b65d225633d14326d1ba2af862861e92d7ea45bc' * commit 'b65d225633d14326d1ba2af862861e92d7ea45bc': Reduced Warnings by adding Type Arguments and removing unused imports
| * Reduced Warnings by adding Type Arguments and removing unused importsChristian Mehlmauer2010-06-251-11/+11
| | | | | | | | Change-Id: I42f8f9f9a6a6b271eaeb1a02f6d6567a630936ea
* | Convert the minWidth and minHeight to device units when calling ↵Patrick Dubroy2010-07-121-1/+9
|/ | | | getInstalledProviders
* Preserve widgets on upgrade.Romain Guy2010-03-111-0/+10
| | | | | | Bug #2464545 Change-Id: I802878af49dc4d98210fb8049df0bbdc49268d99
* resolve complex value in application context instead of system context.Mitsuru Oshima2009-07-011-1/+14
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-0/+17
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-0/+320