History log of /packages/apps/CertInstaller/src/com/android/certinstaller/CertFileList.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
53622fc40b88047a1bc1f2dd6c97a5ad8e8c8f66 28-Mar-2013 Kenny Root <kroot@google.com> Add ability to install credentials as other UID

We need the ability to install from the system UID to wifi UID
to explicitly bind WiFi credentials to the WiFi profile. This adds the
ability for Wifi Settings to invoke installation of a PKCS12 file for
the wifi UID.

Bug: 8183258
Change-Id: I26970e563d68311b60dcdc78cd529322c5807368
/packages/apps/CertInstaller/src/com/android/certinstaller/CertFileList.java
a921a7f6b86e2564f70e841c0b10b368f6b8d495 07-Jul-2011 Brian Carlstrom <bdc@google.com> Canceling cert installation should not delete the file

Also fix to exit CertFileList when list becomes empty

Bug: 4600283
Change-Id: Ib0a27f8d2f9ee4be8da02625e9f919bcfa6e791b
/packages/apps/CertInstaller/src/com/android/certinstaller/CertFileList.java
00736f76392c742e9c72c51f158ad7020f22524c 29-Jun-2011 Brian Carlstrom <bdc@google.com> Tracking move to KeyChain credential installation API

Bug: 3497064
Change-Id: I4d49354f4687f95d8239ea98d79bd61d06c4ce82
/packages/apps/CertInstaller/src/com/android/certinstaller/CertFileList.java
30389d0148993679892385e007596a56ed46b6ac 18-May-2011 Brian Carlstrom <bdc@google.com> CertInstaller should use RESULT_OK to communicate success to callers

Change-Id: I6f25ffab113573169badd7cb116381f3412fbf31
/packages/apps/CertInstaller/src/com/android/certinstaller/CertFileList.java
3e17f9f04b9f7d153757bfd2f34a5fe60698adcb 06-Nov-2010 Mohammad Shamsi <m.h.shams@gmail.com> code cleanup : unused import statement, local vars and static finals.

Change-Id: I49b96ce37385989fb2208cecbf4cddcdd0e0d240
/packages/apps/CertInstaller/src/com/android/certinstaller/CertFileList.java
d674440a49f278793aa2a2bb01c231f8cea7f8c0 24-Oct-2009 Hung-ying Tyan <tyanh@google.com> Handling missing sd card in certinstaller.

http://b/issue?id=2211438
/packages/apps/CertInstaller/src/com/android/certinstaller/CertFileList.java
7b4cee910e1e755d2f0468a5f79aaa97e926a3a9 23-Oct-2009 Hung-ying Tyan <tyanh@google.com> Add support for installing certs in PEM from SD card
/packages/apps/CertInstaller/src/com/android/certinstaller/CertFileList.java
3e722cadf66802194267460fe5de77e6c18530eb 15-Oct-2009 Hung-ying Tyan <tyanh@google.com> An overhaul on certinstaller.

* Fix state handling, identifying first-time-only execution etc.
* Fix the case where more than one alias exists in a pkcs12 keystore.
(http://b/issue?id=2202474)
* Improve UX: go ahead to install when there's only one cert file on SD card.
* Improve UX: make background transparent when not browsing files.
* Break the code into multiple activies and helper classes.
/packages/apps/CertInstaller/src/com/android/certinstaller/CertFileList.java