summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/AppWidgetService.java
Commit message (Expand)AuthorAgeFilesLines
* merge from open-source masterThe Android Open Source Project2010-05-041-1/+1
|\
| * Fix typo of <p> end tag in appwidgets.xmlPatrick Tsai2010-05-011-1/+1
* | Preserve widgets on upgrade.Romain Guy2010-03-111-1/+6
* | Support old/new package names for widgets.Romain Guy2010-03-111-0/+10
* | Fix some bugs.Dianne Hackborn2010-03-041-1/+5
* | Switch the services library to using the new SlogJoe Onorato2010-03-011-13/+13
* | Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+1
* | Fix NPE in AppWidgetService.addProvidersForPackageLocked()Bjorn Bringert2010-02-101-3/+3
* | Rename media resource broadcastsSuchi Amalapurapu2010-02-081-4/+4
* | Apps on sdcard: Add new broadcastsSuchi Amalapurapu2010-02-021-14/+38
* | Fix bug 2362761 AppWidgetService should use Intent.setPackage()Joe Onorato2010-02-011-4/+2
* | Update imports to android-commonTom Taylor2009-12-211-1/+1
|/
* Update the names of the widgets when the locale changes.Eric Fischer2009-10-221-0/+23
* Check if rename of backed up file fails before persisting new changes.Suchi Amalapurapu2009-09-301-2/+7
* Fix widget stopListening NPE.Ken Shirriff2009-09-231-2/+4
* Fix issue #2049588: App widget can crash causing system to be unable to bootDianne Hackborn2009-08-121-2/+1
* Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.Joe Onorato2009-07-151-2/+6
* Cleanup a bunch of warnings in app widgets code.Romain Guy2009-07-011-13/+19
* resolve complex value in application context instead of system context.Mitsuru Oshima2009-07-011-4/+11
* Make the home screen come up in the simulator.Marco Nelissen2009-04-301-1/+2
* More optimization of dumpsys output.Dianne Hackborn2009-04-221-15/+38
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-0/+1148