| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Need to move a UI access from the AsyncTasks doInBackground to
onPostExecute.
Bug:3238088
Change-Id: I7ca63834f3992087025ae8e99e594690f163e937
|
|
|
|
|
|
|
|
| |
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
|