1. e3b0745 resolved conflicts for merge of bcc26c02 to master by Adrian Roos · 9 years ago
  2. b5e4722 Add StrongAuthTracker by Adrian Roos · 9 years ago
  3. 10fe83a am 8978d9ac: am 309fef16: am e11fbc08: am 33a5c807: resolved conflicts for merge of 448216e7 to mnc-dr-dev by Jim Miller · 9 years ago
  4. deb0507 Revert "Disable fingerprint when remotely reset by DPM" by Jim Miller · 9 years ago
  5. 86fff06 Merge "Clean up USER_OWNER in TrustManagerService" by Xiaohui Chen · 9 years ago
  6. 4f50d59 am 40fa4070: am 4a66bbf7: am 5f96eb0c: am 6fdb85d3: am 120fc2c7: Merge "Disable fingerprint when remotely reset by DPM" into mnc-dev by Jim Miller · 9 years ago
  7. 8ae1be1 Disable fingerprint when remotely reset by DPM by Jim Miller · 9 years ago
  8. 09e0291 Clean up USER_OWNER in TrustManagerService by Xiaohui Chen · 9 years ago
  9. 7cb69df sys user split: refactor systemui user switcher by Xiaohui Chen · 9 years ago
  10. 53a6b06 Trust: Track separate user has authenticated since boot by Adrian Roos · 9 years ago
  11. 237b061 Only enable fingerprint auth after first regular auth by Jorim Jaggi · 9 years ago
  12. d69e4c1 Update use of procstate for services. by Dianne Hackborn · 9 years ago
  13. 94e15a5 Allow dismissing Keyguard from TrustAgentService by Adrian Roos · 9 years ago
  14. 8289368 Add KeyguardManager.isDeviceSecure by Adrian Roos · 9 years ago
  15. 1221b06 Properly unregister TrustAgentWrapper's broadcast receiver by Adrian Roos · 9 years ago
  16. bd5e03b Merge "Notify TrustAgentService when device policy configuration no longer applies" by Adrian Roos · 9 years ago
  17. a43fd03 Notify TrustAgentService when device policy configuration no longer applies by Adrian Roos · 9 years ago
  18. dfdbad3 Prevent receiver leak in TrustAgentWrapper by Adrian Roos · 9 years ago
  19. 7e2e40e Follow up to I96c68af9ccc9940acf9fab3b5bd39a3485f01045 by Adrian Roos · 10 years ago
  20. 481a6df Add device locked API for TrustAgentService by Adrian Roos · 10 years ago
  21. 50bfeec Update KeyguardManager.isDeviceLocked API by Adrian Roos · 10 years ago
  22. fc29e0b Properly destroy TrustAgentWrapper when not bound by Adrian Roos · 10 years ago
  23. e303bf4 Update TrustAgentService API after review by Jim Miller · 10 years ago
  24. cbe614f Improve TrustManagerService user lifecycle by Adrian Roos · 10 years ago
  25. 49d5345 Ensure trust agents are disabled in safe-mode by Adrian Roos · 10 years ago
  26. bcd0765 Add API for querying trusted state by Adrian Roos · 10 years ago
  27. 7b4a38b Delay discovery of system trust agents by Adrian Roos · 10 years ago
  28. c727fb1 Merge "Only unbind agents of the user that is being refreshed" into lmp-dev by Adrian Roos · 10 years ago
  29. 3870d45 Add system trust agents on first boot or when adding user by Adrian Roos · 10 years ago
  30. e681c27 Only unbind agents of the user that is being refreshed by Adrian Roos · 10 years ago
  31. 4e68f11 Disconnect TrustAgent when not active. by Marco Fucci · 10 years ago
  32. 1572ee3 Trust: Look at the security unlock method of the right user by Adrian Roos · 10 years ago
  33. 76b9b8b Limit grantTrust() duration to DevicePolicy-imposed limit. by Jim Miller · 10 years ago
  34. d4efaac Update TrustAgentService API after review. by Jim Miller · 10 years ago
  35. 4b9e324 Only run TrustAgentServices for users with secure keyguards by Adrian Roos · 10 years ago
  36. 9dbe190 Trust: Insecure unlock also removes disable-trust-on-boot restriction by Adrian Roos · 10 years ago
  37. 2bb8bfd Dismiss bouncer when onTrustInitiatedByUser fires by Adrian Roos · 10 years ago
  38. 3c9a350 Pass initiatedByUser to TrustListeners by Adrian Roos · 10 years ago
  39. 8f21158 Trust: Make setEnabledFeatures asynchronous by Adrian Roos · 10 years ago
  40. 7861c66 Add setManagingTrust and expose it on lockscreen by Adrian Roos · 10 years ago
  41. 604e755 Add new DevicePolicyManager API to allow fine-grained TrustAgent management by Jim Miller · 10 years ago
  42. b42fe57 am 5de758d3: am f8a01f5f: am 6468d5c2: Merge "Restart trust agents when updated or when they are dead" into lmp-dev by Adrian Roos · 10 years ago
  43. c5f95ce Restart trust agents when updated or when they are dead by Adrian Roos · 10 years ago
  44. 979a32e Fix removeListener in TrustManagerService. by Jay Civelli · 10 years ago
  45. 2c12cfa Trust Agents: Add facility to request credential entry by Adrian Roos · 10 years ago
  46. 800631a Reenabling permission check for TrustAgent. by Jay Civelli · 10 years ago
  47. abc40bb Temporary removing the Trust Agent permission change. by Jay Civelli · 10 years ago
  48. b4df2f5 am b2302d43: Merge "Ensure trust agents are only provided by platform packages" into lmp-preview-dev by Adrian Roos · 10 years ago
  49. 18ea893 Ensure trust agents are only provided by platform packages by Adrian Roos · 10 years ago
  50. b9fc220 am 9fb0925e: Merge "Add and improve logged TrustAgent connection events" into lmp-preview-dev by Adrian Roos · 10 years ago
  51. 7d59b4f Add and improve logged TrustAgent connection events by Adrian Roos · 10 years ago
  52. 995757e Merge "Remove dead TrustListeners" by Adrian Roos · 10 years ago
  53. 7a4f3d4 Add dumpsys facility and a history to TrustManagerService by Adrian Roos · 10 years ago
  54. a4ba56b Remove dead TrustListeners by Adrian Roos · 10 years ago
  55. 577b6f6 Fix infinite loop in TrustManagerService exception handler. by Jim Miller · 10 years ago
  56. 7046bfd Trust Agents: Withhold trust until user has authenticated by Adrian Roos · 10 years ago
  57. ca36b95 Trust Agents: Implement DPM override by Adrian Roos · 10 years ago
  58. 7e03dfc Apply revised TrustAgent API by Adrian Roos · 10 years ago
  59. a595642 Fix broken trust agent reloading v2 by Adrian Roos · 10 years ago
  60. 81e0466 Fix broken trust agent reloading by Adrian Roos · 10 years ago
  61. 82142c2 Define trust agent framework components by Adrian Roos · 10 years ago