{"id":13645325,"url":"https://github.com/huzenan/EasyGestureUnlock","last_synced_at":"2025-04-21T14:30:27.854Z","repository":{"id":201789041,"uuid":"73067210","full_name":"huzenan/EasyGestureUnlock","owner":"huzenan","description":"A light gesture unlock view for Android.","archived":false,"fork":false,"pushed_at":"2016-11-07T10:44:06.000Z","size":445,"stargazers_count":35,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-02T01:25:18.962Z","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/huzenan.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,"governance":null}},"created_at":"2016-11-07T10:25:15.000Z","updated_at":"2024-01-09T03:47:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1a0cd9c-e1df-4da8-a75e-d19e3e64e8c9","html_url":"https://github.com/huzenan/EasyGestureUnlock","commit_stats":null,"previous_names":["huzenan/easygestureunlock"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzenan%2FEasyGestureUnlock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzenan%2FEasyGestureUnlock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzenan%2FEasyGestureUnlock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzenan%2FEasyGestureUnlock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huzenan","download_url":"https://codeload.github.com/huzenan/EasyGestureUnlock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223868043,"owners_count":17217013,"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-08-02T01:02:33.530Z","updated_at":"2024-11-09T18:30:54.518Z","avatar_url":"https://github.com/huzenan.png","language":"Java","funding_links":[],"categories":["PinCode"],"sub_categories":[],"readme":"# EasyGestureUnlock\nA light gesture unlock view for Android.\n## ScreenShots\n![EasyGestureUnlock](https://github.com/huzenan/EasyGestureUnlock/blob/master/screenshots/guv.gif)\n## Usage\n\u003e layout\n\n```xml\n    \u003ccom.hzn.easygestureunlock.GestureUnlockView\n        android:id=\"@+id/lock_view\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        app:guvCircleColor=\"#9c9c9c\"\n        app:guvCircleColorInside=\"#dadada\"\n        app:guvCircleLineWidth=\"3dp\"\n        app:guvColorFailed=\"#aac15656\"\n        app:guvColorSuccess=\"#aa60b17a\"\n        app:guvColumns=\"3\"\n        app:guvLineColor=\"#aadadada\"\n        app:guvLineWidth=\"20dp\"\n        app:guvLines=\"3\"\n        app:guvPadding=\"45dp\"\n        app:guvRadius=\"25dp\"\n        app:guvRadiusInside=\"10dp\"\n        app:guvText=\"PLEASE UNLOCK\"\n        app:guvTextColor=\"#dadada\"\n        app:guvTextFailed=\"FAILED!\"\n        app:guvTextPadding=\"85dp\"\n        app:guvTextSize=\"20sp\"\n        app:guvTextSuccess=\"SUCCESS!\"/\u003e\n```\n\u003e Activity\n\n```java\n    unlockView.setOnUnlockListener(new GestureUnlockView.OnUnlockListener() {\n        @Override\n        public boolean onUnlockFinished(ArrayList\u003cInteger\u003e password) {\n            boolean success = pswdList.equals(password);\n            ...\n            unlockView.reset();\n            ...\n            return success;\n        }\n    });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuzenan%2FEasyGestureUnlock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuzenan%2FEasyGestureUnlock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuzenan%2FEasyGestureUnlock/lists"}