{"id":21130216,"url":"https://github.com/AmniX/MaterialPatternllockView","last_synced_at":"2025-07-09T01:32:46.348Z","repository":{"id":77296014,"uuid":"45098716","full_name":"AmniX/MaterialPatternllockView","owner":"AmniX","description":"A View which is lookalike Lollipop Pattern View","archived":false,"fork":false,"pushed_at":"2015-11-03T10:42:39.000Z","size":261,"stargazers_count":256,"open_issues_count":4,"forks_count":51,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-20T05:32:35.020Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmniX.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-28T08:28:11.000Z","updated_at":"2024-11-13T10:23:54.000Z","dependencies_parsed_at":"2023-03-12T00:22:26.016Z","dependency_job_id":null,"html_url":"https://github.com/AmniX/MaterialPatternllockView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AmniX/MaterialPatternllockView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmniX%2FMaterialPatternllockView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmniX%2FMaterialPatternllockView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmniX%2FMaterialPatternllockView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmniX%2FMaterialPatternllockView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmniX","download_url":"https://codeload.github.com/AmniX/MaterialPatternllockView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmniX%2FMaterialPatternllockView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264375445,"owners_count":23598376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T05:32:26.306Z","updated_at":"2025-07-09T01:32:45.939Z","avatar_url":"https://github.com/AmniX.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# Material Pattern LockView\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Material%20Pattern%20LockView-blue.svg?style=flat-square)](http://android-arsenal.com/details/1/2722)\n\n\nMaterial Pattern Lockview is a View which inspired from Lollipop+ Pattern lock.\nThis Project is still in work, More Options will be added as soon as possible. Some KeyFeature of this Library.\n\n  - Ditto AOSP Pattern Lock LookAlike\n  - WIP JavaDocs\n  - StelthMode\n  - Simple and CellList Callback\n  - Diffrent and customizable Colors.\n  - More and More things to come.\n\n\n### Screenshots First\n![LockView Screenshot](https://raw.githubusercontent.com/AmniX/MaterialPatternllockView/master/raw/screen.jpg)\n\n### Version\n1.0.0\n\n### Installation\n\n    -Download or Clone this repo\n    -You will find a folder name 'materiallockview' import it as a module in Android    Studio or Eclipse.\n    -You are Good to Go, Code is Below.\n\n```xml\n\u003ccom.amnix.materiallockview.MaterialLockView\n        xmlns:lockview=\"http://schemas.android.com/apk/res-auto\"\n        android:id=\"@+id/pattern\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:layout_alignParentBottom=\"true\"\n        lockview:LOCK_COLOR=\"#fff\"\n        lockview:WRONG_COLOR=\"#ff0000\"\n        lockview:CORRECT_COLOR=\"#00ff00\"/\u003e\n```\n    -Use below Class to get a callback\n```java\n/**\n     * The call back abstract class for detecting patterns entered by the user.\n     */\n    public static abstract class OnPatternListener {\n\n        /**\n         * A new pattern has begun.\n         */\n        public void onPatternStart() {\n\n        }\n\n        /**\n         * The pattern was cleared.\n         */\n        public void onPatternCleared() {\n\n        }\n\n        /**\n         * The user extended the pattern currently being drawn by one cell.\n         *\n         * @param pattern The pattern with newly added cell.\n         */\n        public void onPatternCellAdded(List\u003cCell\u003e pattern, String SimplePattern) {\n\n        }\n\n        /**\n         * A pattern was detected from the user.\n         *\n         * @param pattern The pattern.\n         */\n        public void onPatternDetected(List\u003cCell\u003e pattern, String SimplePattern) {\n\n        }\n    }\n```\n\n### Todo's\n\n* Add Many New Option\n* Add a Clear WiKi\n* Build AAR\n* Many many more things\n\n\nLicense\n----\n```\nCopyright 2015 AmniX\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAmniX%2FMaterialPatternllockView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAmniX%2FMaterialPatternllockView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAmniX%2FMaterialPatternllockView/lists"}