OSDN Git Service

More work on the Crypt Keeper.
authorJason parks <jparks@google.com>
Wed, 26 Jan 2011 19:11:42 +0000 (13:11 -0600)
committerJason parks <jparks@google.com>
Thu, 27 Jan 2011 17:26:58 +0000 (11:26 -0600)
commitf8217304073b5cd13823a0602568394be93bf310
treebe47aea71aab0938a2459f865d5c41aafb8340de
parentf955eda877a35241635714a8ba2dfe8fc8a8c5c0
More work on the Crypt Keeper.

* Use the DPM to determine if we are encrypted.
* Fix misspelling (Comfirm -> Confirm).
* Animate to black when enabling encryption.
* Add holo droid background.
* Change the progress bar to indterminate.
* Display the percentage complete in the status line.
* Fixed bug 3388097. You will no longer have to unplug your device to start encryption. This line is intentionally long. I could make it shorter but I am proving a point: <magic>overflow: auto;</magic>.
* Actually hold onto the wakelock to prvent the device from sleeping.
* Implement onStop() as a orientation change can happen at boot. This will start the activity twice and there will be multiple handlers with messages.

Change-Id: Ia752d106c39e0d81431e856f8f500182e8ec1abd
AndroidManifest.xml
res/drawable-xlarge-mdpi/encryption_bg_complete.png [new file with mode: 0644]
res/layout-xlarge/crypt_keeper_progress.xml
res/values/strings.xml
src/com/android/settings/CryptKeeper.java
src/com/android/settings/CryptKeeperComfirm.java [deleted file]
src/com/android/settings/CryptKeeperConfirm.java [new file with mode: 0644]
src/com/android/settings/CryptKeeperSettings.java
src/com/android/settings/SecuritySettings.java