summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/res/drawable-mdpi
Commit message (Collapse)AuthorAgeFilesLines
* Remove some overdraw in KeyguardJorim Jaggi2014-09-101-0/+0
| | | | | Bug: 17287256 Change-Id: I0bc4101713f83abc2738528c247ca8ce5748bff1
* Fix password unlock methodJorim Jaggi2014-08-251-0/+0
| | | | | | | | | | - Update layouts/assets to material - Fix that the virtual keyboard didn't always come up - Fix window layout of status bar window, so it's above the IME when on Keyguard Bug: 16957208 Change-Id: I1785af9ac73103abe6cd9968ed27582fbfc9a1d9
* New swipe-up assist animation for L.Jorim Jaggi2014-08-052-0/+0
| | | | | | Bug: 16307470 Bug: 14623152 Change-Id: Ib7e0381d118bda177981cc56ec9a8fb418dfb0e3
* Implement next alarm info in expanded QS.Jorim Jaggi2014-07-281-0/+0
| | | | | | | | | | Also make the representation of alarm on lockscreen consistent with QS. In addition, fix a bug where pending app transition was overriden to make the alarm click interaction look nice. Bug: 15392951 Bug: 15856205 Change-Id: Iacdf6a38c5c1a7484b4b328c9a3fa4d25e071c64
* Implemented new PIN unlock designSelim Cinek2014-06-302-0/+0
| | | | | | | | 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 '?' icon in layout for "Forgot pattern" buttonJim Miller2013-10-222-0/+0
| | | | | | Fixes bug 11234297 Change-Id: I5fbb54997b7a2bcf29b3a98b10a2ba4e908283ef
* Use SCREEN Xfermode for keyguard badges; update SeekBarAdam Powell2013-10-0710-0/+0
| | | | | | | | | | | | | | | Plumb through the necessary API features through Drawables and ImageView but leave it hidden for now pending future API review and plumbing through the rest of the framework Drawable implementations. Update SeekBar assets used for keyguard transport control. Set selected status directly instead of finding views by id. Bug 10531608 Bug 10784913 Change-Id: Ia38bd04ad1bc26e9e6da1dda8a374c9ba3ceccb3
* Update default keyguard clock to new UX specificationJim Miller2013-10-032-0/+0
| | | | Change-Id: I0d5f302d8bd5922acd45cfe1de42cb76cebc02e5
* Merge "Update navbar camera icon and widget background assets in keyguard." ↵Jim Miller2013-09-261-0/+0
|\ | | | | | | into klp-dev
| * Update navbar camera icon and widget background assets in keyguard.Jim Miller2013-09-251-0/+0
| | | | | | | | Change-Id: Ia3c2bcaa67b6f901c823bebf2cb54e592d6eecb3
* | De-blue the add lock screen widget pressed stateMindy Pereira2013-09-251-0/+0
|/ | | | Change-Id: Ie823a20be0a6f78e11cfdc2b2458351957aaec70
* Fix the build - replace broken assets.Jim Miller2013-09-191-0/+0
| | | | Change-Id: If039dee6d7e663d6abacd5239557d4d0a07fc912
* Add camera affordance to navigation bar on phonesJim Miller2013-09-191-0/+0
| | | | | | | | | | | | | This adds a camera button on phones that can be used to show and launch the camera. - Minor refactoring of touch event dispatch in PagedView. - Disables usability hints when keyguard loads. - Only add a touch handler for camera icon once during layout. - Update after review. - Updated with latest UX camera and camera background assets Change-Id: I09cd5cb0e501fd0f4659bea96d00c92b07f805c4
* Move keyguard to its own process.Jim Miller2013-02-277-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2746-0/+0
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