summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/widget/BookmarkThumbnailWidgetService.java
Commit message (Collapse)AuthorAgeFilesLines
* Browser: update UIjrizzoli2015-11-071-2/+0
| | | | | | | | | | | | | | | | | | | * Res - Rename (#themersgottahate) - Vectors - Card-Tabs - CleanUp * Interface - Longpress fab to open incognito tab - New icon - Better urlbar - Fix tab animations - Remap PieControl * Features - Immersive mode (replace jb fullscreen) Change-Id: I2fde4242f477359dc8af18d1b7752750058cd6e9 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Browser: Materializelinuxx2015-11-071-1/+1
| | | | | | | | -Material Ui theme (green) -New icon -xxhdpi drawables Change-Id: I291f4bba1e412a8e762666db0684b95105dcf8b0
* Update folder asset usageJohn Reck2011-09-281-3/+10
| | | | | | Bug: 5066431 Change-Id: Icc4ea38e64881d0f67d3cbbd0b6bda7138f4a0b4
* Add missing null checkJohn Reck2011-09-121-4/+6
| | | | | | Bug: 5297101 Change-Id: Iff8b57ef28d8481f244d937bf980a84de595e7f8
* Cache the application context instead of Activity.Ben Murdoch2011-08-011-1/+1
| | | | | | | | | When storing a reference to a Context, ensure that it's the Application context rather than Activity Context. Bug: 5084293 Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
* apply() instead of commit() SharedPrefs change in BookmarkWidgetBen Murdoch2011-07-291-1/+1
| | | | | | | Fixes a strict mode violation. Bug: 5096309 Change-Id: I9993e0b3396a8a8e7fe3c7a26abfffca54267795
* Configure bookmark widgetJohn Reck2011-05-261-25/+9
| | | | | | | 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-314/+187
| | | | | | | Bug: 3379120 Now with drastically lower memory usage as well! Change-Id: Iff16d2acceba3c8a983a51ec03a31a39ac6a12ed
* Add missing null checkJohn Reck2011-02-021-3/+5
| | | | | | Bug: 3417571 Change-Id: I7d3a016eaab53c01532f4743c1f14e57a0b8065b
* Slow widget memory leak.John Reck2011-02-011-2/+14
| | | | | | | | | | | 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
* Implement empty design for bookmark widgetJohn Reck2011-01-311-4/+25
| | | | | | Bug: 3355018 Change-Id: Ie64ed52c64445771037c980be181978de4caf250
* Updating widget to handle issues that may arise with recent service ↵Winson Chung2011-01-261-2/+10
| | | | | | | | bind/unbind changes. (3395366) - This should be resolved properly with MR1 refactor of the bookmarks widget Change-Id: I7b4b143007a0a5c16720d5edae594e6a655261e7
* Thumbnail widget tweaksJohn Reck2011-01-121-0/+2
| | | | Change-Id: I9e8d7ec040698627caaacfff7f23d1c7fd48a0e5
* Replace old list widget with new thumbnail widgetJohn Reck2011-01-121-0/+446
Bug: 3336562 Change-Id: Ic612b5309f185658f4515bbc90cc44d8b9ccf1e0