History log of /packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
23c61dd30cd2f4a96ab2b01a5878badc79380c6a 29-Sep-2011 John Reck <jreck@google.com> Update folder asset usage

Bug: 5066431

Change-Id: Icc4ea38e64881d0f67d3cbbd0b6bda7138f4a0b4
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
728abd38d05820cf1a3329d7b5513cf92eef5644 12-Sep-2011 John Reck <jreck@google.com> Add missing null check

Bug: 5297101

Change-Id: Iff8b57ef28d8481f244d937bf980a84de595e7f8
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
914c5591baeb86bf30a5bc28930071442a822d60 01-Aug-2011 Ben Murdoch <benm@google.com> Cache the application context instead of Activity.

When storing a reference to a Context, ensure that it's the
Application context rather than Activity Context.

Bug: 5084293

Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
32a915b47ece86b8fa6026e5917eaa9cf651d64b 29-Jul-2011 Ben Murdoch <benm@google.com> apply() instead of commit() SharedPrefs change in BookmarkWidget

Fixes a strict mode violation.

Bug: 5096309
Change-Id: I9993e0b3396a8a8e7fe3c7a26abfffca54267795
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
9b8cd1e564984874f2a6f5cc9bdc68cda8aa15ce 26-May-2011 John Reck <jreck@google.com> Configure bookmark widget

Add a configuration step when adding the bookmark widget to
pick what account to use

Change-Id: I2be723c411ec5b9f32d6819a5e2e65995921a252
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
99c6d333106cc0fb3c028b5f8d1ff1f5cf726ca2 01-Feb-2011 John Reck <jreck@google.com> Get the widget off of startservice

Bug: 3379120
Now with drastically lower memory usage as well!

Change-Id: Iff16d2acceba3c8a983a51ec03a31a39ac6a12ed
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
a93982d1ac21696d04775b2758e150ed43c8f651 03-Feb-2011 John Reck <jreck@google.com> Add missing null check

Bug: 3417571

Change-Id: I7d3a016eaab53c01532f4743c1f14e57a0b8065b
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
73eb105e5bb53356e171837bd6b13b29661806e3 02-Feb-2011 John Reck <jreck@google.com> Slow widget memory leak.

Bug: 3369806
Framework currently holds a reference to widget factories forever
and doesn't call onDestroy. This causes a large memory leak in
browser since that means bitmaps are held in memory forever. This
explicitly calls onDestroy and tries to free as much memory as possible.
It doesn't fix the problem, just slows the bleeding.

Change-Id: I80832941aa75e30b3b6c951fab2c9cb0a7ed477d
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
9291bd1c9b5d1398e14d80ddea91cebf574cc63e 01-Feb-2011 John Reck <jreck@google.com> Implement empty design for bookmark widget

Bug: 3355018

Change-Id: Ie64ed52c64445771037c980be181978de4caf250
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
f37d23799b6b33ab8fdda303debe7d973e43d147 25-Jan-2011 Winson Chung <winsonc@google.com> Updating widget to handle issues that may arise with recent service bind/unbind changes. (3395366)

- This should be resolved properly with MR1 refactor of the bookmarks widget

Change-Id: I7b4b143007a0a5c16720d5edae594e6a655261e7
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
f95eb7410686ee1ea4b7f583f03b642c30551b79 13-Jan-2011 John Reck <jreck@google.com> Thumbnail widget tweaks

Change-Id: I9e8d7ec040698627caaacfff7f23d1c7fd48a0e5
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
1537b774a62042a8b86100e1e6b0988bed70c385 12-Jan-2011 John Reck <jreck@google.com> Replace old list widget with new thumbnail widget

Bug: 3336562

Change-Id: Ic612b5309f185658f4515bbc90cc44d8b9ccf1e0
/packages/apps/Browser/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java