Jobobby04
cc38579fca
Cleanup
2021-09-06 16:38:51 -04:00
Ivan Iskandar
56a2fec004
Require authentication-confirmation to change biometric lock settings ( #5695 )
...
* Requires authentication-confirmation to change biometric lock settings
* Prevent double authentications on older APIs when confirming settings changes
* Use new AuthPrompt API for app lock
With this commit, the app lock will only explicitly require Class 2 biometrics
or screen lock credential. Class 3 biometrics are guaranteed to meet Class 2
requirements thus will also be used when available.
* Use extension toast
(cherry picked from commit 90ab04e81d6ff26656488d3ab4dc3eca4976c5a9)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/security/SecureActivityDelegate.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsSecurityController.kt
2021-08-27 12:50:49 -04:00
Ivan Iskandar
306deb5e6a
Fix forced secure screen disabled after disabling incognito
...
(cherry picked from commit 245132a1d136d41b5c139c09c58711ce224b6494)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/security/SecureActivityDelegate.kt
2021-08-27 12:50:24 -04:00
Ivan Iskandar
eafce1ee5d
Enable secure screen when incognito mode is enabled ( #5339 )
...
* Enable secure screen when incognito mode is enabled
* Fix incognito banner not showing up after configuration changes
(cherry picked from commit fb8aafb69f252efbf9e58bdb80180b3afb59b866)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/security/SecureActivityDelegate.kt
2021-06-10 16:41:38 -04:00
Jobobby04
8387492a9b
Add biometric lock days, fix biometric time range
2021-06-02 13:39:04 -04:00
Jobobby04
aeaf52cb58
Handle more deprecated items
2021-06-02 00:10:36 -04:00
arkon
d8ee654a65
Rename some biometrics things since it's no longer specifically for biometric auth
...
(cherry picked from commit c741920ec0e698da28469f96b2c5ecc6cbf36f5e)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/security/SecureActivityDelegate.kt
2021-05-22 17:56:36 -04:00
arkon
f5a90d46ec
Minor cleanup
...
(cherry picked from commit fcde6c2b84d83735675207144f1c0519070412d2)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/security/SecureActivityDelegate.kt
2021-05-22 16:34:09 -04:00
arkon
a8c4da9e2b
Theme BiometricUnlockActivity to avoid flashing light theme
...
(cherry picked from commit dd1743698f477cb296778cf126cceebaf3315df3)
2021-04-19 14:58:52 -04:00
arkon
92fc5ea4a0
Allow weaker unlock methods in Android 6 - 10 ( fixes #4833 )
...
(cherry picked from commit 126e1e2d9d66a7a88672c2836ae6d53105142603)
2021-04-13 18:51:49 -04:00
arkon
3077dc24ec
Move BiometricUtil to correct package
...
(cherry picked from commit 1237af1ff328702c6f8a02187f0bb51917008633)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/security/SecureActivityDelegate.kt
2021-04-04 19:08:57 -04:00
arkon
c2e882cb5b
Allow weaker unlock methods ( closes #4265 )
...
(cherry picked from commit 68600b337e7d96350c994c87fb052c1a70640990)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/security/SecureActivityDelegate.kt
2021-04-04 19:08:22 -04:00
arkon
25caba6905
More consistent injectLazy style
...
(cherry picked from commit f667f85fa5857bee1f55217d28d1e751cbb8a66b)
2021-01-17 18:04:25 -05:00
arkon
8d5b2f40b3
Use Kolinter Gradle plugin for linting instead of ktlint directly
...
(cherry picked from commit 76f6fe46010b235ee59962c94c790428870fc23e)
2020-09-13 23:08:52 -04:00
Jobobby04
035fb9e755
Add biometric lock times
2020-09-06 21:30:22 -04:00
Jobobby04
a6b98e24dc
Undo linting
2020-08-15 15:57:07 -04:00
Jobobby04
bc549c56d6
Automatic linting fixes
2020-08-14 18:41:20 -04:00
arkon
fd5d52a709
Remove confirmation prompt for passive biometric unlock (e.g. iris/face)
2020-05-01 21:08:52 -04:00
arkon
3f63b320c4
Linting fixes
2020-04-25 14:24:45 -04:00
arkon
a68c1adba6
Use lifecycle scope for flows in activities
2020-04-21 09:12:53 -04:00
arkon
d9f44c1f7d
Extension function instead of redefining uiScope everywhere
2020-04-17 20:06:33 -04:00
arkon
beb81b657e
Migrate some RxSharedPreferences to FlowSharedPreferences
2020-04-17 09:28:58 -04:00
arkon
022cde2c00
Fix secure screen option subscription memory leak
2020-03-09 14:03:47 -04:00
arkon
464b4b18a4
Reword unlock string
2020-02-27 22:34:57 -05:00
arkon
043e3784e8
Run linter
2020-02-26 18:03:34 -05:00
arkon
61d2107e9c
Add secure screen setting
2020-02-22 13:32:05 -05:00
arkon
8bb83782c7
Biometrics lock ( closes #1686 )
2020-02-21 23:04:37 -05:00