summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/TrustAgentSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Show disabled trust agents as off.Kenny Guy2015-07-151-0/+1
| | | | | | | | When trust agents are disabled by the admin show the greyed out toggle as off. Bug: 22397930 Change-Id: I687a5dee0ca9bed5015a4af080270f7bafa5a37d
* Work around improper ListView recycling in TrustAgentSettingsAdrian Roos2015-06-191-0/+1
| | | | | | | | | Previously, the views for our SwitchPreference would never be recycled because they weren't present in onCreate, which broke accessibility events. Bug: 21837103 Change-Id: I01f40b4e6df6d807b77f985116a57334e4ca4868
* Require explicit userId in LockPatternUtilsAdrian Roos2015-04-281-2/+5
| | | | | Bug: 18931518 Change-Id: Ie2faa18918aaadf17a84287898438549a693b0cc
* Disable trust agent settings when disabled by policyAdrian Roos2015-04-131-0/+15
| | | | | Bug: 19868604 Change-Id: Ie476be0338da399a6bc2d20953f6f005ae5eb423
* log visibility of viewsChris Wren2015-03-271-0/+6
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Use SwitchPreference in TrustAgentSettings.Jim Miller2014-08-131-0/+157
| | | | | | Fixes bug 16900059 Change-Id: I52dcfd2a2651f8f770477df3c72176303a9d1b39
* Moving the trust agents settings in the security settings menu and addingIdo Ofir2014-05-281-304/+0
| | | | | | personal unlock. Change-Id: I0eeb3a32c55450af2435112a98aa44475159dc4f
* Apply revised TrustAgent APIAdrian Roos2014-05-161-2/+2
| | | | | Bug: 14997466 Change-Id: I3261d238bf5c6ba12eaa4259c7e06e8b41698213
* Add initial trust agent settingsAdrian Roos2014-03-311-0/+304
Adds a first version of the trust agent settings under Security -> Device Administration -> Trust Agents. Change-Id: I2e2dc41208d13cc1b11bb21d427c6f86053a3640