summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android/keyguard/KeyguardSimPukView.java
Commit message (Collapse)AuthorAgeFilesLines
* Keyguard: Fix to display PUK remaining attempts.Umashankar Godachi2015-10-061-1/+6
| | | | | | | | | | | | Currently in the base AOSP code, upon entering wrong PUK code, default message is shown instead of remaining retry attempts. Fix: Add a flag to control the display of default message If user enters wrong PUK code show the remaining retry attempts by setting show default message flag to false. Change-Id: Iec39036e851fe5927b7379a0050d91533eee642c
* Added a message to the keyguard bouncerSelim Cinek2015-06-181-0/+6
| | | | | | | | A message can now be shown on the keyguard bouncer explaining why the bouncer is being shown. Bug: 21618072 Change-Id: I25aea9cc242abbf6a133fb42cc4407f5c2f3f688
* Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.Wink Saville2014-12-111-1/+1
| | | | | | | Rename isValidSubId to isValidSubscriptionId. Bug: 18668873 Change-Id: Ie709a62bbb74e0a767daeb9e3fb3aecd4c45df44
* Merge "Tint SIM images in PIN/PUK screen" into lmp-mr1-devJorim Jaggi2014-11-241-0/+10
|\
| * Tint SIM images in PIN/PUK screenJorim Jaggi2014-11-201-0/+10
| | | | | | | | | | Bug: 18147652 Change-Id: Ic077a80883782c228dce0d4537e4c7e5e3caf2b4
* | Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-221-1/+1
|/ | | | | bug: 17575308 Change-Id: Idd98aa46c15a9219ccf28091c62602ac8bf16c62
* Add multi-sim support to keyguardJim Miller2014-11-201-15/+62
| | | | | | | | | | | | | Use new telephony APIs. Clean up SIM state machine code. Use cached copy of SubscriptionInfo. Make SIM PIN and SIM PUK work. Tested on single and multi-SIM devices. Fixes bug 18147652 Change-Id: Ic69a4d2898999a5438e6a70b5851705bc05443f1
* Preparations for lockscreen launch animationsJorim Jaggi2014-08-121-5/+5
| | | | | | | | | | | | | | | | - Update unlock animations to new spec to make the consistent with lockscreen launch animations. - Introduce disappearing motion for security views which runs before we actually dismiss Keyguard. - If a window is running the un-force-hide animation, treat as it would have the wallpaper flag set so the wallpaper stays until the animation is completely done. - Run an animation on the wallpaper if the wallpaper is going away. Bug: 15991916 Bug: 16234603 Bug: 15326120 Change-Id: I063aa4f269ddcf75b9a705e90f0c3056b541b642
* Implemented new PIN unlock designSelim Cinek2014-06-301-47/+6
| | | | | | | | The pin unlock design was changed according to the spec and new animations where introduced for the password field. Bug: 13735707 Change-Id: I76f5e873bd0ea4f34ca3d2cd971223f0a83e2f28
* Remove charging text and carrier label on bouncer.Jorim Jaggi2014-05-271-0/+3
| | | | | | | But still show it for SIM PIN/PUK. Bug: 15283575 Change-Id: Id343e5b2fb5c695f46cd23d8509109987fa2d290
* Skeleton for Keyguard security method appear animations.Jorim Jaggi2014-05-271-0/+5
| | | | | Bug: 15163546 Change-Id: Id1c6b4f21b8f182f9d00fb903370de5512eaba1b
* Fix not being able to unlock SIM PIN.Jorim Jaggi2014-04-171-1/+1
| | | | | Bug: 14120902 Change-Id: I812d9679000242eabea617ea75cf8355d16926b2
* Reuse KeyguardViewMediator for new Keyguard implementation.Jorim Jaggi2014-03-311-1/+1
| | | | | | | | | | | | | | | | This change reuses KeyguardViewMediator for the new Keyguard implementation in status bar. KeyguardViewManager is replaced by StatusBarKeyguardManager which handles adding the view, setting the state etc. StatusBarWindowManager is introduced to managed the window of the status bar, which has the logic of both the old Keyguard window and the old status bar window. In the current implementation, Keyguard gets displayed like it would be in the bouncer state, but that's likely to change in the future. Also, setHidden in IKeyguardService is also renamed to setOccluded, as the word hidden interferes with the terminology when dismissing the Keyguard. Bug: 13635952 Change-Id: I1c5d5a49d810d8532089f464cb2efe35e577f517
* am dafb2420: am d4b688cf: am d165f365: am 5d2d911a: am d1eeb674: Merge ↵Wink Saville2014-01-261-1/+1
|\ | | | | | | | | | | | | "Telephony: Modify code to check that PUK code length is always 8." * commit 'dafb2420a34a5b39aca6ddf993e86778edd76b5d': Telephony: Modify code to check that PUK code length is always 8.
| * Telephony: Modify code to check that PUK code length is always 8.Rakesh Pallerla2014-01-081-1/+1
| | | | | | | | | | | | | | As per 3GPP TS 31.101 Release 11 section 9.6, the number of digits for UNBLOCK PIN (PUK) is always 8. Change-Id: I4ea69fd8e2e8e96330d10a67b2d1f5a1859c1016
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
|/ | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Add explicit refererences and logging to KeyguardSim/PukJim Miller2013-11-041-7/+10
| | | | | | | | | | Adds explicit references to the given threads in case they are the victims of a GC and adds logging to help track down this issue if not. Bug 10323372 Change-Id: I8e2fe46e10bbc5d14e631d45d8869b3214213045
* Enhance pin/puk supportWink Saville2013-10-231-10/+67
| | | | | | | | | | Add supplyPinReportResult & supplyPukReportResult that returns the result code and attempts remaining. Display "Attempts remaining" in Keyguard Bug: 9928717 Change-Id: Ibad0635dd1375fabce11ba2b7b9f95f8868489e6
* Fix bug where lockout timeout is shown for SIM in keyguardJim Miller2013-10-111-0/+6
| | | | | | Fixes bug 11193577 Change-Id: I62964c478bdb060ea6964009fc99bc3d7b5e3f80
* Move keyguard to its own process.Jim Miller2013-02-271-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in preparation to moving keyguard into its own process. Moved keyguard source and resources into new .apk. Got basic test app working. Still need to implement MockPatternUtils and means to pass it into KeyguardService with local binder interface. Added new ACCESS_KEYGUARD_SECURE_STORAGE permission. Temporarily disabled USER_PRESENT broadcast. Remove unintentional whitespace changes in PhoneWindowManager, etc. Checkpoint basic working version. Move to systemui process. Synchronize with TOT. Sync with recent user API changes. Fix bug with returing interface instead of stub for IKeyguardResult. Create KeyguardServiceDelegate to allow for runtime-selectable local or remote interface. More keyguard crash robustness. Keyguard crash recovery working. Currently fails safe (locked). Fix selector view which was still using frameworks resources. Remove more references to internal framework variables. Use aliases for those we should move but currently have dependencies. Allow runtime switching between service and local mode. Fix layout issue on tablets where orientation was reading the incorrect constant from the framework. Remove more framework dependencies. Fix PIN keyboard input. Remove unnecessary copy of orientation attrs. Remove unused user selector widget and attempt to get multi user working again. Fix multi-user avatar icon by grabbing it from UserManager rather than directly since keyguard can no longer read it. Merge with AppWidget userId changes in master. Change-Id: I254d6fc6423ae40f6d7fef50aead4caa701e5ad2
* Move keyguard source and resources into new packageJim Miller2013-02-271-0/+282
This is part 1 of two commits. This commit moves all keyguard source and resources to a new com.android.keyguard package. The second part of this change applies an overlay that makes it work. Change-Id: I360e9ac7783c6cb289c992733818b9535df185b9