History log of /packages/apps/Settings/src/com/android/settings/PrivacySettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
eefa61ed2e8583f659e868f3057f195d7cb2bb11 13-Aug-2012 Jean-Baptiste Queru <jbq@google.com> Merge "Settings: Use ICS alert drawable"
e7c53b1c9e48c6f997c47a0ca9a2f190ecbbf586 31-May-2012 Björn Lundén <blunden2@gmail.com> Settings: Use ICS alert drawable

Point to the correct holo alert drawable.

Change-Id: Ia15aaa028c8371cb2478baeecd2da31520c43a5d
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
b0b37ae21c172491bc170659b5f429601858ddc1 24-Apr-2012 Amith Yamasani <yamasani@google.com> Help menus for several screens.

Bug: 5144896
Change-Id: Ib2f5146f6f62f2a33261bb165c3bf1bf13b22f38
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
fac0ea781f0c99a446ab6588006b2ac0330cb774 13-Aug-2011 Christopher Tate <ctate@google.com> Move the desktop backup pw from "Backup and reset" to "Developer" settings

Addresses bug 5136161

Change-Id: Ia26258e0c8b0378184e4bac32a5da47de5da686f
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
4f33878f208e729cf96b708c57686555d2493129 25-Jul-2011 Christopher Tate <ctate@google.com> Add backup password setting UI

Bug 4901637

Change-Id: I515f1475d3675285a830b4b5ddd1f011f1b56e3a
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
70bc797a926abdf14bc0d34d9b49a066663fbca7 10-Jan-2011 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #2987804 (Provide a better UI for selecting the Backup account)

- make the "Backup account" toggle follow the state of "Back up my data"
- reset Backup account in preferences if needed

Change-Id: Ifdffb9d268a062f6f5ec617bca82699cc46e2b3a
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
58e62926b9ceca72275b657b2fa7b9e54fc1a931 17-Dec-2010 Christopher Tate <ctate@google.com> Tweak Privacy settings to match latest mocks

"Configure backup" => "Backup account" etc.

Bug 3293714

Change-Id: I1c3a3729e0198c5148496a846ab035d4daddc214
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
df6a7e55ccffd4a8b17780ee07b9f11988b98aaa 09-Dec-2010 Christopher Tate <ctate@google.com> Add backup configuration action to Privacy settings

Settings now queries the backup manager for a configuration Intent and
text descriptive of the state of the currently-active transport. These
are used by a new Intent PreferenceScreen within the backup section of
the Privacy settings UI.

When touched, the Configure item launches the Intent supplied by the
transport; when no such Intent is available, the item is disabled. The
summary text describing the current backup state is also supplied by
the transport.

Bug: 2753632
Change-Id: I3d8fb3d4b08a2b6fa8d3ad8f9e02a66430948423
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
b14e1e04939ca610fd5f2439f879265450b0a6cd 02-Nov-2010 Amith Yamasani <yamasani@google.com> Fragmentize "Factory reset" setting screen.

Split the screen into 2 fragments.

Bug: 3148480
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
d79934731c8d33f6fc63b21c120b9ffba5d06f54 18-Aug-2010 Amith Yamasani <yamasani@google.com> Refactor settings top level activities to use fragments.

Added a base class SettingsPreferenceFragment from which the settings activities should
be derived so that they can behave like fragments. It contains some commonly called
utility methods and dialog conversion to DialogFragment.

Some of the top-level activities can be launched directly without the left pane.
Settings.java acts as a proxy activity that contains just that settings fragment without
the left pane.

There are still a lot of second and third level activities that need to be fragmentized.
This is just the first pass to test the 2-pane layout.
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
aa1f8aeeea1c27fe88270cc8b5df970d9f292385 03-Jun-2010 Kenny Root <kroot@google.com> Clarify backup setting

Change-Id: Ifb4497e4ea1453b1afbdd08ed08fddb9055b7251
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
616c3ee12a65696f43e62931631ba092884ad3fd 06-Mar-2010 Christopher Tate <ctate@google.com> Refactor android.backup -> android.app.backup

Change-Id: I8e8f34d243506ded5ebf71817de5a2caac92969d
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
c99cffbffcf38f0e6bf10c9ff541b1bb5180316e 26-Feb-2010 Christopher Tate <ctate@google.com> Default the auto-restore setting to "enabled."

Change-Id: I6aeb0b4ace3c0ed1ad226b00a9ec9e4de12b7183
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
30e4d965121ae7f049f090862a5c246515a0bf34 08-Feb-2010 Bjorn Bringert <bringert@android.com> Remove USE_LOCATION_FOR_SERVICES from Settings

This has been moved to GoogleSettingsProvider
as part of unbundling.

Part of http://b/issue?id=2383870

Change-Id: Ia8e5725b1749fa95436fade0ea23061eb2ca4822
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
a5a67306a4c7a066d97802333a473be94661e091 03-Feb-2010 Christopher Tate <ctate@google.com> Add 'restore on app install?" to Privacy settings UI

Change-Id: I6fe4b05596881ae26ebf536d9774fb3033aa15f3
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
ecfeaffdfa19bea836f24fd399376825c377eaa9 25-Jan-2010 Bjorn Bringert <bringert@android.com> Fix GoogleSettings check in PrivacySettings

GoogleSettingsProvider has moved to a new package as part of unbundling.
This broke the check used to decide whether to show the "Backup my
settings" preference. To make this more robust to package name changes,
I changed the code to look up the settings provider by authority
instead of looking for the package that contains it.

Fixes http://b/issue?id=2390945

Change-Id: Iaec3152faddbd938fc02f9f2dde748819c1d5cdf
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java
e65c943f974966e21c6f18dc9a95107ea1f07631 22-Sep-2009 Amith Yamasani <yamasani@google.com> New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178

Also fixes 2138367: Share with Google setting doesn't get updated on checking the setting
And 2098232: "Set unlock pattern" should be at the top of the section
/packages/apps/Settings/src/com/android/settings/PrivacySettings.java