summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding xhdpi assets and upscaling any hdpi and mdpi assets (reconcile the ↵Justin Ho2011-07-2284-0/+0
| | | | | | | | phone+tablet assets) Bug: 5066431 Change-Id: I8067edccc8613ae6838406ffc1a0276ed287d60b
* Updating Browser assets from design repoJustin Ho2011-07-2226-0/+0
| | | | | | | Moving existing asset in res/drawable into res/drawable-nodpi Bug: 5066431 Change-Id: I58d400e4b0d60c511103bef56765616ab36fa4c6
* Initialize settings in a threadJohn Reck2011-07-211-44/+76
| | | | | | Bug: 5062581 Change-Id: I6f10b829918cec1d57eeda3958ef9f76216fcd3a
* ActionBar change for phonesJohn Reck2011-07-204-11/+31
| | | | | | Bug: 5022239 Change-Id: I0ccf131468cd129f4770ef85bde8d023670c33c8
* Merge "Convert Site to Parcelable"John Reck2011-07-201-12/+40
|\
| * Convert Site to ParcelableJohn Reck2011-07-201-12/+40
| | | | | | | | | | | | Bug: 5044670 Change-Id: I804ea4f33607078e0090dd78b85e9a7063dc6631
* | Merge "Fix tab switcher on saved pages"John Reck2011-07-201-1/+1
|\ \
| * | Fix tab switcher on saved pagesJohn Reck2011-07-201-1/+1
| |/ | | | | | | | | | | Bug: 5051687 Change-Id: I386c31cafcc0e91cbec4975402cfc571d3a1ef81
* | Merge "Remove prompt-bypass"John Reck2011-07-202-11/+0
|\ \
| * | Remove prompt-bypassJohn Reck2011-07-202-11/+0
| |/ | | | | | | | | | | | | | | Bug: 4904409 Also in an effort to improve text input performance, disable saving state while typing. Change-Id: I2aeeadde6d4953dbdccc7ae0c5e22d1ccf779366
* | Merge "Create strings for snapshots"John Reck2011-07-203-3/+7
|\ \
| * | Create strings for snapshotsJohn Reck2011-07-203-3/+7
| |/ | | | | | | | | | | Bug: 5045524 Change-Id: I6da82e613a15e5499d95b4335a039530e8a6764b
* | use system menuMichael Kolb2011-07-206-45/+34
| | | | | | | | | | | | | | | | | | | | | | On phones with hardware menu key, use the framework's menu Also fixes: Bug: 5051899 remove overflow button from bar if menu key is present Nav options are not visible on tab switcher Change-Id: I5b55934a392a76f9d9ef16e3bf5c71f27b88d69a
* | Merge "Fixes an NPE observed during state restoration."Narayan Kamath2011-07-201-4/+10
|\ \
| * | Fixes an NPE observed during state restoration.Narayan Kamath2011-07-201-4/+10
| |/ | | | | | | Change-Id: Ie91076a46b33d4524341886f61e6c89d6ed3bfd7
* | Clear prerender history when loading a new page.Narayan Kamath2011-07-201-0/+14
|/ | | | | | | Following the recommendation in the bug below. bug:5030881 Change-Id: Iae1e432e735e443ab03ec1bda6576db638a674a0
* Merge "Remove size from phone snapshot layout"John Reck2011-07-193-13/+81
|\
| * Remove size from phone snapshot layoutJohn Reck2011-07-193-13/+81
| | | | | | | | | | | | Bug: 5045575 Change-Id: Ibb15cf18214d3fd2b7ddcb4b3dceebf9ba43104c
* | show voice icon if in voice modeMichael Kolb2011-07-192-2/+6
|/ | | | | | | | Bug: 5005932 The voice icon is shown in the url bar in non-focused state when there are voice results Change-Id: Id89052938768cb1b4e17895986d49129df78017d
* ignore rlz task if browser is pausedMichael Kolb2011-07-191-0/+2
| | | | | | | | Bug: 4575720 When the RLZ task wants to load the url, make sure browser is still running, otherwise ignore the task Change-Id: I74f491177e61435ea6a427e9b5a0d85d3854f27f
* fix tab switcher and menuMichael Kolb2011-07-182-3/+34
| | | | Change-Id: Ibcda8fc9fa73f11dba7d8f2f8061740910cedc55
* show menu on phone with menu keyMichael Kolb2011-07-182-13/+23
| | | | | | | Bug: 5017628 show the menu anchored to the tab switcher button Change-Id: I99baa1978d4c0a99b0fe17fee198ddd5b7db1b76
* fix menu options not workingMichael Kolb2011-07-181-0/+1
| | | | | | | | some menu options from nav screen are not working due to the navscreen not getting closed Change-Id: Id6e1426b81bb58ca16abda590248d982d6604af2
* Merge "Clarify wording"John Reck2011-07-181-2/+2
|\
| * Clarify wordingJohn Reck2011-07-171-2/+2
| | | | | | | | | | | | Bug 5019910 Change-Id: Ib2381cb416b241df8998144947ef5300dab07386
* | Merge "Move ComboView to its own activity"John Reck2011-07-1825-510/+270
|\ \
| * | Move ComboView to its own activityJohn Reck2011-07-1825-510/+270
| | | | | | | | | | | | | | | | | | Bugs: 5009130 3368824 Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
* | | Merge "Fix layout issue"John Reck2011-07-181-1/+1
|\ \ \ | |/ / |/| |
| * | Fix layout issueJohn Reck2011-07-181-1/+1
| |/ | | | | | | Change-Id: I65d20ec4b3ce9ec129fe80214f1b5d783635a36c
* | Merge "Fix drawing order bug"John Reck2011-07-181-18/+0
|\ \
| * | Fix drawing order bugJohn Reck2011-07-171-18/+0
| |/ | | | | | | | | | | | | | | | | Bug: 5031335 Gallery could return an invalid index leading to a NPE The override for getDrawingOrder appears unnecessary for how we are using gallery, so removing it entirely Change-Id: I931cc2db6e601a00941c23585b57664607f4e519
* | Merge "Closing last tab clears state"John Reck2011-07-182-1/+2
|\ \
| * | Closing last tab clears stateJohn Reck2011-07-172-1/+2
| |/ | | | | | | | | | | | | | | When closing the last tab, clear the crash recovery state. This prevents the issue where closing the last tab and re-launching browser would recover the last tab anyway Change-Id: Ia080aca5401fbc65e62a7651cb17cf9cd2e25ed8
* | Null checkJohn Reck2011-07-171-2/+3
|/ | | | | | | | Bug: 5021967 Check if ACCESSIBILITY_SERVICE is null. Documentation claims this is acceptable, and it probably is happening due to low memory Change-Id: Ie12059236baedd8b149831ad24da74f79453fae8
* Merge "Import revised translations."Eric Fischer2011-07-151-2/+1
|\
| * Import revised translations.Eric Fischer2011-07-151-2/+1
| | | | | | | | Change-Id: I08cc1e3d4a180c386fa2b94672ce4f42f02453c5
* | Merge "Import revised translations."Eric Fischer2011-07-1546-450/+705
|\ \ | |/
| * Import revised translations.Eric Fischer2011-07-1546-450/+705
| | | | | | | | Change-Id: I42100ddd13ef984d7075d0f618b3e84d7d6c6001
* | Inverted lab preferenceJohn Reck2011-07-155-3/+22
|/ | | | Change-Id: I28636302e00a23ee65e2c63e5ebe4bebdc4576c4
* fix menu on tabletMichael Kolb2011-07-141-2/+4
| | | | Change-Id: I85b075d715a571faa78b50e45347d4e1eb2a712b
* adjust url bar for portrait large screenMichael Kolb2011-07-144-20/+105
| | | | | | | | 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-145-57/+54
|\
| * add navigation to menu againMichael Kolb2011-07-145-57/+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-1315-51/+474
| | | | | | Bug: 4982126 Change-Id: I67931d39e3a3ce535b38197ebeee1651241d1a60
* use screenshots for tab switcherMichael Kolb2011-07-1214-494/+65
| | | | | | also removed the old tab switcher code Change-Id: Id84ff64e42e5e1f70f55e136efdf84270c1a4b7b