summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserBookmarksPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Browser: update UIjrizzoli2015-11-071-1/+1
| | | | | | | | | | | | | | | | | | | * 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: Fix browser force closeadhiti2015-11-071-1/+3
| | | | | | | | | | | | | | | | | Issue: Cursor was accessed by handler thread when it was closed. During Orientation change, BrowserBookmarksPage#onDestroyView is called which clears all the loaders [and cursors]. Simultaneously ThreadedCursorAdapter#loadRowObject is getting called which then calls BrowserBookmarksAdapter#getRowObject where closed cursor is accessed and force close happens. Fix: Synchronized cursors wrt main thread and handler thread. Checked mCursorAdapter for invalid conditions CRs-Fixed: 576176 Change-Id: I9f16c2f1a55f35e8256bbf56afce3538850f9d42
* Browser: Materializelinuxx2015-11-071-1/+1
| | | | | | | | -Material Ui theme (green) -New icon -xxhdpi drawables Change-Id: I291f4bba1e412a8e762666db0684b95105dcf8b0
* Fix a Cursor leakmuzbit.kim2013-04-021-4/+12
| | | | | | When cursor is done, the cursor must be closed to avoid cursor leak. Change-Id: I44609478038ed3b5ea605eb9b3189fb28296a8e6
* Remove more unused codeJohn Reck2012-04-241-47/+0
| | | | Change-Id: If5b84b904ca117b27dabdac87cb43682cf21b178
* Remove unused codeJohn Reck2012-04-241-4/+1
| | | | Change-Id: Ia38f8aabbb5cfa1cceab160f4285e7b86aac2c17
* Bookmark page changesJohn Reck2012-04-231-0/+4
| | | | | | | | | Bug: 6372933 Fix a race condition between update & destroy Fix update path Add some extra debug support Change-Id: I66a450e175b22d992de97d5bc24200961144412a
* Load bookmarks asynchronouslyJohn Reck2012-04-181-1/+21
| | | | | | Bug: 5297900 Change-Id: I8b728cfe06799099e21c402d5da7087507209ffa
* Support BOOKMARK_TYPEJohn Reck2012-04-121-3/+3
| | | | | | | | Bug: 6332869 Bug: 5494697 Bookmark type also gives us an easy way to localize Other Bookmarks Change-Id: Iab208da0cb1b2af5d256990cdc4ab5c11821523b
* Hide breadcrumbs at root folderJohn Reck2011-09-201-1/+6
| | | | | | Bug: 5346728 Change-Id: I0dd247bac233e632546cf4fa92ec7ddf3842d588
* Cleanup history perf + UIJohn Reck2011-09-091-0/+1
| | | | | | Bug: 5283880 Change-Id: Id2868335d308b8dabf79fe33e177a2d0babd66d9
* Clear accounts after cursors are closedJohn Reck2011-09-061-0/+1
| | | | | | Bug: 5240198 Change-Id: I27704c165a22cecd49a903e66055547f3bd3cb50
* Save bookmark group stateJohn Reck2011-08-221-1/+35
| | | | | | Bug: 5135795 Change-Id: Id5069cc3f2afb16bcadac5b83d523200898a7d73
* Fix crashJohn Reck2011-08-191-1/+4
| | | | | | | | Bug: 5180400 onContextItemSelected is apparantly unordered and goes to the "wrong" fragment first, causing this crash Change-Id: I8d9df87d5799882190bc0fdfee5720c97d2b8f7a
* Support horizontal swipe in combo activityJohn Reck2011-08-111-15/+29
| | | | | | Bug: 5145315 Change-Id: I1e9b4a6bae325244c7a3fb6159deadc3fcf170e6
* Move local bookmarks to end of Bookmark pageJohn Reck2011-08-081-3/+6
| | | | | | | Bug: 5136280 Also hide empty accounts in the bookmark page Change-Id: I39067b5325d24c7ebf41df88c6231c411983fc57
* 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
* Move ComboView to its own activityJohn Reck2011-07-181-77/+9
| | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* Re-enable list view modeJohn Reck2011-06-201-81/+13
| | | | | | Bug: 4645489 Change-Id: Id6eab53a6cb73083781c96a41bfeffec6eae0498
* Fix dual-bar action bar in bookmarksJohn Reck2011-06-171-4/+0
| | | | Change-Id: I212264144a5938ea2eb9e04c0c8471b911c38765
* Remove magic paddings from bookmark viewJohn Reck2011-06-151-5/+1
| | | | | | | Use calculated sizes to correctly center without the need for "magic" padding values. Change-Id: Ida64a80243df9bf05355dd1db1047fc16c10b726
* Remove unused parameterJohn Reck2011-06-101-16/+0
| | | | | | | Bug: 4554673 Parameter no longer has any meaning, could cause crashes Change-Id: Ifcc54ab93070d6153476b720c9636f04423e1717
* Bookmark drop CABJohn Reck2011-05-271-17/+70
| | | | | | When dragging a bookmark, show the CAB with drop targets Change-Id: I2a05800c8ab393f8fba64c46945266566eeacc7f
* Remove sync settingJohn Reck2011-05-261-3/+0
| | | | Change-Id: I7719c82a3a63d8ac8022e70e3a7f7b4a814e304f
* Initial bookmark drag & dropJohn Reck2011-05-181-0/+12
| | | | | | | Currently can only re-parent (drop into folders, between accounts) Has no visual feedback yet either Change-Id: If02c32a98a836c4567f274f1cb1654a25f469b0f
* am ccdc7bbd: am 9fdd981a: Bookmark action bar fixJohn Reck2011-05-181-0/+1
|\ | | | | | | | | * commit 'ccdc7bbd51dd5fe250a9ad27790bbbf974579b5a': Bookmark action bar fix
| * Bookmark action bar fixJohn Reck2011-05-171-0/+1
| | | | | | | | | | | | | | | | | | Bug: 4425113 When the screen is less than 720dp wide (so 7" portrait) show only a star to add a bookmark instead of the star with text. Change-Id: Ie5c48e71f41458c466047ca23bf5d2f64a50f93d
* | resolved conflicts for merge of e619f1e5 to masterJohn Reck2011-05-181-3/+3
|\ \ | |/ | | | | Change-Id: I04de9e92a91cd66e848d37cbb07f7d36a4edba06
| * Use tablet UI for largeJohn Reck2011-05-171-2/+2
| | | | | | | | | | | | Bug: 4443420 Change-Id: I51e85a75cc246e940374eca8eae43ddcd3898923
* | Initial pass at collapsable bookmarksJohn Reck2011-05-101-205/+167
| | | | | | | | | | | | | | Change bookmark view to show all bookmarks Group by account_name Change-Id: I2c252c9f0e8d4df4271649dbe9bf3db336f921df
* | Browser settings refactorJohn Reck2011-04-261-1/+1
| | | | | | | | Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
* | Add missing menu iconsJohn Reck2011-03-181-6/+6
|/ | | | | | ic_thumbnail_view_holo_dark is a placeholder I created Change-Id: I05e14134e9d9b4bf8d0a93253b48bc79e29b9234
* Add null checkJohn Reck2011-03-141-1/+1
| | | | | | Bug: 4094190 Change-Id: I8af2db0764ab5c103dd5d25ad6457c4e05e4b06c
* Fix scroll jump on updateJohn Reck2011-02-221-2/+6
| | | | | | Bug: 3476420 Change-Id: I4c99c1925116309fdfa1a53c8569554a8c8b955a
* Make bookmarks useable-ish on phonesJohn Reck2011-02-141-1/+12
| | | | | | | | This fix just makes it so that you can actually see and get to all the various controls. It is unpleasant to use, but at least it can be used at all. Change-Id: I43dabb337af61497ddee78cb07ffd04d2e9309b2
* Fix memory leak in bookmarks pageJohn Reck2011-01-271-0/+2
| | | | | | Bug: 3378680 Change-Id: I845b7b69793080ecb1dd2551d16a36ca3949a564
* Bookmarks listen for account pref changesJohn Reck2011-01-261-133/+33
| | | | | | | | | | | Bug: 3373817 Fixed it so the bookmark page listens for when the chrome sync account changes. When the account changes, the bookmarks page then refreshes the account info and all is well. Also deleted unreachable code. Change-Id: If21f0fde552c40aa622961c7c896bdf6f6299ccb
* asset drop & namingMichael Kolb2011-01-201-1/+1
| | | | | | | | | drop in new assets get naming in sync with UX Note: not all resources are included yet item_background...xm will be enabled when all required resources come in Change-Id: I321084abd25ef6c533f1f3da636a246e7ee00547
* History UI updateJohn Reck2011-01-181-9/+11
| | | | Change-Id: If4af6e37252f297bc1744af65df4bc2f123f41dd
* Follow API changes.Dianne Hackborn2011-01-171-1/+1
| | | | Change-Id: I1003044245db558c0c2ccfabd06fb7a9b9c94403
* Bookmark UI updateJohn Reck2011-01-141-25/+39
| | | | Change-Id: Ibdf7f93f7c5863d7108044dcd40d3866ff02518a
* Show a remove button for existing bookmarks.Leon Scroggins2011-01-131-18/+3
| | | | | | Bug:3222677 Change-Id: Id11585bc68f239a02aa477898f6c00792ad44093
* Adds a "open all in tabs" to folder context menuJohn Reck2011-01-111-1/+34
| | | | | | | | In bookmarks, long pressing on a folder now has an "open all in new tabs" option that opens all of it's child bookmarks (not recursive) in new tabs. Change-Id: Ied4da5cd4f2cf83b58a6f1e618bdfce44b4f4a99
* Update to new loader APIs.Dianne Hackborn2010-12-201-1/+1
| | | | Change-Id: I07914f5c1314509ecaec1a172e1f1d67f4be6641
* Prepare for some changes to LoaderManager/Loader.Dianne Hackborn2010-12-161-0/+10
| | | | | | | | Sorry it is a bit ugly, it is to allow this change to be checked in prior to the first stage of the framework change without breaking the build. Change-Id: I1357b8ee60a9880608069340c1e4e9e0275bee7a
* Spec update for Bookmark widgetJohn Reck2010-12-151-1/+2
| | | | | | | | | | 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
* Removed 'Other Bookmarks' context menuJohn Reck2010-12-101-0/+9
| | | | | | Bug: 3253941 Change-Id: Ib2a4047a24632e3f56ff65afb1334203b292e9a4
* Adds a cancel button to ShortcutActivity dialogJohn Reck2010-12-071-2/+8
| | | | | | | | Bug: 3167402 Adds a cancel button to the ShortcutActivity when it is being shown as a dialog (when large) Change-Id: I6e47db8770cd18f69d534c361ff8fc90128e8dad
* Fix a layout hierarchy bugJohn Reck2010-12-031-1/+2
| | | | | | | | | Bug: 3254316 Fixes a problem where the BrowserBookmarkPage was adding new children but never removing them, creating a more and more complex view hierarchy. Change-Id: I23ba3030b1f995eb6dde482868eaafe020624f2a
* Bookmarks page UI updatesJohn Reck2010-12-031-51/+64
| | | | | | | | Bug: 3248628 Updates the bookmark page UI based off of the newest UI design document. Change-Id: I26447b7e1c38798b3c229c9d8c10af2565458a7b