summaryrefslogtreecommitdiffstats
path: root/core/java/android/appwidget
Commit message (Expand)AuthorAgeFilesLines
* Expose class name in AppWidgetHostView for accessibilityGuang Zhu2012-05-151-0/+7
* Accounting for widget padding in dips instead of pixelsAdam Cohen2012-05-091-6/+7
* Account for auto-padding in AppWidgetHostView#updateAppWidgetSize (issue 6454...Adam Cohen2012-05-081-6/+17
* Changing app widget "extras" to "options" and another small API Review issueAdam Cohen2012-05-023-38/+39
* Pushing widget resize callback responsibility to AppWidgetHostAdam Cohen2012-04-301-20/+16
* New API to allow third-party apps to bind widgetsMichael Jurka2012-04-241-2/+113
* Adding callback for widget size changed, and potentially other extra infoAdam Cohen2012-04-193-2/+146
* docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-223-8/+18
* Making default widget padding public APIAdam Cohen2011-11-071-22/+33
* Adding default padding to AppWidgetHostView for widgets >= API level 14Adam Cohen2011-09-301-0/+52
* Getting rid of the (hidden) oldName parameter for widgetsAdam Cohen2011-08-172-21/+0
* Fixing widget notifyDataSetChanged() not getting called, issue 5092676Adam Cohen2011-07-281-0/+6
* Fixing new minResizeWidth/Height APIAdam Cohen2011-07-222-0/+12
* Adding resizeMinWidth/Height to AppWidgetProviderInfoAdam Cohen2011-07-192-2/+26
* Small change to AppWidgetProviderInfo public field name and docsAdam Cohen2011-02-281-3/+9
* Adding framework support for resizable widgetsAdam Cohen2011-02-252-4/+44
* Update package descriptions with editorial revisions.Scott Main2011-01-261-23/+23
* previewImage API shouldn't be hidden.Patrick Dubroy2011-01-191-2/+0
* Refactoring app widgets to address security/performance issues.Winson Chung2011-01-181-0/+42
* Fixing bug related to collisions with AppWidget view ids and AppWidgetHost vi...Adam Cohen2011-01-161-1/+5
* Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy2011-01-141-0/+11
* Adding widget auto-advance capabilityAdam Cohen2010-11-101-6/+9
* Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung2010-08-173-12/+9
* -> Enabled partial updates to app widgets through AppWidgetManager.Adam Cohen2010-08-171-0/+61
* Initial changes to allow collections in widgets.Winson Chung2010-07-193-0/+71
* am b65d2256: merge from open-source masterThe Android Open Source Project2010-07-121-11/+11
|\
| * merge from open-source masterThe Android Open Source Project2010-07-121-11/+11
| |\
| | * Reduced Warnings by adding Type Arguments and removing unused importsChristian Mehlmauer2010-06-251-11/+11
* | | Convert the minWidth and minHeight to device units when calling getInstalledP...Patrick Dubroy2010-07-121-1/+9
* | | Add a new attribute to allow widgets to specify a preview image.Patrick Dubroy2010-06-281-0/+13
* | | am 801b63d3: am 51e895f0: Merge "Need to give the AppWidgetHostView the new i...Joe Onorato2010-06-232-15/+14
|\ \ \ | |/ /
| * | Need to give the AppWidgetHostView the new info about the provider, in case t...Joe Onorato2010-06-232-15/+14
| |/
* | Removed API changes from CL 54712.Gilles Debunne2010-06-171-1/+1
* | Removed warnings in LayoutInflater.Gilles Debunne2010-06-161-3/+4
|/
* Call into app widget hosts when the provider is updated.Joe Onorato2010-05-042-3/+23
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+1
* Preserve widgets on upgrade.Romain Guy2010-03-112-0/+22
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
* Prevent crash in Home when using widgets whose ids collide with Home'sRomain Guy2009-11-051-2/+9
* Fix possible NPE in the code that restores widgets' state.Romain Guy2009-10-151-1/+2
* Use remote Context when inflating initialLayout, add debug.Jeff Sharkey2009-08-191-2/+3
* Fixes #2021442. Prevent app widgets from clobbering Home's view ids.Romain Guy2009-08-111-2/+53
* Fix AppWidget layout inflation to resolve references.Jeff Sharkey2009-08-061-8/+41
* Merge change 6809 into donutAndroid (Google) Code Review2009-07-171-5/+3
|\
| * Correctly deliver AppWidgetProvider.onDeleted() events.Jeff Sharkey2009-07-101-5/+3
* | Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.Joe Onorato2009-07-151-0/+3
|/
* Fixes #1963229. Introduces Context#isRestricted().Romain Guy2009-07-061-1/+1
* Cleanup a bunch of warnings in app widgets code.Romain Guy2009-07-012-10/+7
* resolve complex value in application context instead of system context.Mitsuru Oshima2009-07-011-1/+14
* Fix typos.Ken Shirriff2009-05-131-1/+1