mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-29 21:37:56 +01:00
Add fingerprint to lock UI
Migrate login UI to conductor Fix batch add controller not saving EditText content onResume Prevent double-locking of lock UI Remove back button from lock UI Fix login preference not updating
This commit is contained in:
@@ -219,9 +219,16 @@ dependencies {
|
||||
//JVE (Regex) (EH)
|
||||
compile 'ru.lanwen.verbalregex:java-verbal-expressions:1.4'
|
||||
|
||||
//Pin lock view
|
||||
//Pin lock view (EXH)
|
||||
compile 'com.andrognito.pinlockview:pinlockview:1.0.1'
|
||||
|
||||
//Reprint (EXH)
|
||||
compile 'com.github.ajalt.reprint:core:3.1.0@aar' // required: supports marshmallow devices
|
||||
compile 'com.github.ajalt.reprint:rxjava:3.1.0@aar' // optional: the RxJava 1 interface
|
||||
|
||||
//Swirl (EXH)
|
||||
compile 'com.mattprecious.swirl:swirl:1.0.0'
|
||||
|
||||
// Tests
|
||||
//Paper DB screws up tests
|
||||
/*testCompile 'junit:junit:4.12'
|
||||
|
||||
Reference in New Issue
Block a user