History log of /packages/apps/CertInstaller/src/com/android/certinstaller/CertInstallerMain.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b34887b7eea710fe6897e6e4f4f1994c710c9ad3 11-Sep-2014 Sungsoo Lim <sungsoo@google.com> Fix build

Change-Id: Idf9385e3f4f844fabd795fc634740f929497a19b
/packages/apps/CertInstaller/src/com/android/certinstaller/CertInstallerMain.java
2482baf745fb3cd9aca6aff8b29fe13adde622e5 11-Sep-2014 Kenny Root <kroot@google.com> am b3f3f024: am 9fa804c6: am 26e6becc: am 69506291: resolved conflicts for merge of 48d20b70 to klp-dev

* commit 'b3f3f024fc092114421e70b5b0f40c49d586fd48':
Check component class instead of action
695062916d4fdc01efbf7e4e925ff1fea636f8c3 11-Sep-2014 Kenny Root <kroot@google.com> resolved conflicts for merge of 48d20b70 to klp-dev

Change-Id: Ie07b8ef90a2447f26cdef5b30169793416bfbc0c
19d80c1b3e5410202e94884db0a76fc8f9574c57 19-Jun-2014 Julia Reynolds <juliacr@google.com> Merge "Block certificate installation if user restriction enabled."
5aac53173509f394e67acd75b98c4d0731c86f76 08-May-2014 Kenny Root <kroot@google.com> Check component class instead of action

Ensure the called intent was filtered for permission by
ActivityManagerService by checking the ComponentName instead of the
action.

(cherry picked from commit 38a956408f45c9a7cbb48b79c67257b9207fda30)

Bug: 14441285
Change-Id: I3a848ef2375ddfa7c9b35389524419993a6b3693
/packages/apps/CertInstaller/src/com/android/certinstaller/CertInstallerMain.java
b7fe475f26f62a2d6d846922a0ff3ea8f823d735 12-Jun-2014 Julia Reynolds <juliacr@google.com> Block certificate installation if user restriction enabled.

Bug: 14081992
Change-Id: Ic7f04cc3555144512ca100b31d77ddec15e28546
/packages/apps/CertInstaller/src/com/android/certinstaller/CertInstallerMain.java
38a956408f45c9a7cbb48b79c67257b9207fda30 08-May-2014 Kenny Root <kroot@google.com> Check component class instead of action

Ensure the called intent was filtered for permission by
ActivityManagerService by checking the ComponentName instead of the
action.

Bug: 14441285
Change-Id: I3a848ef2375ddfa7c9b35389524419993a6b3693
/packages/apps/CertInstaller/src/com/android/certinstaller/CertInstallerMain.java
88ded90b784beb372c49b1187ee69bdd4595cd10 25-Oct-2013 Jeff Sharkey <jsharkey@android.com> Pick certificates using OPEN_DOC intent.

Instead of blindly scanning just primary internal storage, use the
new DocumentsUI intents to let the user select certificates from
any storage backend. This includes both primary and secondary
external storage devices.

Bug: 11354402
Change-Id: Ia0b4bf1b30c83eb1a64b070cd2f99ad5e6498786
/packages/apps/CertInstaller/src/com/android/certinstaller/CertInstallerMain.java
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/CertInstallerMain.java
f4616bf8c0b3bff8863d627c3c003fa9234cb225 31-Mar-2012 Brian Carlstrom <bdc@google.com> Broader support for KeyChain.EXTRA_NAME

Previously EXTRA_NAME only supplied the default name when used with
KeyChain.EXTRA_CERTIFICATE. It now also provides the default name with
KeyChain.EXTRA_PKCS12, overriding the value found within the PKCS#12
file. In addition, will be used as the default alias name when
credentials are installed from external storage as opposed to via
an extra.

Bug: 6129421
Change-Id: I63c06a866fc62bfa56636011b766d3dcae7764bd
/packages/apps/CertInstaller/src/com/android/certinstaller/CertInstallerMain.java
c1615f66f7dbe5a76aefca862d96e0b5a6e123ff 22-Jul-2011 Ben Komalo <benkomalo@google.com> Handle VIEW intents for cert installer

Bug: 4556536
Change-Id: I1d3b8e4b80415e2df9dfe334f0d9e195ab0e19ff
/packages/apps/CertInstaller/src/com/android/certinstaller/CertInstallerMain.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/CertInstallerMain.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/CertInstallerMain.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/CertInstallerMain.java