summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserHistoryPage.java
Commit message (Expand)AuthorAgeFilesLines
* Implements the bookmark star in the History tabJohn Reck2010-12-101-12/+30
* Moved clear history to AsyncTaskJohn Reck2010-12-061-2/+24
* Fixes race condition in HistoryAdapterJohn Reck2010-12-061-3/+4
* Fixes crash when clearing historyJohn Reck2010-12-061-1/+3
* Fixed strict mode violation in historyJohn Reck2010-12-061-1/+1
* Fix IllegalStateException in HistoryPageJohn Reck2010-11-301-1/+4
* Adds "Most Visited" group to historyJohn Reck2010-11-171-16/+124
* Allow context menu items to be handled properly.Leon Scroggins2010-11-031-0/+3
* Fixed an issue where history would be blankJohn Reck2010-11-011-0/+1
* Use constants in place of strings, and remove unused code.Leon Scroggins2010-10-221-1/+1
* fix history context menu bugMichael Kolb2010-10-141-6/+7
* Add a conformation dialog when clearing the browser historySteve Block2010-10-081-2/+19
* update bookmarks & history pageMichael Kolb2010-10-061-19/+17
* Switch the bookmarks and history over to fragments.Jeff Hamilton2010-08-181-93/+67
* Switch the history management over to the new provider.Jeff Hamilton2010-08-181-100/+110
* Update to the new contract class location.Jeff Hamilton2010-08-171-0/+1
* Fix build.Dianne Hackborn2010-08-051-9/+3
* Move the creation of the HistoryAdapter to the background.Leon Scroggins III2010-04-261-38/+71
* Request icons in the background.Patrick Scott2010-03-111-0/+3
* resolved conflicts for merge of 444fde48 to masterLeon Scroggins2010-01-131-17/+0
|\
| * Show the downloads list divided into groups based on how recently downloaded.Leon Scroggins2010-01-131-17/+0
* | resolved conflicts for merge of 66c429a8 to masterLeon Scroggins2010-01-121-201/+28
|\ \ | |/
| * Move clustering functionality of HistoryAdapter to its own class.Leon Scroggins2010-01-121-202/+28
* | am 58c3d985: am fde9746a: Clear parent/child tab relationships when clearing ...Leon Scroggins2010-01-111-9/+15
|\ \ | |/
| * Clear parent/child tab relationships when clearing history.Leon Scroggins2010-01-111-9/+15
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-5/+2
|/
* Do not use the Cursor if it is closed.Leon Scroggins2009-12-081-1/+3
* Add possibility to customize the chooser dialog used to allow the userAndrei Popescu2009-09-241-1/+2
* Make the deletion of bookmarks depend on both title and URLAndrei Popescu2009-09-231-1/+1
* Display favicons for history items.Patrick Scott2009-09-171-4/+11
* am b8a9cb0e: Fix the activity leak in the Browser.Grace Kloba2009-08-271-0/+7
|\
| * Fix the activity leak in the Browser.Grace Kloba2009-08-271-0/+7
* | Disable "open in new window" if Go came up from a new tab.Leon Scroggins2009-08-171-5/+7
* | Make the "Most visited" page have a thumbnail viewing mode.Leon Scroggins2009-08-061-1/+1
* | In History context menu, do not show "Add bookmark" for bookmarks.Leon Scroggins2009-07-281-5/+25
* | Prevent stale data exception.Leon Scroggins2009-07-211-0/+3
* | Enable setting home page from bookmarks/history.Leon Scroggins2009-05-281-0/+6
* | Do not display unvisited sites in the history.Leon Scroggins2009-05-211-6/+13
* | Use ViewStub for setEmptyView (bug 1803058)Mihai Preda2009-04-291-2/+2
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+468
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-427/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-51/+10
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-10/+51
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-4/+2
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-75/+127
* Initial ContributionThe Android Open Source Project2008-10-211-0/+377