summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/HistoryItem.java
Commit message (Collapse)AuthorAgeFilesLines
* Use tiles for bookmarksPankaj Garg2015-08-281-3/+22
| | | | | | | - Use tile based bitmap for bookmarks and history - Settings UI cleanup Change-Id: If959cb0b8f110035b8dd2fefe8106e9c5d30f4f1
* Removed dependency on framework browser provider from browserBijan Amirzada2014-06-261-4/+2
| | | | | | | | Brought in Browser Provider class locally into platformsupport and modified all calls into provider to call into this local class. Change-Id: I3c471dacf920fd30403590ba23384b7abbf7f3fd
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+92
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Copy of new files from 1599Bijan Amirzada2014-03-041-90/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* Remove the bookmark star from history context menuJohn Reck2011-01-201-18/+28
| | | | | | | Bug: 3374340 The star isn't supposed to be in the context menu, removed Change-Id: I2dbd59ca32f7bec66468adf8b9c76ba1a425a94a
* Implements the bookmark star in the History tabJohn Reck2010-12-101-4/+5
| | | | | | | | Bug: 3198742 This change wires up the bookmark star in the history tab. The user can now add and remove a history item from their bookmarks. Change-Id: I98f40bb5b4d3e82a9d305e83c750d87efb11a03e
* Remove some unnecessary use of hidden APIsBjorn Bringert2010-10-121-3/+3
| | | | Change-Id: Ie72947017550d759994e34d7db8087d1f9e6d63a
* Beginning work on adding bookmarks with folders.Leon Scroggins III2010-09-221-1/+3
| | | | | | | | | Bug: 2953515 Provides the basic functionality for the AddBookmark page, allowing the user to save the bookmark in a folder of his/her choosing. Change-Id: I170599b723069aaee661dae3fc1a0fb915793906
* Add bookmarks to the current account.Jeff Hamilton2010-09-171-6/+1
| | | | | | | | | Make sure to stuff newly created bookmarks in the currently active account so that they show up in the bookmarks UI and will get synced properly. Change-Id: I5677ddb8480957bc209d79cc41f7df02221ef66d
* Log when bookmarks are addedKristian Monsen2010-02-011-0/+1
| | | | Log when the user add a bookmark, sending the url of the bookmark and how the bookmark was added
* In the case of a page load error, save a second screenshot in ↵Ben Murdoch2009-09-241-1/+1
| | | | | | onProgressChanged(100) to ensure that we save the substituted error page rather than the previous page that loaded. Also save the thumbnail for the page if the user creates the bookmark through the add bookmark menu or clicking the add bookmark icon on the bookmarks page. Change-Id: Ib2b7692a45290f9ce372968e05cde8f6903e4572
* Make the deletion of bookmarks depend on both title and URLAndrei Popescu2009-09-231-1/+1
| | | | Fixes http://b/issue?id=2134421
* In History context menu, do not show "Add bookmark" for bookmarks.Leon Scroggins2009-07-281-2/+9
| | | | | | | Fix for http://b/issue?id=1688867. Instead of providing an option to add a bookmark to bookmarks, provide an option to remove the item from bookmarks. Also display the item as the context menu header.
* First real cut of bookmarks backup agentChristopher Tate2009-07-271-1/+1
| | | | | | | | | | | | | | | | | | | The agent now does backup/restore of the bookmarks table. Whether to back up is determined by flattening the bookmark table, CRCing the flattened representation, and comparing the CRC with the previous backup pass's version. If they differ (or if the file size differs), the table is deemed to have changed and we send the flattened file off to the server as a single key. On restore, the bookmark records are read individually from the flattened representation, the existing bookmarks table is queried for a matching URL, and if none exists the bookmark is inserted into the table. Bookmarks.addBookmark() now takes a boolean argument "retainIcon." When false, the implementation will not call into the web icon database. This is necessary during restore because the web icon database is only available from the Browser app's main thread, but restore happens without the app proper being involved. The other call points for addBookmark() have been updated to pass 'true,' i.e. preserving the current behavior.
* Consolidate bookmark add/delete code in the browser.Leon Scroggins2009-06-151-57/+4
| | | | | Driven by a desire to put bookmarking functionality into the title bar, I have consolidated the code for adding and removing bookmarks.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+127
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-127/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-82/+83
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+126