summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/AppWidgetService.java
Commit message (Expand)AuthorAgeFilesLines
* am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml r...Dianne Hackborn2011-06-031-0/+1
|\
| * Fix issue #4502672: Wrong xml resources used for homescreen widgets.Dianne Hackborn2011-05-311-0/+1
* | Modifying RemoteViewsFactory interfaceAdam Cohen2011-03-241-1/+3
|/
* Catching all Exceptions when calling through to RemoteViewsFactoryAdam Cohen2011-03-161-3/+3
* Small change to AppWidgetProviderInfo public field name and docsAdam Cohen2011-02-281-1/+1
* Merge "Adding framework support for resizable widgets"Adam Cohen2011-02-251-6/+9
|\
| * Adding framework support for resizable widgetsAdam Cohen2011-02-251-6/+9
* | Fixing buildWinson Chung2011-02-251-1/+1
* | Fixing issue where RemoteViewsService.onDestroy() was never being called.Winson Chung2011-02-251-5/+81
|/
* Re-enabling queued unbinding of services after requests to the service. (3394...Winson Chung2011-01-261-33/+42
* Disabling queued unbinding of RemoteViewsServices until we fix flashing in wi...Winson Chung2011-01-191-1/+1
* Refactoring app widgets to address security/performance issues.Winson Chung2011-01-181-18/+150
* Make AppWidgetService handle components enabling and disabling.Joe Onorato2011-01-101-2/+12
* Adding widget auto-advance capabilityAdam Cohen2010-11-101-0/+2
* am 8f0f1b1e: am 274ad982: Merge "Just disable widgets that come from apps on ...Joe Onorato2010-08-261-1/+7
|\
| * Just disable widgets that come from apps on sd cards, because they don't work...Joe Onorato2010-08-241-1/+7
* | am 32982c70: am cc45381e: Merge "Fix typo that makes apps on sd work better w...Joe Onorato2010-08-261-1/+1
|\ \ | |/
| * Fix typo that makes apps on sd work better with app widgets.Joe Onorato2010-08-241-1/+1
* | Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.Winson Chung2010-08-171-6/+4
* | -> Enabled partial updates to app widgets through AppWidgetManager.Adam Cohen2010-08-171-1/+24
* | Initial changes to allow collections in widgets.Winson Chung2010-07-191-0/+38
* | Add a new attribute to allow widgets to specify a preview image.Patrick Dubroy2010-06-281-0/+3
|/
* Fix bug 2772728 with the suggested fix. I wasn't able to reproduce it though.Joe Onorato2010-06-161-0/+1
* 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