History log of /packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ccaf9c91fc6765c202ae31c197d03eb064f23c6c 24-Mar-2017 Robin Lee <rgl@google.com> UserCredentialsSettings: that fresh new blank look

Less obviously easy than it looks because we want to make it a
SettingsPreferenceFragment for consistency with the other blank
fragment implementations.

Fix: 30878596
Test: make RunSettingsRoboTests
Test: # open up Settings and have a look, uninstall cert, reinstall cert
Change-Id: Ifbe3132475c3104d76589a50dec3f436b9548585
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
52221d80d20a3148f6b7d1e760f0ae00f0862180 09-Feb-2017 Rubin Xu <rubinxu@google.com> Do not show key entries used for user authentication flow

Bug: 33126414
Test: Enable new authentication flow; go to user credentials in Settings
observe no entries related to user authentication are shown.
Change-Id: I62e5796cc73213b23ca7809a77082350a883fbee
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
265d3c2a0c36251bf8a9f571d7239b6dd404d942 22-Jun-2016 Tamas Berghammer <tberghammer@google.com> Update package names to work with the proto3 compiler

Bug: b/28974522
Change-Id: I5f3adf4946ee4ba1e09e4f40afe83c151405972a
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
1e516287bd0c910f83d2ead28bf67e26dfbead86 16-Sep-2016 Fan Zhang <zhfan@google.com> Add visibility metrics to dialogs.

Bug: 30681529
Test: adb logcat -b events | egrep "(sysui_|notification_)"
Change-Id: I199d2e1b2cb8588a562b46bb8128d8ece24952f0
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
6507613ebcd22e4691c2af92a5c161bd327db336 08-Aug-2016 Fan Zhang <zhfan@google.com> Log visibility change for all fragments.

Bug: 30681771
Test: SettingsUnitTests

Refactor visibility logging from InstrumentedFragment into a mixin. And
apply mixin in remaining fragments.

Change-Id: Ibbb59904336254a3e4bb9e8c7d0b36e5a6bc2622
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
e68d9577772d312a4a8e7f47d6f2a74e0a5c2615 19-Jul-2016 Robin Lee <rgl@google.com> Include wifi certificates in settings

Deleting wifi certificates isn't supported yet since cascading the
removal back into wifi configs will need some easy way of enumerating
wifi configs first.

Bug: 29208062
Change-Id: I2d9d1ea7e0974701009bfa6ea162b8bc80806639
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
9298f8c60482c18ecbc56c41a8297c258d4c0dcd 07-Jul-2016 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Announce user credential deletions"
9579274cda38c552b43febe0980f0ec6bd07277d 24-May-2016 Ricky Wai <rickywai@google.com> Hide work profile key in user credentials screen

Bug: 28878708
Change-Id: Ic9733ea973e1cc37028cb5f740969b5e24fb5aef
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
11fd5506ae9906b08cfa205914b21268cde91de6 16-May-2016 Robin Lee <rgl@google.com> Announce user credential deletions

Change-Id: I08c3d022c37b5c5fb9f2e996fcbe131dffce4ba0
Fix: 26352550
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
f8e2dbf2d2590cdee3ff69f13b102b97620125f0 07-Apr-2016 Robin Lee <rgl@google.com> Guard double-showing of user credentials dialog

Only create & show the dialogfragment if it does not already exist.

Bug: 28058930
Change-Id: Ia48cc8a5fd60a12c3beb6c9263036a449cf8d67c
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
4d29ab31455ae7c7eef91871230e34b3ecc452e1 31-Mar-2016 Robin Lee <rgl@google.com> Merge "DISALLOW_CONFIG_CREDENTIALS blocks user credentials" into nyc-dev
c421db78f0e49efdc7923b7df62743ac73ecfd0c 11-Mar-2016 Robin Lee <rgl@google.com> DISALLOW_CONFIG_CREDENTIALS blocks user credentials

All settings preferences related to credentials of any kind should be
stopped by this user restriction.

Bug: 26879958
Change-Id: I983c6e58081bd4022bb006942499cba4b74954e7
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
0708d9e119da4c4d9424c0bc54fa458d01856bd7 29-Mar-2016 Udam Saini <udam@google.com> Fixes back button on action bar on some fragments.

SettingsPreferenceFragment has this already set so that the drawer
layout will work when the menu doesn't exist. However, some fragments
are not preference fragments, and we need to set setHasOptionsMenu
manually.

bug:27879503
Change-Id: I6faadeb56dab00af611ac413109800822038c66d
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
da7bc51615000469cda841637538476edbb7502f 24-Feb-2016 Robin Lee <rgl@google.com> Use KeyChain instead of Credentials to delete certs

Credentials is a bit too low-level. KeyChain will call into the same API
but also arrange deletion of grants, send out STORAGE_CHANGED broadcast
and anything else that might be needed in future.

Bug: 27335182
Change-Id: I764ffa3c5539ddec2b9a776bd3fec6a78a043248
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
b70b3d86c96357c55e62386030cfe6634971ff7f 01-Feb-2016 Robin Lee <rgl@google.com> Use MetricsEvent.USER_CREDENTIALS

Bug: 22541933
Change-Id: I0f4bc76933ec04d3e9146a354ea2e1feee1d8e0a
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
e26804208ce22e6118333c7f39f9d21adc1d702b 25-Jan-2016 Robin Lee <rgl@google.com> Test: parcel marshalling for user credentials page

Unit test to verify that the internal Credential that gets passed to
dialogs for removing said credential is actually a valid Parcelable
object, since it's hard to provoke a marshal/unmarshal in real-world
usage (but not impossible).

Bug: 22541933
Change-Id: I780ca2d7b01fc6081b9ea8b2810cfc97f0433a86
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
04046a1976a049a0450ab3be9b6725d440a4b122 19-Jan-2016 Robin Lee <rgl@google.com> Convert credential view to DialogFragment

Bug: 26352310
Change-Id: Ic6af37c893eec5a83e198b9f23ebd766e88e0109
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
39b467482d1bf256a111c757e9b7621c6f523271 10-Sep-2015 Jason Monk <jmonk@google.com> Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java
baefdcf9eb6f1ee9bf45b65b5e319be174e60735 26-Aug-2015 Robin Lee <rgl@google.com> Show installed user keys in Security Settings

This makes removing a particular keyset possible without deleting the
whole keystore along with it.

Bug: 22541933
Change-Id: I248803cb27efdd1695438dfc82951887dc579f99
/packages/apps/Settings/src/com/android/settings/UserCredentialsSettings.java