| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Bug: 3091551
Change-Id: Id5552cd9c6e0a833b46a23eaa226d89fb1ac226a
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(a) Add a new subclass of SearchEngine that receives
suggestions provided by psychic and displays them in the
suggestions dropdown.
(b) Add a Labs setting that can turn this feature on or
off.
Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
|
|/
|
|
|
|
| |
Bug: 3501936
Change-Id: I3cd98d5e18d6085db1440655e4d90d65646c29b3
|
|
|
|
|
|
| |
Bug: 3483736
Change-Id: I9e83cb0ba9307163d75b8e48505f50e575800cc4
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug: 3408686
Change-Id: I0db1808930d7543eea97bffe67d02382b0bea3a2
|
|/
|
|
|
|
| |
Bug: 3437072
Change-Id: I4adb2979419642d5e135a67a26ecc2aadb01c550
|
|
|
|
|
|
|
| |
Bug: 3379120
Now with drastically lower memory usage as well!
Change-Id: Iff16d2acceba3c8a983a51ec03a31a39ac6a12ed
|
|
|
|
|
|
| |
Bug: 3414025
Change-Id: I681066be9ac575f0464ea5274b2ea4ebb31e9232
|
|
|
|
|
|
| |
Bug: 3396882
Change-Id: If8a415596f237392f20c1afd92ecaca89dafc7b9
|
|
|
|
|
|
|
|
| |
Bug: 3385629
Fixes the issue where if the user hasn't explictly selected an autologin
account the selection dialog would show no selection.
Change-Id: Ib2847aed7f528e9e9679a5fa3aa3b0b8da85d1d1
|
|
|
|
|
|
| |
Bug: 3374146
Change-Id: Ib00180b8f7512cc05126392f6a3c79d849f328ee
|
|
|
|
|
|
|
|
|
| |
drop in new assets
get naming in sync with UX
Note: not all resources are included yet
item_background...xm will be enabled when all required resources come in
Change-Id: I321084abd25ef6c533f1f3da636a246e7ee00547
|
|
|
|
|
|
|
|
|
| |
Bug: 3337527, 3353260
Listens for changes to the system accounts and handles the case
of the chrome sync account being deleted. Also, enabling chrome sync
in the browser will now enable the browser sync in settings.
Change-Id: Iab2ed839fc5fc356a7a4d865965bfafcb39b4ee7
|
|
|
|
|
|
|
|
| |
Bug: 3365170
Switch the autologin preference to use a ListPreference instead of
a checkbox preference that would open a dialog when enabled.
Change-Id: I29230a4e7663593b126e89efb50ecef37d46e808
|
|
|
|
| |
Change-Id: I1003044245db558c0c2ccfabd06fb7a9b9c94403
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On startup, attempt to log the user into google sites. Show a progress dialog
that the user can cancel if login takes too long.
Add a new preference for toggling auto signin. This preference shows the
current account and allows the user to choose the account to use. If there are
no accounts, the option is disabled. The saved account is validated each time
it is accessed in case the account was removed.
Bug: 3278072
Change-Id: I10ce1dc57a683b2820b17ef6955577037c82f332
|
|
|
|
|
|
|
| |
Bug: 3259885
Cleans up the grouping of the settings and adds categories
Change-Id: I13666b36d8d55e0d9e17a732b5911a28a1223666
|
|
|
|
|
|
|
|
| |
Bug: 3290463
Fixes a crash that occured when rotating with either of the chrome
sync setttings dialogs open (account selection or import wizard).
Change-Id: I28333711d26f532e9afe64bf616fa698dfb67b25
|
|
|
|
|
|
|
|
| |
Bug: http://b/issue?id=3277888
Added Quick Controls Lab setting
Implemented Quick Controls UI
Change-Id: I72011daf9140aa5d15c8b785126867c10bbc5501
|
|
|
|
|
|
|
|
|
| |
Bug: 3247095
Tweaks the setting of the homepage setting. Replaces the "set to..."
dialog with 2 buttons, and user can now enter a blank url to get a
blank page with title "New Tab".
Change-Id: I95bcfcd241db4b9efbde645100d2fd44c980e061
|
|
|
|
|
|
|
|
| |
Bug: 3250498
Makes OpenGL rendering and user agent normally visible in settings->debug
Changing the OpenGL setting now automatically restarts the browser
Change-Id: I04036b580f2463f77376edb4bee2dfefe3d123ed
|
|
|
|
|
|
|
| |
Bug: 3231307
Moved WebsiteSettingsActivity to a fragment
Change-Id: If1fa56ab48167c004fb65c756f325e108f14fe8f
|
|
|
|
|
|
|
|
| |
Need to move a UI access from the AsyncTasks doInBackground to
onPostExecute.
Bug:3238088
Change-Id: I7ca63834f3992087025ae8e99e594690f163e937
|
|
|
|
|
|
| |
Bug: 3224296
Change-Id: I3bfbb096bc29e0c6cbc6cbaad36ff0e7135b9a7c
|
|
|
|
|
|
|
|
| |
Reading account data with getAccountsByType() results in disk
IO and so is a strict mode violation. Move reading the
account data into an AsyncTask.
Change-Id: I258e35448190c8c66724438fcd24bc2a98794309
|
|
|
|
|
|
|
|
|
| |
Returning to the personal preferences fragment after using the
autofill settings fragment would trigger a crash in the case
that the device has no accounts set up (and hence mChromeSync
is null).
Change-Id: I2b9d3756910498e66cce73855fb905b0fcdcbf50
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I86bc4ce9d21ec0a040322bd704cef46eaa17dc9c
|
|
This also makes the settings panel 2 pane.
Change-Id: Ifccfdc145065fc51f12b74160c797749063b403d
|