summaryrefslogtreecommitdiff
path: root/src/com/android/browser/widget/BookmarkThumbnailWidgetProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Configure bookmark widgetJohn Reck2011-05-261-25/+7
| | | | | | | Add a configuration step when adding the bookmark widget to pick what account to use Change-Id: I2be723c411ec5b9f32d6819a5e2e65995921a252
* Get the widget off of startserviceJohn Reck2011-02-041-17/+43
| | | | | | | Bug: 3379120 Now with drastically lower memory usage as well! Change-Id: Iff16d2acceba3c8a983a51ec03a31a39ac6a12ed
* Merge "Updating widget due to changes in API." into honeycombAdam Cohen2011-01-181-1/+1
|\
| * Updating widget due to changes in API.Winson Chung2011-01-181-1/+1
| | | | | | | | | | | | - Requires not calling startService. Change-Id: If29dfc990c94f50ed9ad027256690ffa494d8b7e
* | Use UPDATE_CURRENT pending intent in widgetJohn Reck2011-01-171-1/+1
|/ | | | | | | | | Instead of using FLAG_CANCEL_CURRENT, use FLAG_UPDATE_CURRENT in the widget provider for the browser shortcut. That way we never accidentally invalidate a previously set PendingIntent during partial updates. Change-Id: Iafd9f70c90046ffede31feee085d5e8109b6208b
* Using PendingIntent.FLAG_CANCEL_CURRENT makes it so there can only be one of ↵Joe Onorato2011-01-161-4/+5
| | | | | | | the widget at a time. Bug: 3313989 Change-Id: Ic268637c69871562d73e42bdcd5df8b6ebec322a
* More widget tweaksJohn Reck2011-01-131-0/+5
| | | | Change-Id: I9233bbc2df9a88a4979d065b17b0a3943500c7cd
* Replace old list widget with new thumbnail widgetJohn Reck2011-01-121-0/+104
Bug: 3336562 Change-Id: Ic612b5309f185658f4515bbc90cc44d8b9ccf1e0