PatternLockView
PatternLockView copied to clipboard
fix: use int[] instead of string to allow dots with double digit indexes (stringToPattern becomes intArrayToPattern)
fixes https://github.com/aritraroy/PatternLockView/issues/31
Did this get implemented yet? It's really needed and should be fixed!
@MaximilianKeppeler this is indeed a severe bug that should be fixed ASAP. It seems that @aritraroy has not been maintaining his GitHub repositories for a while, so in the meantime you can use my repo https://github.com/buffermet/PatternLockView in which I have applied a patch for most issues.
It looks like @aritraroy has been recently active on GitHub but he has not been bothered to address any issues...
Use my repo instead: https://github.com/buffermet/PatternLockView
Thanks @buffermet , I fixed this problem in a few seconds yesterday though. I just didn't expect such a fundamental thing would not work. I might use your fork though, since it contains more and various fixes!. :) @aritraroy Would be cool if you write into the README, that you don't maintaine it anymore, for the new visitors. Also perhaps add some forks.