summaryrefslogtreecommitdiff
path: root/src/com/android/browser/BrowserActivity.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed lock icon, url touch area, dropdown visibilityMichael Kolb2010-10-141-4/+2
| | | | | | | | | | | Bug 2989058 Bug 3098918 added light colored icons (not final assets) added click handler to generic web icon fixed suggestion adapter result count Change-Id: I1842335be22eab6da2dd4187b2147e535a9ac77c
* fix history context menu bugMichael Kolb2010-10-141-0/+3
| | | | | | | | | http://b/issue?id=2953912 Note: the bookmark status (star) is not correct and will be fixed separately Change-Id: I20d1e52e9d6f6aeb7c0f1c66a61bed4d001e9092
* Remove unused drag tracking codeBjorn Bringert2010-10-141-7/+0
| | | | Change-Id: I1284704472178b0de6634e911fc88d37855b519d
* new bookmark screen part 2Michael Kolb2010-10-131-8/+19
| | | | | | | | | specs here: https://docs.google.com/a/google.com/present/edit?id=0ARMpWryWB2oaY2RkbmZwdnBfODc0Y2diYnBoNDc&hl=en moved tabs to top added bread crumbs view for folder hierarchy changed thumbnail sizes for xlarge screens Change-Id: I3035f299b343f9aa1ec0dd41772e5594cd6b21f5
* Use getters/setters for WebAddress fieldsBjorn Bringert2010-10-131-3/+3
| | | | Change-Id: If5be5f28ad0ba2dd7ed3caef587136dca120a055
* Remove some unnecessary use of hidden APIsBjorn Bringert2010-10-121-2/+2
| | | | Change-Id: Ie72947017550d759994e34d7db8087d1f9e6d63a
* am da0d5462: am 956cf01e: Remove QuickSearch shortcuts.Leon Scroggins2010-10-101-51/+6
|\ | | | | | | | | | | | | Merge commit 'da0d5462c9c522ef19b61b43ed3294ec49193f75' * commit 'da0d5462c9c522ef19b61b43ed3294ec49193f75': Remove QuickSearch shortcuts.
| * Remove QuickSearch shortcuts.Leon Scroggins2010-10-071-51/+6
| | | | | | | | | | Bug:3070691 Change-Id: If3a4214fea0bca8ee0b29c37d2bb67d8b3d00570
* | update bookmarks & history pageMichael Kolb2010-10-061-71/+77
| | | | | | | | | | | | | | | | convert combopage from activity to view embed combopage in main layout handle callbacks in BrowserActivity Change-Id: Ie5f092f5de677a960181544e7519c2f7d5cb86c1
* | Move AddBookmark dialog to upper right of screen.Leon Scroggins III2010-10-051-0/+3
| | | | | | | | | | | | Bug: 2953515 Change-Id: I5150cb5b5ac2034eb5f4fdfcee2165b845facd5b
* | move new tab button next to tabsMichael Kolb2010-10-011-3/+2
| | | | | | | | | | | | | | | | | | | | http://b/issue?id=3052018 moved tab button added new tab option to menu http://b/issue?id=3052583 changed text from window to tab Change-Id: I079636f29ea529915a5f8c3ad55b4b4c7afe579f
* | resolved conflicts for merge of 52b4e956 to masterSteve Howard2010-09-281-1/+1
|\| | | | | | | Change-Id: I1f7c15b71d52161309dfb6b453ec9b8e5f5df161
| * Update refs to DownloadManager, which moved to android.appSteve Howard2010-09-281-1/+1
| | | | | | | | Change-Id: I65fdbabecfc7a91b4edd40ffccb29995b24f075f
* | resolved conflicts for merge of 8f918188 to masterLeon Scroggins III2010-09-281-8/+5
|\| | | | | | | Change-Id: I07a69b9b8856d4c792dd4f3e3a24250e22b67da1
| * Use the system downloads UI, instead of browser specific 1.Leon Scroggins III2010-09-271-8/+5
| | | | | | | | | | | | Bug:3034564 Change-Id: Id850854da7db9c1a36500c9eee9debad64bdf97e
* | new two column suggestion dropdownMichael Kolb2010-09-271-2/+0
| | | | | | | | | | | | http://b/issue?id=3039704 Change-Id: I8b32553682cc547c695d0089e6633ead77426869
* | am da9f1556: am cc14c8c4: Prevent a null pointer exception.Leon Scroggins III2010-09-271-2/+3
|\| | | | | | | | | | | | | Merge commit 'da9f155662e8ea94bdda16e33b660769669148a7' * commit 'da9f155662e8ea94bdda16e33b660769669148a7': Prevent a null pointer exception.
| * Prevent a null pointer exception.Leon Scroggins III2010-09-271-2/+3
| | | | | | | | | | Bug: 3035805 Change-Id: Id6c7d2105087e3ad4b250da6d4944409d01e55a9
| * Do not merge: Don't show cab when invoking select text from menuCary Clark2010-09-211-2/+8
| | | | | | | | | | | | | | | | Leave the experiment intact for posterity. Also, remove spurious comment. Change-Id: I44519d4cf6843acf9aa056a6452e0e34216f2968 http://b/2626451
* | Beginning work on adding bookmarks with folders.Leon Scroggins III2010-09-221-1/+0
| | | | | | | | | | | | | | | | | | 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
* | am e6803818: am a9e35b6e: Prevent a null pointer exception.Leon Scroggins III2010-09-171-2/+6
|\| | | | | | | | | | | | | Merge commit 'e680381839dee8d0ebdc6dd8cf882f66ea5c6c1a' * commit 'e680381839dee8d0ebdc6dd8cf882f66ea5c6c1a': Prevent a null pointer exception.
| * Prevent a null pointer exception.Leon Scroggins III2010-09-161-2/+6
| | | | | | | | | | Bug: 3004709 Change-Id: I0594f8725601cf0e99dd2809d3571af6bfe1a056
* | Create the download dir if necessary.Shimeng (Simon) Wang2010-09-161-0/+7
| | | | | | | | | | issue:2905874 Change-Id: Ica70d8f425f893f4ab353758e2a96e87ad7d8e67
* | A bunch of updates to BrowserProvider2.Jeff Hamilton2010-09-151-18/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The images are now shared between the history and bookmarks tables so updates to one are reflected in the other. Added a parameter for specifying a limit when calling query(). Added a combined view of history and bookmarks. Added a way to get a distinct list of the accounts providing bookmarks. Added the ability to find the server unique IDs for parent and insert_after when doing a query for a row. Change-Id: I9afa15bcf7ca68468793c49fbec701e516e4540e
* | am 6ac51e2b: am 867c0465: am 430057da: Fixes for changing the search engine.Leon Scroggins III2010-09-151-0/+6
|\| | | | | | | | | | | | | Merge commit '6ac51e2b2defbc33834ec92d8a3e7c904f20811e' * commit '6ac51e2b2defbc33834ec92d8a3e7c904f20811e': Fixes for changing the search engine.
| * am 430057da: Fixes for changing the search engine.Leon Scroggins III2010-09-141-0/+6
| |\ | | | | | | | | | | | | | | | | | | Merge commit '430057dad085f3c3dbc386f127b1f5a10a9851da' into gingerbread * commit '430057dad085f3c3dbc386f127b1f5a10a9851da': Fixes for changing the search engine.
| | * Fixes for changing the search engine.Leon Scroggins III2010-09-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a default value for the Select search engine preference. Move the Select search engine preference into advanced settings. When opening the SearchDialog with a SearchEngine other than Google, add a flag to hide the voice search icon. Depends on a change to frameworks/base. Change-Id: I6da2e582789253b3c5ffac9fe1ad3732f99f28ea
| * | am d2670653: Add user-selected search providers to browserBjorn Bringert2010-09-131-11/+4
| |\| | | | | | | | | | | | | | | | | | | Merge commit 'd26706538834e0ed58bf28f08d9a2885c0e7efcb' into gingerbread * commit 'd26706538834e0ed58bf28f08d9a2885c0e7efcb': Add user-selected search providers to browser
| | * Add user-selected search providers to browserBjorn Bringert2010-09-131-11/+4
| | | | | | | | | | | | | | | | | | The lists of search providers are taken from Chrome. Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
| * | DO NOT MERGECary Clark2010-09-071-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove save/restore picture from browser app These pictures may be arbitrarily large, and with the newer caching mechanism, are rarely used. Also, remove any old pictures when the Browser starts. Change-Id: I0277a08735dc40e0495bf78c68fee5d95b913e27 http://b/2650945
* | | Add user-selected search providers to browserBjorn Bringert2010-09-151-17/+4
| | | | | | | | | | | | | | | | | | The lists of search providers are taken from Chrome. Change-Id: I320f43f06d3a79a3b7a065c73859853dedf0a6b5
* | | checkpoint for moving UI to Holo styleMichael Kolb2010-09-081-33/+63
| | | | | | | | | | | | | | | | | | | | | mostly final assets dialogs are not styled correctly Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
* | | Quiet some logs in private browsing mode.Jeff Hamilton2010-09-081-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also, always direct load URLs in the WebView when in private browsing mode so external apps can't intercept the URLs you visit and they aren't logged by the ActivityManager. Change-Id: I727a94220d35c242fa0a0cd7f52d483c1a935cd0
* | | fixed multiple tabs selected bug, open new tab to home pageMichael Kolb2010-09-071-1/+0
| | | | | | | | | | | | | | | | | | http://b/issue?id=2975213 Change-Id: I21c37cb54ab309568386e0bc5f83a30bb16779b8
* | | disable zoom buttonsMichael Kolb2010-09-031-0/+2
| | | | | | | | | | | | Change-Id: I6b99b74bb1930c6a66903bd4894f51f3aaf33e89
* | | Make the bookmark thumbnails larger.Jeff Hamilton2010-09-021-19/+4
| | | | | | | | | | | | Change-Id: I33e72e55e0cad9c73b3c50cb30277ed22eb511cb
* | | Fix for saving a WebArchive when the external storage isn't mounted.Elliott Slaughter2010-09-011-10/+19
| | | | | | | | | | | | Change-Id: I572da2013b5ba988c899ba2f64453dfc908b4fec
* | | Browser incognito mode session expiration.Elliott Slaughter2010-09-011-1/+23
| | | | | | | | | | | | Change-Id: I3736ce91bd5ecbcead7a80228680c9fcbf7c374b
* | | Cleanup temporary incognito mode files after last tab closes.Elliott Slaughter2010-09-011-0/+4
| | | | | | | | | | | | Change-Id: Ia685fb162d7449d2cd850e87607eff39cc8893a5
* | | Move Find on page and Select into the framework.Leon Scroggins2010-09-011-65/+11
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 2938052 Depends on a change to frameworks/base Change-Id: I28db6d06fa248913091455e82853ef151a0561b0
* | | When checking for possible RLZ insertion, only check http Uri's.Bill Napier2010-08-301-1/+3
| | | | | | | | | | | | | | | BUG: 2952725 Change-Id: I0b8808b8b9c53d46ef40c75dd134c8e0bc5ef28a
* | | Fix browser crash.Patrick Scott2010-08-301-4/+0
| | | | | | | | | | | | | | | | | | | | | I'm looking at you, Derek... Bug: 2947089 Change-Id: I7a51c7007f46b9e0a2ec1d8ca6d66b879c565aca
* | | am 399c6b8e: am 552751ea: Avoid crash in browser in systems with no search ↵Mattias Falk2010-08-261-1/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provider Merge commit '399c6b8ec5b4fda71bbf67edd7e9dcb7fb5b8f00' * commit '399c6b8ec5b4fda71bbf67edd7e9dcb7fb5b8f00': Avoid crash in browser in systems with no search provider
| * \ \ am 552751ea: Avoid crash in browser in systems with no search providerMattias Falk2010-08-261-1/+7
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Merge commit '552751ea92828f8b78b71533dbba70aa7c316d9d' into gingerbread-plus-aosp * commit '552751ea92828f8b78b71533dbba70aa7c316d9d': Avoid crash in browser in systems with no search provider
| | * | Avoid crash in browser in systems with no search providerMattias Falk2010-08-231-1/+7
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | If there's no activity registered for the intent (action) ACTION_WEB_SEARCH the browser will crash if a search query is entered in the browser. The crash is avoided by catching the ActivityNotFoundException. Change-Id: I021d3210654bb3aa08ccdd15abea86ef415282b1
| * / DO NOT MERGE Refactor find and select dialogsCary Clark2010-08-201-10/+80
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Cherry picked from master, https://android-git.corp.google.com/g/#change,53491 ) (This is a work in progress -- assets in particular are not final) Use common code when showing the select and find dialogs. Both now use similarly constructed contextual action bars and share resources where possible. Both share a common base class so supporting code can communicate with either. Companion changes in frameworks/base and external/webkit Change-Id: I476fc72b3386348bc25bcf0a3d30482dea543efe http://b/262451
* | fixed new tab flowMichael Kolb2010-08-251-8/+12
| | | | | | | | | | | | | | bug: http://b/issue?id=2911248 a new tab with the home page is created before the combo page is shown Change-Id: I6bf71810a719125cc426480e33fe70aad73729b7
* | fixed Combo page for phone screenMichael Kolb2010-08-251-4/+6
| | | | | | | | Change-Id: I43261d95d896db0bc07ff7db02466050d7c6a242
* | Move APK monitoring into WebView.Derek Sollenberger2010-08-241-110/+0
| | | | | | | | | | | | | | | | | | | | This CL removes the logic for monitoring apk's from the Browser and a companion CL adds the logic into the WebView. This allows applications other than the browser to use special features offered by YouTube and plugins. Change-Id: Ifc0cce3a8c23515d79ae4c09527aebdd773f3ef3 http://b/28364603
* | Fix Browser incognito history for intents initiated in the same tab.Elliott Slaughter2010-08-231-7/+11
| | | | | | | | Change-Id: Ic3e8168ded978226eeace1fb86960082e8b9ebfd