93afa1dba63311dfdd43da82fed765240857ee30 |
|
03-Jun-2014 |
Jorim Jaggi <jjaggi@google.com> |
Move owner info to main lockscreen. Bug: 14307636 Bug: 15283575 Change-Id: I8cba9c0e78f825920aca1468d965e8da9b402da8
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardMessageArea.java
|
40a0b38160b1b80a48aa6a0d87b3fab888fd55f0 |
|
27-May-2014 |
Jorim Jaggi <jjaggi@google.com> |
Remove charging text and carrier label on bouncer. But still show it for SIM PIN/PUK. Bug: 15283575 Change-Id: Id343e5b2fb5c695f46cd23d8509109987fa2d290
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardMessageArea.java
|
ccec5f0def723baa6c4c80bd7ff1971a32c9d8c3 |
|
25-Apr-2014 |
Elliott Hughes <enh@google.com> |
resolved conflicts for merge of 02e85744 to master Change-Id: Id4c0ecfedc7ec4ff4b76331be025817445a652e9
|
cacbe1b1ef01aff8726726edaf43d0b449319afe |
|
24-Apr-2014 |
Elliott Hughes <enh@google.com> |
Use the suggested public API instead of libcore.os. Change-Id: Id392e4c36c5721ca609d88d9ec6b9340ce05274c
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardMessageArea.java
|
6090995951c6e2e4dcf38102f01793f8a94166e1 |
|
19-Nov-2013 |
John Spurlock <jspurlock@google.com> |
Remove unused imports from frameworks/base. Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardMessageArea.java
|
362adb84d95fb069c3890274f3ae95d4539b00e5 |
|
06-Nov-2013 |
Chris Craik <ccraik@google.com> |
Work around nested SaveLayerAlpha bug bug:11481077 Because TextView marquee and KeyguardSecurityViewFlipper use SaveLayer (for the marquee fading effect and view alpha, respectively), both can be nested, which hits a bug in the renderer resulting in artifacts. Workaround this by setting a hardware layer on the marquee, so that those marquee effects are drawn outside of the ViewFlipper. Change-Id: If8b7ebb20d3959cb930a8bea2146ba3f8e659612
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardMessageArea.java
|
20daffd91e4a53054f8c4d7a66c2a68100abee03 |
|
07-Oct-2013 |
Jim Miller <jaggies@google.com> |
Disable keyguard text marquee when the display turns off. Fixes bug 11116666 Change-Id: Id9abb9d0531bcf4c5da7014ed4b9b202652b3754
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardMessageArea.java
|
3569e9e50c3a467e9094d24272b8e1f091ac8d86 |
|
17-Apr-2013 |
Jim Miller <jaggies@google.com> |
resolved conflicts for merge of 2f6a2526 to master Change-Id: Ie51d3a63f4d4d5bad7ef16ad84ef6ad5acdaa64a
|
5ecd81154fa039961f65bb4e36d18ac555b0d1d6 |
|
10-Jan-2013 |
Jim Miller <jaggies@google.com> |
Move keyguard to its own process. 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
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardMessageArea.java
|
25a272a9f6323f6a3513bb522d45e839449878ce |
|
10-Jan-2013 |
Jim Miller <jaggies@google.com> |
Move keyguard source and resources into new package 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
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardMessageArea.java
|