History log of /packages/apps/CertInstaller/src/com/android/certinstaller/ViewHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
885c0a68bb4a91d461914c43c2e42a565394aa59 03-Feb-2012 Shuhrat Dehkanov <uzbmaster@gmail.com> Remove PKCS12_PASSWORD_DIALOG and NAME_CREDENTIAL_DIALOG in order to correctly recreate it on onCreateDialog

If an empty password or name is supplied for certificate password or certificate name dialogs, respectively,
showDialog is called without removing them. As a result onCreateDialog is not called leaving the dialog without visible UI to the user.

Steps to reproduce:
1. Put password protected certificate to the SD card.
2. Navigate to Settings > Security and initiate certificate installation.
3. Provide an empty password and press OK.
3.1. Provide an empty name for NAME_CREDENTIAL_DIALOG related issue.

Change-Id: I83ffd680313eb9c69214113d3091a70910a80ae2
Signed-off-by: Shuhrat Dehkanov <uzbmaster@gmail.com>
/packages/apps/CertInstaller/src/com/android/certinstaller/ViewHelper.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/ViewHelper.java