summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Switch from KeyStore.delKey/saw to KeyStore.delete/list.Alex Klyubin2015-06-082-2/+2
* Replace String host:port/url args with Uri argRobin Lee2015-05-111-14/+6
* Make UID parameter an intRobin Lee2015-02-171-3/+4
* Use device policy suggestions when choosing aliasRobin Lee2015-02-041-7/+61
* am dfeaab74: Merge "Call local finish(String) on cancel"Kenny Root2014-11-141-1/+1
|\
| * Call local finish(String) on cancelKenny Root2014-11-141-1/+1
* | Only send storage_changed intent to current userRobin Lee2014-10-171-1/+1
|/
* Implement IKeychainService.installkeyPair.Bernhard Bauer2014-09-111-0/+20
* Implement CACert retrieval in KeyChainServiceZoltan Szatmary-Ban2014-09-081-0/+83
* Tag keystore aliases with user-specific SYSTEM_UIDRobin Lee2014-09-021-1/+4
* Merge "Revert "Update Trusted Credentials screen in settings"" into lmp-devZoltan Szatmary-Ban2014-08-151-82/+0
|\
| * Revert "Update Trusted Credentials screen in settings"Zoltan Szatmary-Ban2014-08-151-82/+0
* | Merge "Update Trusted Credentials screen in settings" into lmp-devZoltan Szatmary-Ban2014-08-151-0/+82
|\|
| * Update Trusted Credentials screen in settingsZoltan Szatmary-Ban2014-07-291-0/+82
* | Make sure a "Cancel" is honoredKenny Root2014-07-311-3/+8
|/
* Apply user restriction to KeyChainService.Julia Reynolds2014-06-301-0/+10
* Always show cert dialog after unlocked.Jeff Sharkey2013-11-041-0/+1
* Track change to JSSE providerKenny Root2013-04-291-1/+1
* KeyStore: stop using state()Kenny Root2013-02-142-13/+3
* KeyChainService: fix misleading error message.Nick Kralevich2012-05-211-1/+3
* Merge "Convert to new KeyStore format"Kenny Root2012-03-271-10/+21
|\
| * Convert to new KeyStore formatKenny Root2012-03-151-10/+21
* | Update button status on certificate selectionSelim Gurun2012-03-221-0/+8
|/
* Broadcast credential storage changes.Selim Gurun2012-02-161-2/+18
* Revert "Broadcast credential storage changes."Selim Gurun2012-02-151-18/+2
* Broadcast credential storage changes.Selim Gurun2012-02-141-2/+18
* Make the KeyChain handled its own grants rather than havingFred Quintana2011-07-133-150/+178
* If only one certificate available, select it by defaultBrian Carlstrom2011-07-101-0/+6
* Avoid StrictMode violation by performing response callback off UI threadBrian Carlstrom2011-07-071-2/+19
* Moving KeyChain from keychain uid to system uidBrian Carlstrom2011-07-011-1/+1
* Return non-null for methods with AccountAuthenticatorResponse argumentBrian Carlstrom2011-06-301-22/+29
* Fix off-by-one and selection issues with new ListView headerBrian Carlstrom2011-06-291-24/+28
* Small screen support for KeyChainActivityBrian Carlstrom2011-06-281-10/+10
* Support rotation in new dialog based KeyChainActivityBrian Carlstrom2011-06-281-24/+16
* Add KeyChainService.deleteCaCertificateBrian Carlstrom2011-06-271-18/+43
* Use cancel instead deny when only one buttonBrian Carlstrom2011-06-261-6/+8
* Replace KeyChainActivity placeholder UI with more polished dialog (5 of 5)Brian Carlstrom2011-06-261-38/+246
* Tracking KeyChain API refinementsBrian Carlstrom2011-06-092-4/+4
* Throw IllegalStateException when authtoken has not been generatedBrian Carlstrom2011-06-081-1/+5
* Make KeyChainActivity.onBackPressed return null responseBrian Carlstrom2011-06-071-0/+4
* Skip KeyStore unlock in chooser if it is emptyBrian Carlstrom2011-06-021-0/+10
* Integrating keystore with keyguard (Part 3 of 4)Brian Carlstrom2011-06-012-3/+3
* Tracking merge of dalvik-dev to masterBrian Carlstrom2011-05-271-2/+2
* Defend KeyChainActivity again callback exceptions.Brian Carlstrom2011-05-262-6/+9
* Remove need for onActivityResult from KeyChain APIBrian Carlstrom2011-05-241-9/+26
* Make KeyChainActivity fail on empty as well as null list of certsBrian Carlstrom2011-05-171-1/+1
* Simplify KeyChain API by removing now unneeded CA certificate lookup (3 of 3)Brian Carlstrom2011-05-171-83/+13
* Make CertInstaller installed CA certs trusted by applications via default Tru...Brian Carlstrom2011-05-161-12/+80
* Adding KeyChainService and KeyChainActivityBrian Carlstrom2011-04-222-0/+412