summaryrefslogtreecommitdiff
path: root/src/com/android/browser/BrowserHistoryPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix the problem that the favicons on the history page are shown ramdomly ↵Sungmann Cho2014-03-081-0/+2
| | | | | | | | | | | | | | | when the page is scrolled. Steps to reproduce: 1. Visit some URLs to fill the history page. 2. Go to the history page. 3. Scroll up and down repeatedly. What happened: The favicons on the left side of the history page are shown ramdomly. Change-Id: I243ec67899b13c5482e1503f7eab23dd9a5aa1f5 Signed-off-by: Sungmann Cho <sungmann.cho@navercorp.com>
* Browser: Use ICS alert iconBjörn Lundén2012-08-131-1/+1
| | | | | | Still using upscaled GB drawable in a few places. Change-Id: I52471b10809117b5a68e8236dc320fde0da2c533
* Remove confirmation dialog titlesJohn Reck2011-10-111-1/+0
| | | | | | | Bug: 5398629 Also removed some unused strings and resources Change-Id: I2db180d3f9ad55d1eff5bccc6fe19fac01e15b07
* Cleanup history perf + UIJohn Reck2011-09-091-1/+1
| | | | | | Bug: 5283880 Change-Id: Id2868335d308b8dabf79fe33e177a2d0babd66d9
* Fix crashJohn Reck2011-08-191-1/+5
| | | | | | | | 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-12/+1
| | | | | | Bug: 5145315 Change-Id: I1e9b4a6bae325244c7a3fb6159deadc3fcf170e6
* Remove obsolete usage of WebIconDatabaseJohn Reck2011-07-261-15/+0
| | | | | | | Bug: 5019676 Removes some other legacy code Change-Id: I766d9d6f7805b5619a9769e6d72ae2f4c363d3ed
* Move ComboView to its own activityJohn Reck2011-07-181-47/+37
| | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* Remove no longer needed sync settings/codeJohn Reck2011-05-261-4/+0
| | | | | | | Now that we support multiple accounts, remove a bunch of single-account management stuff Change-Id: I2ae60f0a510ace48e14c97763145d4e5dd523dd1
* Browser settings refactorJohn Reck2011-04-261-1/+1
| | | | Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
* Marquee history titles and urlsJohn Reck2011-04-131-0/+1
| | | | | | Bug: 2762388 Change-Id: I2b10e9b9f845e1c9b29571b8ddd792702ca07832
* Fix history crash on xlargeJohn Reck2011-03-231-3/+3
| | | | | | Bug: 4153292 Change-Id: Ia1f397e0f37e3b0d4428e22a4d810c1ce214a833
* Use expandable list for phone historyJohn Reck2011-03-181-18/+56
| | | | Change-Id: I18764b76cdfb28bcc581321973bf88f16e27e415
* Fix ISE in History pageJohn Reck2011-02-071-1/+2
| | | | | | Bug: 3427773 Change-Id: I1e2ab0c62e1bd822c2d0db08a21fa1338f24444c
* Fix onLoaderFinished history group selection logicJohn Reck2011-01-231-7/+1
| | | | | | | | Bug: 3381283 The issue was caused by the data being updated, causing the onLoaderFinished to re-fire, causing it to re-select the default group. Change-Id: Id651dd73e66d441e730ae35675336761b6e773ce
* Merge "Add selected background to history groups" into honeycombJohn Reck2011-01-211-0/+3
|\
| * Add selected background to history groupsJohn Reck2011-01-211-0/+3
| | | | | | | | | | | | Bug: 3370856 Change-Id: Iac6436279e1e3a5c91e2c9637b66bbcb74e3d265
* | Fix "Most visited" history group flickerJohn Reck2011-01-211-2/+6
|/ | | | | | Bug: 3374382 Change-Id: Idedf9804fa2010c91ac163965fb1d7a0617d438e
* Remove the bookmark star from history context menuJohn Reck2011-01-201-1/+1
| | | | | | | Bug: 3374340 The star isn't supposed to be in the context menu, removed Change-Id: I2dbd59ca32f7bec66468adf8b9c76ba1a425a94a
* Fix history click/longpress eventsJohn Reck2011-01-191-21/+15
| | | | | | | | Bug: 3368898 The recent history UI change forgot to hook up the old event handling to the new list view layout. Change-Id: I470b30b748608c9e7ec05aa3ca399ca7b39f0849
* History UI updateJohn Reck2011-01-181-25/+168
| | | | Change-Id: If4af6e37252f297bc1744af65df4bc2f123f41dd
* Bookmark UI updateJohn Reck2011-01-141-1/+0
| | | | Change-Id: Ibdf7f93f7c5863d7108044dcd40d3866ff02518a
* DO NOT MERGE - Fixes account_* URI handling in BP2John Reck2011-01-071-4/+2
| | | | | | | | | | | 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
* Update to new loader APIs.Dianne Hackborn2010-12-201-2/+2
| | | | Change-Id: I07914f5c1314509ecaec1a172e1f1d67f4be6641
* Prepare for some changes to LoaderManager/Loader.Dianne Hackborn2010-12-161-0/+3
| | | | | | | | 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-2/+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
* Implements the bookmark star in the History tabJohn Reck2010-12-101-12/+30
| | | | | | | | 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
* Moved clear history to AsyncTaskJohn Reck2010-12-061-2/+24
| | | | | | | Bug: 2739696 Clear history could cause an ANR. Moved it to an async task Change-Id: I27cb4e0235f4c15d46fe06a0f705389952fd3e92
* Fixes race condition in HistoryAdapterJohn Reck2010-12-061-3/+4
| | | | | | | | Bug: 3245076 There was a race condition between the two loaders. If most visited finished loading first, history would crash. Change-Id: I561edffe0cadef452b5fa2d621466bf23a9c57cf
* Fixes crash when clearing historyJohn Reck2010-12-061-1/+3
| | | | | | | | | Bug: 3253556 The dialog to clear the history was trying to reference the fragment creating it, however that fragment was being destroyed. Fixed this by hanging on to the ContentResolver instead of trying to call getActivity() Change-Id: Ie46fd4cc34e7034ce9a21a6b8856041f8d350f17
* Fixed strict mode violation in historyJohn Reck2010-12-061-1/+1
| | | | | | | | | Bug: 3257747 Fixes a strict mode violation in BrowserHistoryPage. onPrepareOptionsMenu is doing a query on the UI thread to determine if it should show clear history or not. Fixed by having it ask the adapter, which is loaded async Change-Id: I12338987098d093e63f1944f2a1458ad962d0c78
* Fix IllegalStateException in HistoryPageJohn Reck2010-11-301-1/+4
| | | | | | | | Bug: 3228114 Fixes an IllegalStateException caused by the HistoryAdapter and the most visited cursor. Change-Id: I85208448f7af82c382be8be9450730420ce51b7a
* Adds "Most Visited" group to historyJohn Reck2010-11-171-16/+124
| | | | | | | | Bug: 2956361 Adds "Most Visited" as a group in the history tab. It shows the user's 10 most visited URLs. Change-Id: Iac6a3b18be5c647a25f21c6870eabaf7ae80b252
* Allow context menu items to be handled properly.Leon Scroggins2010-11-031-0/+3
| | | | | | | | | | | | Bug:3130048 BrowserBookmarksPage was claiming that it handled the MenuItem, so nothing was happening. BrowserHistoryPage assumed that the MenuInfo would always be non- null, and could cause a crash. Change-Id: Iaffbf88390f2513dc6ddb35a91ae097e873d5ae2
* Fixed an issue where history would be blankJohn Reck2010-11-011-0/+1
| | | | | | | | Bug: 3125794 Fixed a bug where switching back and forth between bookmarks and history would result in an empty history. Change-Id: Id721b41e2dd945e970763c09f437a977b8883e00
* Use constants in place of strings, and remove unused code.Leon Scroggins2010-10-221-1/+1
| | | | Change-Id: I4d27cf74edefcabacffbfc59fa8fe28f5b592fa7
* fix history context menu bugMichael Kolb2010-10-141-6/+7
| | | | | | | | | http://b/issue?id=2953912 Note: the bookmark status (star) is not correct and will be fixed separately Change-Id: I20d1e52e9d6f6aeb7c0f1c66a61bed4d001e9092
* Add a conformation dialog when clearing the browser historySteve Block2010-10-081-2/+19
| | | | | | | | | | This adds a confirmation dialog when clearing the browser history from the main browser menu or from the history page menu. This matches the behaviour of the clear history option on the browser settings page. Bug: 2149140 Change-Id: I6f0f5910b5df20aa5b43263165cb3cfbbed6b87d
* update bookmarks & history pageMichael Kolb2010-10-061-19/+17
| | | | | | | | convert combopage from activity to view embed combopage in main layout handle callbacks in BrowserActivity Change-Id: Ie5f092f5de677a960181544e7519c2f7d5cb86c1
* Switch the bookmarks and history over to fragments.Jeff Hamilton2010-08-181-93/+67
| | | | Change-Id: If4edc97d1115bfd261136d5b8cfc82afa21f8ced
* Switch the history management over to the new provider.Jeff Hamilton2010-08-181-100/+110
| | | | | | | Also fix up a bunch of bugs causing things like thumbnails to not be stored properly. Change-Id: I5758ee108734d9b50e741822dcbe86b7cc834e8e
* Update to the new contract class location.Jeff Hamilton2010-08-171-0/+1
| | | | Change-Id: I3ebf5a9dbac4b3b6ecbc0468242dedf909c23882
* Fix build.Dianne Hackborn2010-08-051-9/+3
| | | | Change-Id: Ibd26d72bbe94c7de66849310d1cca0b75fb83963
* Move the creation of the HistoryAdapter to the background.Leon Scroggins III2010-04-261-38/+71
| | | | | | Bug 2611964 Change-Id: I675bb2de91a0bafe10b49e84abed92aff4e14b08
* Request icons in the background.Patrick Scott2010-03-111-0/+3
| | | | | | | | | | | | | | BrowserBookmarksAdapter does not need to request bookmark icons as most of the bookmarks have up-to-date icons. We still need to request all icons on start up because a new icon may be loaded as a result of clicking a history items. Move the icon request to a background thread to not block the ui thread on large db lookups. Remove MostVisitedActivity as it is no longer used. Bug: 2496872 Change-Id: I378dce8fdb7e825da96594cd31b720ea24758af1
* 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
| | | | | | | | Fixes http://b/issue?id=2367226
* | 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
| | | | | | | | | | This way it can be used by the BrowserDownloadsAdapter (in a separate changelist) to fix http://b/issue?id=2367226
* | am 58c3d985: am fde9746a: Clear parent/child tab relationships when clearing ↵Leon Scroggins2010-01-111-9/+15
|\| | | | | | | | | | | | | | | | | history. Merge commit '58c3d985682495d6563cafe21fa19a47ef349971' * commit '58c3d985682495d6563cafe21fa19a47ef349971': Clear parent/child tab relationships when clearing history.