Add PIN feature to README.
Remove hint from PIN setup dialog.
This commit is contained in:
parent
97435dbe0f
commit
1e797bfe8a
@ -24,6 +24,7 @@ TachiyomiEH is a fork of the [original Tachiyomi app](https://github.com/inorich
|
|||||||
* Full offline tag/namespace searching support
|
* Full offline tag/namespace searching support
|
||||||
* Batch import galleries
|
* Batch import galleries
|
||||||
* Automatically open E-Hentai/ExHentai links
|
* Automatically open E-Hentai/ExHentai links
|
||||||
|
* Lock the app with a PIN code
|
||||||
|
|
||||||
### Built-in manga sources
|
### Built-in manga sources
|
||||||
##### SFW
|
##### SFW
|
||||||
|
@ -42,7 +42,7 @@ class LockPreference @JvmOverloads constructor(context: Context, attrs: Attribut
|
|||||||
.content("Enter a pin to lock the application. Enter nothing to disable the pin lock.")
|
.content("Enter a pin to lock the application. Enter nothing to disable the pin lock.")
|
||||||
.inputRangeRes(0, 10, R.color.material_red_500)
|
.inputRangeRes(0, 10, R.color.material_red_500)
|
||||||
.inputType(InputType.TYPE_CLASS_NUMBER)
|
.inputType(InputType.TYPE_CLASS_NUMBER)
|
||||||
.input("Password", "", { _, c ->
|
.input("", "", { _, c ->
|
||||||
val progressDialog = MaterialDialog.Builder(context)
|
val progressDialog = MaterialDialog.Builder(context)
|
||||||
.title("Saving password")
|
.title("Saving password")
|
||||||
.progress(true, 0)
|
.progress(true, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user