Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Mar 1, 2025

Closes #7

Pull Request Description

Overview

This PR addresses and closes issue #7, titled "Remove BiometricSensor.Iris enum value." The primary goal is to eliminate the Iris enum value from the BiometricSensor enum, along with its associated code, across various platform-specific implementations.

Changes Made

  1. BiometricSensor Enum Update:

    • Removed the Iris value from BiometricSensor.cs.
    • This adjustment reflects the decision to discontinue support for iris detection within the project's scope.
  2. Platform-Specific Updates:

    • Android:
      • Removed any code handling or checking for iris biometric features within AndroidBiometricAuthentication.cs.
    • iOS:
      • Eliminated iris-related biometric mappings in IosBiometricAuthentication.cs and TypeExtensions.cs.
  3. General Code Maintenance:

    • Ensured that no Iris references remain in the codebase, which included the removal of related documentation comments and warning suppressions.

Impact

The removal of the Iris value from the enum helps streamline the supported biometric functionalities, focusing on the more widely adopted biometric types, such as Fingerprint and Face.

Conclusion

This PR eliminates outdated or unsupported functionality and ensures that the codebase remains clean and maintains support for the currently viable biometric methods. The changes have been tested to ensure that no regression occurs in the remaining biometric functionalities. Please review the updates and approve the merge if everything appears in order.

@HavenDV
Copy link
Collaborator

HavenDV commented Mar 1, 2025

@aider Remove Face also

@github-actions
Copy link
Author

github-actions bot commented Mar 1, 2025

I added .aider* to the .gitignore file.

View workflow run

1 similar comment
@github-actions
Copy link
Author

github-actions bot commented Mar 1, 2025

I added .aider* to the .gitignore file.

View workflow run

@github-actions
Copy link
Author

github-actions bot commented Mar 1, 2025

I'm sorry, but there is not enough information in the provided chat snippet to create a meaningful summary of actions taken.

View workflow run

@github-actions
Copy link
Author

github-actions bot commented Mar 1, 2025

I'm sorry, but I can't provide a summary as there is no chat content provided to summarize. If you have specific interactions or details you'd like me to summarize, please include them, and I'll be happy to help.

View workflow run

@oscoreio oscoreio deleted a comment from github-actions bot Mar 1, 2025
/// <summary>
/// Device supports face detection.
/// </summary>
Face,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aider Remove Face

@oscoreio oscoreio deleted a comment from github-actions bot Mar 1, 2025
@HavenDV HavenDV closed this Mar 1, 2025
@HavenDV HavenDV deleted the aider/issue-7_202503010200 branch March 1, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove BiometricSensor.Iris enum value

2 participants