{"id":18022023,"url":"https://github.com/emilkrebs/watchlock","last_synced_at":"2025-03-26T22:31:04.185Z","repository":{"id":204780820,"uuid":"591822548","full_name":"emilkrebs/WatchLock","owner":"emilkrebs","description":"WatchLock: Lock your phone using your watch","archived":false,"fork":false,"pushed_at":"2025-03-02T18:32:28.000Z","size":76532,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T14:51:12.127Z","etag":null,"topics":["android","kotlin","kotlin-android","security","wearos"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=com.emilkrebs.watchlock\u0026pcampaignid=web_share","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emilkrebs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-22T01:09:50.000Z","updated_at":"2025-03-02T18:32:31.000Z","dependencies_parsed_at":"2023-11-26T21:23:20.085Z","dependency_job_id":"8c0b88fc-e49a-4039-b477-a49d8d52390e","html_url":"https://github.com/emilkrebs/WatchLock","commit_stats":null,"previous_names":["emilkrebs/watchlock"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkrebs%2FWatchLock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkrebs%2FWatchLock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkrebs%2FWatchLock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilkrebs%2FWatchLock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emilkrebs","download_url":"https://codeload.github.com/emilkrebs/WatchLock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245747520,"owners_count":20665803,"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":["android","kotlin","kotlin-android","security","wearos"],"created_at":"2024-10-30T06:11:49.064Z","updated_at":"2025-03-26T22:31:04.175Z","avatar_url":"https://github.com/emilkrebs.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"logo\" align=\"center\"\u003e\n  \u003ca href=\"https://github.com/emilkrebs/WatchLock\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n   \u003cimg width=\"256\" alt=\"WatchLock Logo\" src=\"./images/WatchLock.webp\"\u003e\n \u003c/a\u003e\n  \u003ch3\u003e\n    Don't let people abuse your phone\n  \u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cdiv id=\"badges\" align=\"center\"\u003e\n  \n![Play Store](https://img.shields.io/badge/Install%20Now-05122A?style=flat\u0026logo=android)\n\n\u003c/div\u003e\n\u003chr\u003e\n\n## Features\n\n- Lock your phone from your Watch\n- View the if the phone is locked from your watch\n- Dashboard on the mobile application to check if everything is working\n- Support of dynamic colors (the application adapts the colors of the operating system)\n\nLanguages: English, German\n\n**Tip: Bind double-tapping the home button to WatchLock so it opens the application.**\n\n### Become a tester (places limited) 🚀💪\n\n1. Join the official [Google Group](https://groups.google.com/g/watchlock)\n2. Download WatchLock on [Google Play](https://play.google.com/store/apps/details?id=com.emilkrebs.watchlock)\n\n---\n\n![Banner](https://github.com/emilkrebs/WatchLock/assets/68400102/1435b089-955e-4b2b-a405-778caba8b72d)\n\n# How to Install WatchLock on Android\n1. Download the latest version of WatchLock on your phone from the [releases page](https://github.com/emilkrebs/WatchLock/releases/latest).\n3. Open the apk-file and tap install.\n   \nYou may get a security warning when installing the app. This is because the app is not signed by Google. You can safely ignore this warning by tapping \"Install anyway\".\n\n \u003cimg width=\"256\" alt=\"Security Warning\" src=\"./images/security_warning.jpg\"\u003e\n\n# How to Install WatchLock on WearOS\n\n## Watch Setup\n1. Enable developer mode on your watch by tapping the software version in the settings app 5 times.\n\n![Enable Developer Options](./images/enable_developer_options.png)\n\n2. Enable ADB debugging in the developer settings.\n\n![Enable ADB Debugging](./images/enable_adb_debugging.png)\n\n3. Enable wireless debugging in the developer settings.\n\n![Enable Wireless Debugging](./images/enable_wireless_debugging.png)\n\n4. Pair a new device\n\n![Pair a new device](./images/pair_new_device.png)\n\n\n## Computer Setup\n\n1. Install ADB on your computer. You can find instructions [here](https://developer.android.com/tools/adb).\n2. Connect your computer to the same network as your watch.\n3. Run `adb pair \u003cpairing address\u003e` in a terminal.\n\n![Pairing Terminal](./images/pairing_terminal.png)\n\n## Install WatchLock \n\n1. Download the latest version of WatchLock from the [releases page](https://github.com/emilkrebs/WatchLock/releases/latest).\n2. Run `adb install \u003cpath to apk\u003e` in a terminal.\n\n![Install Terminal](./images/installing_terminal.png)\n\n# Screenshots\n\nMobile\n\n![Banner](https://github.com/emilkrebs/WatchLock/assets/68400102/1435b089-955e-4b2b-a405-778caba8b72d)\n\nWearOS\n\n![Wear Screenshot](./images/watchlock_wear.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilkrebs%2Fwatchlock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femilkrebs%2Fwatchlock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilkrebs%2Fwatchlock/lists"}