summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix menu on tabletMichael Kolb2011-07-141-2/+4
| | | | Change-Id: I85b075d715a571faa78b50e45347d4e1eb2a712b
* adjust url bar for portrait large screenMichael Kolb2011-07-141-1/+63
| | | | | | | | Bug: 4515354 Original bug: 4335356 hand picked the changes into the new code Change-Id: I54b69a35660a5a38f41486c974c1cea171ee5d5e
* add KEY_FORWARD supportMichael Kolb2011-07-141-0/+4
| | | | | | Bug: 4395060 Change-Id: I68c11b6c8e963d8353ced2aaf296e618969c86e5
* Merge "add navigation to menu again"Michael Kolb2011-07-144-47/+54
|\
| * add navigation to menu againMichael Kolb2011-07-144-47/+54
| | | | | | | | | | | | | | | | Bug: 5021497 re-enabled the navigation menu items adjust state based on current tab Change-Id: If396829f280fdb7831ade97180c38342e4f483a3
* | SearchBox preloading fixes.Mathew Inwood2011-07-147-37/+189
|/ | | | | | | | It now seems to work pretty reliably. Nice. Requires changes to SearchBox API in frameworks/base: Depends on change: If283ecdfa62aecb1fa697b1a2cd43b771b908d72 Change-Id: I5af94c8df8f24dfafb02c4052381aa547c72684c
* update navigation bar state for tabMichael Kolb2011-07-131-0/+4
| | | | | | | | Bug: 5023085 force a state update to the navigation bar when setting active tab Change-Id: Ie6db9587e1be8ba3c2303a8d1fa60c698d88cfdb
* fix restore bugMichael Kolb2011-07-131-4/+19
| | | | | | | | | Bug: 5023284 only save tab id's if the tab state can be saved this prevents trying to restore tabs that didn't get saved Change-Id: I9ca8a3f71c4cb9029718492fbd5447e782524869
* fix tab switcher close/refresh issueMichael Kolb2011-07-132-5/+10
| | | | | | | | Bug: 5015810 Also fixes the case when closing a tab without changing the selected position the list would be empty. Change-Id: Ibf4de0b33c696d14e15b82c07e697b1f1736565a
* Snapshot title barJohn Reck2011-07-1312-51/+344
| | | | | | Bug: 4982126 Change-Id: I67931d39e3a3ce535b38197ebeee1651241d1a60
* use screenshots for tab switcherMichael Kolb2011-07-1210-430/+63
| | | | | | also removed the old tab switcher code Change-Id: Id84ff64e42e5e1f70f55e136efdf84270c1a4b7b
* Merge "Don't restore all tabs for phone"John Reck2011-07-121-0/+5
|\
| * Don't restore all tabs for phoneJohn Reck2011-07-121-0/+5
| | | | | | | | Change-Id: I33cf6e2cc64f6b0507529d73d5a69b3fa4788e28
* | Clear recents folder when changing accountJohn Reck2011-07-112-0/+7
|/ | | | | | Bug: 4971707 Change-Id: I20fa1fdbf0f832af0b36c81ebba17decbc9a5811
* Merge "TitleBar refactor"John Reck2011-07-1111-842/+943
|\
| * TitleBar refactorJohn Reck2011-07-1111-842/+943
| | | | | | | | Change-Id: I0a2df041529143c8e0ff17af341376a3f827be04
* | Merge "Null check"John Reck2011-07-111-2/+4
|\ \
| * | Null checkJohn Reck2011-07-111-2/+4
| |/ | | | | | | | | | | | | Bug: 5006765 This can happen if we are destroyed before the initial load is received Change-Id: Ic285ec81abf6838eaa2fe212f55703093d5d5a86
* | Add action bar null checkJohn Reck2011-07-111-0/+4
|/ | | | | | | Bug: 5011681 Add check to see if ComboView was destroyed while still animating Change-Id: I79338a74b181bf0f9244f5e46e7ed6d2b0029eb6
* Add overflow menu to title barMichael Kolb2011-07-114-88/+78
| | | | | | Bug: 5011697 Change-Id: Idcd9ddc2883caa0ee0513300b8322af1c6d89423
* make QC work on phoneMichael Kolb2011-07-1110-396/+529
| | | | | | | | Reduce options in QC menu on phone Avoid restart when enabling/disabling QC Bug: 3326929 Change-Id: I5119c4df99226dcb28f47a95471872fbf51be48e
* Merge "Fix bing images crash"John Reck2011-07-112-5/+13
|\
| * Fix bing images crashJohn Reck2011-07-082-5/+13
| | | | | | | | | | | | | | | | | | | | Bug: 4517571 Caused by receiving onPageFinished callbacks for in page navigation links (eg, url#something). Also, only post an UPDATE_BOOKMARK_THUMBNAIL message if one is not already pending for the tab. Change-Id: Ia45ae93206507b93ad6fc841ad291b97bc947675
* | Fix toggling about:debug not workingJohn Reck2011-07-081-1/+3
|/ | | | | | | Problem was caused by shortcutting the TYPED url scenario. For now, only shortcut javascript: urls Change-Id: Ia89f6cadda42c29522ab61b1e82fa0129d3c4849
* Show search engine value in summaryJohn Reck2011-07-081-4/+9
| | | | | | Bug: 4091083 Change-Id: Ie0624bf7c34ca5ffd4b7961f38d4d6972c209a89
* Merge "Move load images to bandwidth settings"John Reck2011-07-081-1/+1
|\
| * Move load images to bandwidth settingsJohn Reck2011-07-081-1/+1
| | | | | | | | | | | | Bug: 4726553 Change-Id: I9c0c1d250eb84bcd6c954d492479f0f288d59236
* | Merge "Force a settings sync when updating the auto-fill profile."Ben Murdoch2011-07-081-0/+5
|\ \
| * | Force a settings sync when updating the auto-fill profile.Ben Murdoch2011-07-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | As auto-fill reuses the same profile ID when the user makes edits, the shared preferences manager thinks nothing has changed. So force a settings sync in this case. Change-Id: I524c98958bc4d26f95f95ca35665c1009b197b74
* | | Merge "Handle MANAGE_NETWORK_USAGE intent"John Reck2011-07-081-2/+20
|\ \ \
| * | | Handle MANAGE_NETWORK_USAGE intentJohn Reck2011-07-081-2/+20
| | |/ | |/| | | | | | | | | | | | | Bug: 4726553 Change-Id: I790ff56ae0dceb742a225d8b1edd7076997a517f
* | | Merge "Don't show URL bar during pinch zoom"John Reck2011-07-081-1/+2
|\ \ \ | |_|/ |/| |
| * | Don't show URL bar during pinch zoomJohn Reck2011-07-071-1/+2
| |/ | | | | | | | | | | Bug: 4984157 Change-Id: Ice03f3a497fbf16401fab0b2245c9ae1c168b1fb
* | Update UI for "Setup Auto-fill" dialog.Ben Murdoch2011-07-081-0/+1
| | | | | | | | | | | | | | | | | | Update the UI for the dialog shown that prompts the user to set up the form auto-fill feature. Adds a title and uses the same padding as the framework alert. Bug: 4671245 Change-Id: I7b4509d971cd36d6116b4f039f06a13140635c67
* | catch search key in browserMichael Kolb2011-07-072-0/+11
| | | | | | | | | | | | | | | | Bug: 5003493 When in browser, the hardware search key brings up the url bar for the current tab. Change-Id: I57a666a548771c7e5949116db71d2164cb8972fd
* | Disable bookmark drag&drop supportJohn Reck2011-07-071-0/+6
|/ | | | | | | | Bug: 4982126 Due to time constraints, system-wide drag and drop hasn't gotten the UX attention needed. So for now, disable drag & drop in bookmarks. Change-Id: Idbc0b90be18c3845679205b3fed55f4176b9be50
* Merge "Move Snapshots to own DB on sdcard"John Reck2011-07-076-94/+312
|\
| * Move Snapshots to own DB on sdcardJohn Reck2011-07-076-94/+312
| | | | | | | | | | | | Bug: 4982126 Change-Id: Ib66b2880d163de4feb4d880e1d01996301bbea08
* | Add SearchBox support to preloader.Mathew Inwood2011-07-075-36/+177
| | | | | | | | | | | | Depends on change: I0119243ed0e19e237c1f51de887af5c954f96693 Change-Id: I2a2d3ff3c9d0d79f34af4c8daee828fb4efd7519
* | Merge "Titlebar on phone UI update"Michael Kolb2011-07-064-57/+119
|\ \ | |/ |/|
| * Titlebar on phone UI updateMichael Kolb2011-07-064-57/+119
| | | | | | | | | | | | | | introduce new states for titlebar: normal, highlighted, editing, loading Change-Id: I8a6f88afc3457a07063aba40ef4d3e5f6c806b8f
* | Merge "Use correct placeholder ID for certificate view"Brian Carlstrom2011-07-061-2/+2
|\ \ | |/ |/|
| * Use correct placeholder ID for certificate viewBrian Carlstrom2011-07-061-2/+2
| | | | | | | | Change-Id: Iaab6edc54f6596b8cd225109d2105fbdef887c28
* | Merge "Shortcut the TYPED url case"John Reck2011-07-064-9/+34
|\ \
| * | Shortcut the TYPED url caseJohn Reck2011-07-014-9/+34
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 4985289 Don't go through the handleIntent route if the user typed something into the omnibox if we don't need to. Change-Id: I4de8e18c1ca734a0c6bfbca43c9448417cec2057
* | | Merge "Temporarily show title bar on setActiveTab"John Reck2011-07-061-0/+11
|\ \ \
| * | | Temporarily show title bar on setActiveTabJohn Reck2011-07-011-0/+11
| |/ / | | | | | | | | | | | | | | | Bug: 4988753 Change-Id: I59ea95c860bac6cbf33f5f4e3907a039e199430c
* | | Merge "0-click NFC: check for private tab on UI thread."Martijn Coenen2011-07-061-11/+37
|\ \ \
| * | | 0-click NFC: check for private tab on UI thread.Martijn Coenen2011-07-041-11/+37
| | |/ | |/| | | | | | | | | | | | | | | | | | | A recent change to Webview broke our code - we're no longer allowed to call isPrivateBrowsingEnabled() from a non-UI-thread. Moved the code in an AsyncTask to address this. Change-Id: I69a5ea539dc1578bfbacbc67c996e28870743870
* | | Add tab to tab bar when rendering a preloaded one.Mathew Inwood2011-07-041-0/+1
|/ / | | | | | | | | | | Previously, no tab was present in the tab bar on tablet. Change-Id: Id9ac1e77c50acf3a695a4da028b397394b51d9ec