summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard
Commit message (Collapse)AuthorAgeFilesLines
...
* resolved conflicts for merge of ca762bee to masterJean-Michel Trivi2013-04-032-2/+2
| | | | Change-Id: Ib57124c30352b4f6ed66f384b386eb6f49b505c1
* am e884f6b8: am dbd9c337: Merge "Change time format for default clock in ↵Jim Miller2013-04-021-1/+1
| | | | | | | keyguard" into jb-mr2-dev * commit 'e884f6b8505520f6f745cc51358154bf5d89f101': Change time format for default clock in keyguard
* resolved conflicts for merge of 5856ee4b to masterBrian Colonna2013-04-021-2/+65
| | | | Change-Id: I60ba85bc246b9cf25d467b2099535aad47f82ca7
* resolved conflicts for merge of 99bd302c to masterJean-Michel Trivi2013-03-292-2/+4
| | | | Change-Id: I858f67d0c61f6403b336c82a300f69027fc16bd1
* Import translations. DO NOT MERGEBaligh Uddin2013-03-271-1/+1
| | | | | Change-Id: Iee0ac6623e8460cfa8d18874fe30dccb42b3c45a Auto-generated-cl: translation import
* resolved conflicts for merge of 2d9305cc to masterJohn Spurlock2013-03-212-2/+65
| | | | Change-Id: I9a9672314ef95af09e3f416fa1dc200f7a9d8d4e
* Import translations. DO NOT MERGEBaligh Uddin2013-03-201-2/+2
| | | | | Change-Id: I4f294c5a4807247f8a38fa4374b873a523d3d67f Auto-generated-cl: translation import
* resolved conflicts for merge of 7d7443bc to masterJim Miller2013-03-195-157/+213
| | | | Change-Id: I5d777dad0fb4019c1f718c4109c5c973eeac8840
* Import translations. DO NOT MERGEBaligh Uddin2013-03-181-1/+1
| | | | | Change-Id: Icda106767529acfdf497b233371e55912ad0e2dd Auto-generated-cl: translation import
* am e8b24ddd: am adb9554d: Merge "Enable back button in keyguard security ↵John Spurlock2013-03-141-3/+18
| | | | | | | account mode." into jb-mr2-dev * commit 'e8b24ddd6769a431b8fa3462e00c85211787a08d': Enable back button in keyguard security account mode.
* am 3fe0205a: am 6d4dac74: Merge "Fix bug where Keyguard\'s emergencydialer ↵Jim Miller2013-03-141-1/+3
| | | | | | | wasn\'t being launched with a userid." into jb-mr2-dev * commit '3fe0205a00672ccc86f7ca3fc8980fc380891fce': Fix bug where Keyguard's emergencydialer wasn't being launched with a userid.
* Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-03-1396-2496/+2976
|\
| * Import translations. DO NOT MERGEBaligh Uddin2013-03-1296-2496/+2976
| | | | | | | | | | Change-Id: I5eb421fbe71fd16d8681491f24ed5037054931c9 Auto-generated-cl: translation import
* | resolved conflicts for merge of 8f4772fe to masterJim Miller2013-03-121-0/+3
| | | | | | | | Change-Id: I65cb4a9b3f339ad4b6997d71dc5f4577c03bb026
* | am 0e23dd63: am 998b692d: Merge "Keyguard remote control display artwork ↵Jean-Michel Trivi2013-03-121-0/+9
|/ | | | | | | size" into jb-mr2-dev * commit '0e23dd635aae47463fa457c43938898babd7e42c': Keyguard remote control display artwork size
* Import translations. DO NOT MERGEBaligh Uddin2013-03-0649-0/+8121
| | | | | Change-Id: If3e2eaeb1ee905a522bf20c3212f66caea6b62d3 Auto-generated-cl: translation import
* Re-enable USER_PRESENT broadcast in keyguard.Jim Miller2013-02-281-10/+5
| | | | Change-Id: I0a1983d07bd81d3edf2b8bcb5e81e48613fc4205
* Post-review Keyguard cleanup.Jim Miller2013-02-285-68/+58
| | | | | | | | | | - remove userActivity() from KeyguardService interface and call it on PowerManager directly - Split IKeyguardResult into two parts: IKeyguardShowCallback and IKeyguardExitCallback. - Misc other changes from the review. Change-Id: I3f679cfa5d3f8bc742f2b2259ac354045e89a87b
* Merge "Fix dependency between keyguard/dexopt/AccessibilityManagerService."Jim Miller2013-02-283-5/+10
|\
| * Fix dependency between keyguard/dexopt/AccessibilityManagerService.Jim Miller2013-02-283-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug on userdebug builds where dexopt hadn't completed before the service is needed. The resulting crash prevented dexopt from completing, resulting in a reboot loop and perpetual issue starting the service. The solution is to hold off on creating keyguard until the system is ready. It also moves the creation of the AccessibilityManagerService singleton back into the system process. Fixes bug 8287106 Change-Id: I96e15c084d38c255fd8f6bca6f21a0785b82ec74
* | Fix bad merge in KeyguardHostViewJim Miller2013-02-271-17/+11
|/ | | | | | This restores the fix detailed in Change-Id: I866d4b42493df3a6449d8eabc3ea140dc39dac57 Change-Id: Ibe75afd7a612cf96a56e5815a198c2047c7ff5bd
* Move keyguard to its own process.Jim Miller2013-02-27149-671/+3022
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-27250-0/+21433
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