Add application lock functionality.

This commit is contained in:
NerdNumber9
2017-03-05 12:36:52 -05:00
parent 5f48bb8e7d
commit f36327ecc9
11 changed files with 351 additions and 2 deletions

View File

@@ -211,6 +211,9 @@ dependencies {
//JVE (Regex) (EH)
compile 'ru.lanwen.verbalregex:java-verbal-expressions:1.4'
//Pin lock view
compile 'com.andrognito.pinlockview:pinlockview:1.0.1'
// Tests
//Paper DB screws up tests
/*testCompile 'junit:junit:4.12'