summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/preferences/PersonalPreferencesFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Settings cleanupJohn Reck2010-12-211-402/+0
| | | | | | | Bug: 3259885 Cleans up the grouping of the settings and adds categories Change-Id: I13666b36d8d55e0d9e17a732b5911a28a1223666
* Fix crash when rotating in settingsJohn Reck2010-12-161-9/+32
| | | | | | | | 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
* Fix crash when changing Chrome bookmark sync account.Ben Murdoch2010-11-301-8/+16
| | | | | | | | Need to move a UI access from the AsyncTasks doInBackground to onPostExecute. Bug:3238088 Change-Id: I7ca63834f3992087025ae8e99e594690f163e937
* Fix StrictMode violation in PersonalPreferencesFragmentBen Murdoch2010-11-241-22/+38
| | | | | | | | 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
* Fix NPE in PersonalPreferencesFragmentBen Murdoch2010-10-081-1/+3
| | | | | | | | | 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
* AutoFill Profile editor UI initial checkinBen Murdoch2010-10-061-0/+6
| | | | | | | | | | | | | | | 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
* Add settings to enable bookmarks sync.Jeff Hamilton2010-09-281-0/+347
Change-Id: I86bc4ce9d21ec0a040322bd704cef46eaa17dc9c