summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/widget
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
* Cleanup widget config activityJohn Reck2011-10-171-4/+29
| | | | | | Bug: 5474306 Change-Id: I233bc89d15cc76c5bb9d0bcea8397f765b66ef24
* 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-263-50/+129
| | | | | | | 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-043-331/+283
| | | | | | | 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
* 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
* Thumbnail widget tweaksJohn Reck2011-01-121-0/+2
| | | | Change-Id: I9e8d7ec040698627caaacfff7f23d1c7fd48a0e5
* Replace old list widget with new thumbnail widgetJohn Reck2011-01-122-60/+41
| | | | | | Bug: 3336562 Change-Id: Ic612b5309f185658f4515bbc90cc44d8b9ccf1e0
* DO NOT MERGE - Fixes account_* URI handling in BP2John Reck2011-01-071-7/+5
| | | | | | | | | | | Cherry pick from master Bug: 3329654 Changes the handling of account_* URI parameters to allow requests to distinguish between no account_* filtering and filter to the default account. Change-Id: Ic633d2dcb4c04d51aabffb504a57f08f83de08cb
* Bookmark widget favicon drawing cleanupJohn Reck2010-12-161-7/+29
| | | | | | | | | Bug: 3289421 Changes the favicon drawing for the bookmark widget to keep the favicon at its original size and draw a mostly transparent rounded white rectangle behind it. Change-Id: I8267bbcc3d805d0266281f231e38393eec4d0bc2
* Use touch icon in the widget if availableJohn Reck2010-12-151-13/+24
| | | | | | Bug: 3289421 Change-Id: I45f435e2949f2749b9221e007037dedd69781cd6
* Spec update for Bookmark widgetJohn Reck2010-12-152-5/+10
| | | | | | | | | | Bug: 3286323 This updates both the assets for the bookmark widget and slightly alters its behavior to match the updated spec. There are now two touch targets in the header, one launches the browser and the other launches the bookmarks view. Change-Id: I1e8864983852af8421280b86421dea1d9ed4335e
* Fix strict violationJohn Reck2010-11-302-23/+74
| | | | | | | Bug: 3239414 Fixes strict mode violations Change-Id: I07787b05d4f870c98ba0d05ebda928608d9bf029
* Makes items in the bookmark widget largerJohn Reck2010-11-171-1/+1
| | | | | | | | Bug: 3185756 This change enforces a minimum height of 48dp for each item in the bookmark list widget. It also adds the line seperator. Change-Id: I2f582bac36e35095a17523a11c58f6cc029318f1
* Fixes bookmark sort orderJohn Reck2010-11-111-5/+1
| | | | | | | | | Bug: 3185357 Changes the default sort behavior of bookmarks. If the browser is not sync'd, then folders are sorted before bookmarks. If the browser is sync'd, then the user-specified position takes absolute priority. Change-Id: Ie27938a59714b0cd27c4419a66aab5076df69104
* Adds support for Chrome Sync to bookmark widgetJohn Reck2010-11-091-25/+61
| | | | | | | | Bug: 3167815 This change adds support to the bookmark widget for Chrome Sync bookmarks. Change-Id: I7517e639216040f93e105014ae1ef116ac8e0e06
* Fix NPE when onDestroy calledJohn Reck2010-11-081-2/+0
| | | | | | | Bug: 3177111 Fixes a NPE when Service.onDestroy was called. Change-Id: I30b75a4e4e71be8d04399b5e82e05f27eba5667c
* New bookmark list widgetJohn Reck2010-11-014-262/+452
| | | | | | | | Bug: 3144077 and 2988059 This replaces the old stack based widget with a list based one. It also updates whenever the bookmarks changes rather than periodically Change-Id: Ie37978918bab441bf31a6131360e308cd2bc0f4b
* Remove the unused BookmarkWidgetBjorn Bringert2010-10-122-434/+0
| | | | Change-Id: I02655f4c5f7afb1df4b1ddd7f5e82cabe1093461
* change widget to use new PendingIntent APIMichael Kolb2010-09-211-15/+11
| | | | | | | set template on StackView setFillInIntent for individual items Change-Id: Ibbf457cf5ab1131bcfe1b38d77373f4e7c19cb6b
* fixed bookmarks widget bugMichael Kolb2010-08-231-4/+3
| | | | | | | http://b/issue?id=2942821 added check for null intent when service is started Change-Id: I29906c0cedfa5e37c7cb0ec5a6df6c1f7ce957b6
* initial checkin of stacked thumbnail bookmarks widgetMichael Kolb2010-08-182-0/+267
| | | | | | | | bug #2930549 uses a StackView to let the user flip through the browser bookmark thumbnails Change-Id: I3665e98e5fd4c14ede8f28380ec6c85e7cc032f2
* Demo widget using the UrlRendererService for server-side rendering of urls.Patrick Scott2010-01-282-0/+434