PatternLockView icon indicating copy to clipboard operation
PatternLockView copied to clipboard

An easy-to-use, customizable and Material Design ready Pattern Lock view for Android

Results 31 PatternLockView issues
Sort by recently updated
recently updated
newest added

If i use 4x4 or more dot, the patternlock result will be not unique , such as 12 5 is equal with 1 2 5. So it will be a...

Since JCenter is now removed in the latest Android Gradle Plugin, would you mind uploading this library to Maven Central instead?

I have a situation where I need need to use scrollView as a parent of PattrenLockView and when I slide my finger vertically the focus is lost and scrolling happens.

The ``compile`` dependency configuration is in fact deprecated and will be removed in Gradle version 7.0. Updated the example in the README to reflect using ``implementation`` in place of ``compile``....

getParent().requestDisallowInterceptTouchEvent(true); This line prevents the parent view from scrolling when drawing pattern.

Build Successfully on Android Studio 4.0 fixes #38 Include other patches. If needed, I'll try to rebase commits. Best regards.

``` Could not find com.android.support:appcompat-v7:25.3.0. Searched in the following locations: - https://jcenter.bintray.com/com/android/support/appcompat-v7/25.3.0/appcompat-v7-25.3.0.pom ```

i new to app development . I need to add validation to creating a pattern with minimum 3 or 4 dots make to poper pattern. so let me know where...

![multiplePattern](https://user-images.githubusercontent.com/58063870/73924673-e0dbad00-48f2-11ea-8ec2-02546633bc69.png) I want to draw multiple patterns , i mean want to show multiple lines and dots, is it possible through this library, with different colors. Attached a image for...