| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Bug: 3259885
Cleans up the grouping of the settings and adds categories
Change-Id: I13666b36d8d55e0d9e17a732b5911a28a1223666
|
|
|
|
|
|
|
|
| |
Does not work for hosted accounts and is kind of hacky for most properties.
Requires a change to webkit to get redirects sent to the app.
Bug: 3278072
Change-Id: I2e7b716413ac61f84fb9b3d66d6da0615ada0b84
|
|
|
|
|
|
| |
Bug 3086204
Change-Id: Ic513fe79c5ae740d4c5fe4935fca597fe208ce3e
|
|
|
|
|
|
|
|
| |
Bug: http://b/issue?id=3277888
Added Quick Controls Lab setting
Implemented Quick Controls UI
Change-Id: I72011daf9140aa5d15c8b785126867c10bbc5501
|
|
|
|
|
|
|
| |
Bug: http://b/issue?id=3123994
A toast is shown when the max number of tabs is reached
Change-Id: I5008e227c91139147920fd214f184061f816a353
|
|
|
|
|
|
|
|
|
|
| |
Removes some unnecessary attributes and squashes a little bit so
that we don't need to scroll the editor to see the buttons in
landscape.
Also update some strings.
Change-Id: I3d310d48947fed128ae2a24476e33daa3786b8a9
|
|
|
|
|
|
|
|
| |
Bug: 3248628
Updates the bookmark page UI based off of the newest UI design
document.
Change-Id: I26447b7e1c38798b3c229c9d8c10af2565458a7b
|
|
|
|
|
|
|
|
|
| |
Bug: 3222647
framework has been updated to change the way tap/double tap
and long press are handled
url bar uses a custom action bar to add the share option
Change-Id: Ie75fc07fe71c9e16fc7f83deda8ecddea39b0397
|
|
|
|
|
|
|
| |
Bug: 3214901
Adds support for folder context menus to edit and delete folders.
Change-Id: I89cb2fa4b139ba3f59ec62b34154d5837c7f471b
|
|
|
|
|
|
|
|
|
| |
Bug: 3166319
This adds a popup menu option to the combined view that allows a
user to switch between viewing their bookmarks as a grid of thumbnails
or as a list of bookmarks with favicons.
Change-Id: I6729d477f574a46847dff4b69c1b32d9f63fb37f
|
|
|
|
|
|
|
|
| |
Change the text on the "negative" button of the SSL Certificate
error dialog to better reflect what action is taking place. It now
reads "Go Back" rather than "Cancel".
Change-Id: Ie4b508514956420ec9b48f4a52f13076053948ba
|
|
|
|
|
|
|
|
|
| |
If the user has not set up an AutoFill profile but has the
feature enabled and they start to fill out a form that we
have determined as "autofillable" then offer to take them
to the profile editor to set up their profile.
Change-Id: Ia44c7036ef616d4ea826e541471dd916262488f2
|
|
|
|
|
|
|
|
|
| |
This CL adds a debugging preference that allows developers to
enable/disable Open GL rendering on demand. The setting change
does not take effect until the browser is restarted.
bug: 3185844
Change-Id: Ifcf5a7b7d4ddbf02a649a28c4f462e2da3f34bb6
|
|
|
|
|
|
| |
Bugs: 2953861, 3148062, 3013179
Change-Id: Iaa5df39700972a10c2ed643299ffdd07aa945022
|
|
|
|
|
| |
Bug:2416373
Change-Id: Icc32bf65bda016f18ebb5d02932446ff64b77427
|
|
|
|
|
|
|
| |
Sync a null profile to BrowserSettings and remove the current
profile data from the editor UI and database.
Change-Id: I9ee911640882841b500914be5c381f686bc20e81
|
|
|
|
|
|
|
|
|
|
|
| |
Bug: 2911567
Setting the homepage to "" resulted in odd behavior. This changes
it so that entering "" fails with an invalid URL error (now a toast
instead of a dialog). The "Use Current" button was replaced with a
"Set to..." button that allows the user to specify whether they want
to set the homepage to the current page, a blank page, or the default page.
Change-Id: I2d0cac158f89ace6ecab6165a3768419ba3252d4
|
|
|
|
|
|
|
|
|
|
|
| |
Bug:2953515
Remove the initial popup menu when pressing the star that
selects between saving to home screen and saving to bookmarks.
Instead, once the add bookmark dialog is open, the user can
select between bookmarks and saving to home screen.
Change-Id: I35e8590ff6a2a7c2058e45e4f77ec6b5d209b0f9
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit 'f1af4fb48112ee9b749f0a27b8baaa52c2632ef5'
* commit 'f1af4fb48112ee9b749f0a27b8baaa52c2632ef5':
Replace shared storage with USB storage.
|
| |
| |
| |
| | |
Change-Id: Ic22670fbc915ba3cbb9dafc1d4f054218eff570f
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug:2953515
Create an empty view for the list showing sub folders.
Update the text in the new folder button.
When the user changes bread crumbs, cancel folder naming.
Change-Id: I8c3f33b5b3bb6e07cd0fd421199eb905f40e45f4
|
| |
| |
| |
| |
| |
| |
| | |
Add all fields to the AutoFill profile editor and sync them
over to WebSettings through BrowserSettings.
Change-Id: I5eb69ba802571d2261ea11851bdf1b515ca8fb8c
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When the user adds or edits the AutoFill profile, sync that
data to the native WebKit code through the BrowserSettings
object. Also sync the profile data on startup if it is
available.
Change-Id: I6146a842cb765f8ed91c109537038baad6b547fb
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Make a start on a simple AutoFill profile editor so that
we can get rid of the default John Smith profile we've
been using for testing. This CL also moves the autofill
settings from the Privacy Preferences page to the Personal
Preferences page.
Note that this is just the profile editor in the Browser
and although the data entered is persisted to disk, it is
not yet synced with the native AutoFill code so for now we
continue to use the canned profile native side.
Change-Id: Ie609c5f25fffc914267605efdb10444379c29388
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
variations." into gingerbread
Merge commit 'bcdaa277885bb0e751498e68aaae280a232d7cd3'
* commit 'bcdaa277885bb0e751498e68aaae280a232d7cd3':
Split strings with SD card references into variations.
|
| |
| |
| |
| | |
Change-Id: I0a49dba7c8340de7dc94880c3038fa2381e7a29f
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
make folder editing and add folder button mutually
exclusive
use ok button in edit folder name mode in addition to
soft keyboard enter
fixed folder list on startup
Change-Id: Ie0bec93f1afe1f16e1693086f2fb25fd5ff723ad
|
| |
| |
| |
| | |
Change-Id: I86bc4ce9d21ec0a040322bd704cef46eaa17dc9c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Defaults to off until we have a profile editor. Until the profile
editor is finished, we use a canned "John Smith" profile.
Requires a corresponding change in frameworks/base -
https://android-git.corp.google.com/g/65573
Change-Id: Ieb0c49b79766ba670322b8bd8b84968e778920ae
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
The account picker only shows up when you
have multiple accounts providing bookmarks.
Change-Id: I341d37d81551ca571713ac66d564c9cb0a86653c
|
|\ \
| |/
| |
| | |
Change-Id: I708443617cf602a957a90a5770deab77c47c776f
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit '8774c667dd446346dca5f5d3c89092fbc86448d0' into gingerbread
* commit '8774c667dd446346dca5f5d3c89092fbc86448d0':
Remove "Show web suggestions" from browser settings
|
| | |
| | |
| | |
| | |
| | | |
Bug:3011374
Change-Id: I44d57431d127e48d25a957915a2fb93dc96b1053
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit 'd26706538834e0ed58bf28f08d9a2885c0e7efcb' into gingerbread
* commit 'd26706538834e0ed58bf28f08d9a2885c0e7efcb':
Add user-selected search providers to browser
|
| | |
| | |
| | |
| | |
| | |
| | | |
The lists of search providers are taken from Chrome.
Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
|
| | |
| | |
| | |
| | |
| | |
| | | |
The lists of search providers are taken from Chrome.
Change-Id: I320f43f06d3a79a3b7a065c73859853dedf0a6b5
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
mostly final assets
dialogs are not styled correctly
Change-Id: Ib98312ca9465ded3efc2743f9828fe9a815814cc
|
| | |
| | |
| | |
| | |
| | | |
issue: 2912382
Change-Id: I39fe19f22fa998953458c62f1d5aa9eecfb84dca
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 2938052
Depends on a change to frameworks/base
Change-Id: I28db6d06fa248913091455e82853ef151a0561b0
|
| | |
| | |
| | |
| | | |
Change-Id: I57a2c6b39a25d236c83b2b538b5ac174fe2b2d40
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
RLZ assigns non-unique, non-personally identifiable tracking
labels to client products; these labels sometimes appear in
Google search queries. See http://code.google.com/p/rlz for
more info.
Bug: 2927060
Change-Id: I992cd2859d590616df57293adb7ac22038088d49
|
| | |
| | |
| | |
| | | |
Change-Id: I8a3b479acc50c7e658e5d24e83ccf9256f4bf592
|
| | |
| | |
| | |
| | |
| | | |
Bug: 2641352
Change-Id: Ib5c0dd5997457a8d7b9a5c3e5a3727acc6a2f367
|
| | |
| | |
| | |
| | | |
Change-Id: If813a295e101086d04ec080c78ba3959ae6a2f4e
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This one has support for bookmarks sync,
has the bookmarks and history in separate
tables, and supports hierarchical bookmarks.
Compatibility with the old APIs is not yet complete.
The Bookmarks UI has been switched over to the
new provider. Creating bookmarks puts them
in the UIs root folder.
Change-Id: Ib21713ddd19f43d178d49dbac977f749e7103368
|
| | |
| | |
| | |
| | | |
Change-Id: I5d1575a9b74704abc313b322ae08ca7caaccdc69
|
| | |
| | |
| | |
| | | |
Change-Id: I01366f575f61fd6e2084ad003b860f5c6083258e
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '539fde6807f0d9a5a86dc09ce362a2dc9ba0bc10'
* commit '539fde6807f0d9a5a86dc09ce362a2dc9ba0bc10':
Add more choices to about:debug UAString setting
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 2828591
Add two more choices to the about:debug UAString setting:
- iPad
- Froyo-N1
This will make it easier to test sites that have Tablet UIs specific
to the iPad UA and also sites that have HTML5 content specific to
Android 2.2 UA.
Also update the Desktop UA to the latest Safari 5.0 UA and the iPhone UA
to ios4 (Apple uses the same UA on both the iPhone 3gs (running OS4) and
the iPhone 4 (running OS4)).
Change-Id: I60b402c586966340ac84846189922679dba35464
|