summaryrefslogtreecommitdiffstats
path: root/core/java/android/appwidget
Commit message (Collapse)AuthorAgeFilesLines
* Merge change 6809 into donutAndroid (Google) Code Review2009-07-171-5/+3
|\ | | | | | | | | * changes: Correctly deliver AppWidgetProvider.onDeleted() events.
| * Correctly deliver AppWidgetProvider.onDeleted() events.Jeff Sharkey2009-07-101-5/+3
| | | | | | | | | | | | | | | | When the AppWidgetService sends APPWIDGET_DELETED broadcasts, it only sends a single APPWIDGET_ID extra. This change fixes the Provider to handle this extra correctly. Fixes http://b/issue?id=1800738
* | 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
| | | | | | | A restricted Context is a special type of Context that prevents specific features from being used. For instance, android:onClick, used by View, can be dangerous when used from within apps widgets. By using a restricted Context to inflate apps widgets, widgets providers are prevented from using android:onClick.
* 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
|
* AI 147732: fix broken linksScott Main2009-04-241-5/+3
| | | | | | BUG=1810005 Automated import of CL 147732
* AI 147438: add app widget docs to dev guideScott Main2009-04-221-109/+5
| | | | | | | move app widget docs out of the package description BUG=1790234 Automated import of CL 147438
* 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-117-0/+1357