summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserHistoryPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Combine source & prebuilt to single projectAbhisek Devkota2015-08-281-691/+0
| | | | Todo: Makefile logic
* Multiple fixes for FaviconsSagar Dhawan2015-08-281-1/+7
| | | | | | | | - Per Site Settings now uses SiteTiles and shows favicons - New default Favicon - Fixed missing Favicons on History items Change-Id: Ia0317694ede81d62ce04e0693f9779f65030165c
* Use tiles for bookmarksPankaj Garg2015-08-281-0/+6
| | | | | | | - Use tile based bitmap for bookmarks and history - Settings UI cleanup Change-Id: If959cb0b8f110035b8dd2fefe8106e9c5d30f4f1
* SWE UI cleanupPankaj Garg2015-08-281-0/+10
| | | | | | | | | | - ActionBar color and styling for KK - Use High Res icon for bookmarks - Edge Nav setting string - Combo view cleanup - Tablet UI cleanup Change-Id: I1859226e80d9943ee6af30c2cc9a5bd9ce5b9399
* Implement ComboView for Bookmarks, History and SavedPagesTarun Nainani2015-05-041-1/+8
| | | | | | | | - Replaces ComboViewActivity for PhoneUi. - Lives as part of the BrowserActivity's ViewTree. - Avoids construction of ComboViewActivity everytime the bookmarks screen is opened. Change-Id: Ic7042de731a4cc2107a297c9f7d4356bc2c30f2e
* Fix for history page iconsAxesh R. Ajmera2014-12-091-0/+2
| | | | | | | | After visting multiple pages when clicking on the history page and scrolling it up and down continously, the favicons shown on the left side appear randomly. Change-Id: Icd8e55b6480542e061566124ba69445a96572915
* Updates to SWE browser's options menuPankaj Garg2014-11-261-17/+8
| | | | | | | | | | | | | - Changed the contents of the menu - Iconified frequently used items - Changes to layout and menu animation - Removed popup menu from History and Bookmarks page -- Added buttons to these pages to replace menu items - Updated icons used in popup menu - Added menu option to save link to homepage - Add bookmark icon color depicts if bookmark exists Change-Id: I37226506737647367f71159f1a439cc3fca4ae03
* Removed dependency on framework browser provider from browserBijan Amirzada2014-06-261-9/+3
| | | | | | | | Brought in Browser Provider class locally into platformsupport and modified all calls into provider to call into this local class. Change-Id: I3c471dacf920fd30403590ba23384b7abbf7f3fd
* Modified last of reflection calls to use ReflectHelper classBijan Amirzada2014-04-161-2/+2
| | | | | | | Also modified ReflectHelper class to consolidate the API and modified browser code to reflect the API changes. Change-Id: I708f43cf3c1432adc7cd78c25264330a673ffeb5
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+675
| | | | | | | | | | | - 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-666/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* 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