All Projects → seguri → Lock

seguri / Lock

Licence: Apache-2.0 license
Screen locker for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Lock

a11y-components
No description or website provided.
Stars: ✭ 32 (-38.46%)
Mutual labels:  accessibility
wayfindr-demo-ios
The wayfindr demo app for iOS
Stars: ✭ 27 (-48.08%)
Mutual labels:  accessibility
accessibility-manual
The DWP Accessibility Manual is a community led effort to put guidance and best practices all in one place for anybody looking to meet the Public Sector Bodies Accessibility Regulations 2018.
Stars: ✭ 34 (-34.62%)
Mutual labels:  accessibility
Coursera---Using-Python-to-Access-Web-Data
Here is All Weeks Assignment for Using Python to Access Web Data Course on Coursera
Stars: ✭ 36 (-30.77%)
Mutual labels:  accessibility
evaluatory
Web page evaluation with a focus on accessibility
Stars: ✭ 57 (+9.62%)
Mutual labels:  accessibility
ckeditor4-plugin-a11ychecker
Accessibility checker for CKEditor 4
Stars: ✭ 17 (-67.31%)
Mutual labels:  accessibility
a11y-dropdown
An experiment to improve accessible drop-down menus for WordPress themes.
Stars: ✭ 18 (-65.38%)
Mutual labels:  accessibility
a11y-guidelines
アメーバアクセシビリティガイドライン
Stars: ✭ 61 (+17.31%)
Mutual labels:  accessibility
stucco
An experimental adaptive UI toolkit.
Stars: ✭ 31 (-40.38%)
Mutual labels:  accessibility
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+2786.54%)
Mutual labels:  accessibility
gramtion
Twitter bot for generating photo descriptions (alt text)
Stars: ✭ 21 (-59.62%)
Mutual labels:  accessibility
scoot
Keyboard-driven MacOS cursor actuator
Stars: ✭ 55 (+5.77%)
Mutual labels:  accessibility
i7n-pdfhtml
pdfHTML is an iText 7 add-on for C# (.NET) that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
Stars: ✭ 111 (+113.46%)
Mutual labels:  accessibility
aliqrcode
自动批量生成支付宝收款码工具
Stars: ✭ 45 (-13.46%)
Mutual labels:  accessibility
sublime-wai-aria
WAI-ARIA Roles, States and Properties auto-completion for Sublime Text
Stars: ✭ 21 (-59.62%)
Mutual labels:  accessibility
a11ycasts
Code samples from the A11ycasts YouTube series
Stars: ✭ 40 (-23.08%)
Mutual labels:  accessibility
web-maps-wcag-evaluation
Manual accessibility evaluation of popular web map tools.
Stars: ✭ 28 (-46.15%)
Mutual labels:  accessibility
a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (+11.54%)
Mutual labels:  accessibility
BuyXMWear2Plugin
最近在小米官网上抢小米手环2一直抢不到,深痛小米恶心的饥饿营销,但是喜欢的宝贝还是要买滴[嘻嘻嘻],咋办呢?。刚好昨天阿里内部抢月饼的事件闹到头条,何不像他们学习写个插件抢手环2呢,何乐而不为!
Stars: ✭ 16 (-69.23%)
Mutual labels:  accessibility
eureka
HTML-first crack at a Flexible Media Browser progressively enhanced with React
Stars: ✭ 18 (-65.38%)
Mutual labels:  accessibility

Lock

A very simple and minimal app to lock the screen. It tries whenever possible to keep fingerprint unlock available.

You can now set any tap, double tap or long home press actions to immediately lock the screen, if your launcher allows you to configure custom gestures.

Description

Its behavior is very simple: on first run it will require the necessary permission according to the Android version you're running:

  • On Android 9+ devices, it will ask to be enabled as an accessibility service;
  • On Huawei devices running Android Nougat, it will immediately lock the screen, no permission required;
  • On other devices, the app will ask to be enabled as a Device Admin; fingerprint unlock will not be available.

After the necessary permission has been enabled, the app will immediately lock the screen the next time you open it.

Accessibility Service configuration

Here are some screenshots that explain how to configure this app as an Accessibility Service on Android 9+ devices:

Download

This app is available on F-Droid:

Get it on F-Droid

Changelog

1.4.0

It is now possible to use Accessibility Services on Android 9+ devices, so that you can continue using fingerprint unlock.

1.3.0

It is now possible to set Lock as an Assistant app (Settings > Apps > Advanced > Default apps > Assist & voice input). A long-press on home button will now lock the device wherever you are.

1.1.0

I recently updated to Nougat on my Huawei P9 Lite and it broke my app (screen lock by an administrator requires to enter full password or pin). Thanks to a XDA user, I updated my app to circumvent this. Now, on Huawei with Nougat and EMUI 5, it doesn't even require to be an administrator.

About gradle-wrapper.jar

This file is a binary blob of executable code that contains GradleWrapperMain, the Java class invoked by gradlew and responsible for the correct setup of the Gradle wrapper in this project. A Github action has been added as explained here to avoid the injection of malicious code in this file. Please check also this page if you want to manually verify its integrity.

Uninstalling

How to remove an app with active device admin enabled on Android?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].