Skip to content

Commit

Permalink
Merge pull request #3230 from owncloud/feature/hide_biometrics
Browse files Browse the repository at this point in the history
[Feature] Hide biometrical if device does not support it
  • Loading branch information
JuancaG05 authored May 11, 2021
2 parents 10f46cd + af90518 commit e544a7e
Show file tree
Hide file tree
Showing 30 changed files with 160 additions and 119 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Summary
* Bugfix - Fix a bug when some fields where not retrieved from OIDC Discovery: [#3202](https://github.com/owncloud/android/pull/3202)
* Bugfix - Snackbar in passcode view is not displayed: [#2722](https://github.com/owncloud/android/issues/2722)
* Change - Error handling for pattern lock: [#3215](https://github.com/owncloud/android/issues/3215)
* Change - Hide biometrical if device does not support it: [#3217](https://github.com/owncloud/android/issues/3217)
* Enhancement - Replace blank view in music player with cover art: [#3121](https://github.com/owncloud/android/issues/3121)
* Enhancement - Move to AndroidX Preference and new structure for settings: [#2867](https://github.com/owncloud/android/issues/2867)
* Enhancement - Support for apk files: [#2691](https://github.com/owncloud/android/issues/2691)
Expand Down Expand Up @@ -54,6 +55,15 @@ Details
https://github.com/owncloud/android/issues/3215
https://github.com/owncloud/android/pull/3221

* Change - Hide biometrical if device does not support it: [#3217](https://github.com/owncloud/android/issues/3217)

Biometric lock preference in "Security" settings subsection was shown even when the device
didn't support biometrics (if it was Android 6.0 or later versions). Now, the preference is
only shown if the device has the suitable hardware for it.

https://github.com/owncloud/android/issues/3217
https://github.com/owncloud/android/pull/3230

* Enhancement - Replace blank view in music player with cover art: [#3121](https://github.com/owncloud/android/issues/3121)

Blank view in the music preview player with styled up cover art was replaced. For music files
Expand Down
7 changes: 7 additions & 0 deletions changelog/unreleased/3230
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Change: Hide biometrical if device does not support it

Biometric lock preference in "Security" settings subsection was shown even when the
device didn't support biometrics (if it was Android 6.0 or later versions). Now, the
preference is only shown if the device has the suitable hardware for it.

https://github.com/owncloud/android/issues/3217 https://github.com/owncloud/android/pull/3230
Loading

0 comments on commit e544a7e

Please sign in to comment.