Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Javadoc Warnings and Errors #553

Open
hvge opened this issue Sep 21, 2023 · 0 comments
Open

Fix Javadoc Warnings and Errors #553

hvge opened this issue Sep 21, 2023 · 0 comments

Comments

@hvge
Copy link
Member

hvge commented Sep 21, 2023

There are multiple Javadoc warnings and errors produced once we use JDK 17, such as:

.../powerauth-mobile-sdk/proj-android/PowerAuthLibrary/src/main/java/io/getlime/security/powerauth/core/Session.java:578: error: unexpected heading used: <H2>, compared to implicit preceding heading: <H3>
     *  <h2>Discussion</h2>
        ^

The temporary solution is to disable HTML validation.

@hvge hvge self-assigned this Sep 21, 2023
hvge added a commit that referenced this issue Sep 21, 2023
- Fixed several Javadoc warnings with added documentation.
hvge added a commit that referenced this issue Sep 21, 2023
* Android: Fix #523: Option to disable error dialog

- PowerAuthErrorException now may contain an additionalInformation
- Added BiometricErrorInfo

Other changes
- Simplified PowerAuthSDK.authenticateWithBiometry()
- Added support for missing BIOMETRY_NOT_ENROLLED error code (unification with iOS)
- Android: Fixed javadoc warnings
- Android: #553: Temporary disable HTML validation in Javadoc
- Fixed several Javadoc warnings with added documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant