History log of /packages/apps/Browser/src/com/android/browser/AutoFillProfileDatabase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f9e1705d4012706664a2bdf63a50b8a784b833dd 26-Aug-2013 Jonathan Dixon <joth@google.com> De-classicify Android Browser part 2

Bug: 10427705

Allows Browser to compile even when WebViewClassic is no longer in
frameworks/base. The deleted functionality was already disabled at
runtime when using non-classic webview.

Change-Id: I21b58ec52ac059c699b49a2dd80008d9a9e6791a
/packages/apps/Browser/src/com/android/browser/AutoFillProfileDatabase.java
4d2fcaba7fb8eb1723943ac9a10e76d509330bd1 24-Feb-2012 Jonathan Dixon <joth@google.com> Fixup browser to use WebView proxy

Has to escape out to WebViewClassic whenever it needs a hidden API.

Interdepends on https://android-git.corp.google.com/g/165608

Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
/packages/apps/Browser/src/com/android/browser/AutoFillProfileDatabase.java
23da30e29c15ac47aab3fa7ec7091d22dbf86177 26-Oct-2010 Ben Murdoch <benm@google.com> Implement the "Delete Profile" button in the AutoFill editor.

Sync a null profile to BrowserSettings and remove the current
profile data from the editor UI and database.

Change-Id: I9ee911640882841b500914be5c381f686bc20e81
/packages/apps/Browser/src/com/android/browser/AutoFillProfileDatabase.java
36a23dd3e46167507070bd9f0e6237570d721b2f 13-Oct-2010 Ben Murdoch <benm@google.com> Full profile editor and syncing with WebSettings.

Add all fields to the AutoFill profile editor and sync them
over to WebSettings through BrowserSettings.

Change-Id: I5eb69ba802571d2261ea11851bdf1b515ca8fb8c
/packages/apps/Browser/src/com/android/browser/AutoFillProfileDatabase.java
0cb8189efd19242f4b2962378bf32de122dafde0 08-Oct-2010 Ben Murdoch <benm@google.com> Sync Autofill profile data native side

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
/packages/apps/Browser/src/com/android/browser/AutoFillProfileDatabase.java
af55452d7f37c20201663b80ca77b64457323361 10-Sep-2010 Ben Murdoch <benm@google.com> AutoFill Profile editor UI initial checkin

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
/packages/apps/Browser/src/com/android/browser/AutoFillProfileDatabase.java