Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: add suppress warning for TrustAllX509TrustManager since that is what the method is actually supposed to do#2091

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
ldetmer wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromsuppress-TrustAllX509TrustManager

Conversation

@ldetmer
Copy link
Contributor

This was flagged by android team as an issue when they take in our SDK

Fixes #1866

@ldetmerldetmer requested a review froma team as acode ownerMarch 28, 2025 12:40
@product-auto-labelproduct-auto-labelbot added the size: xsPull request size is extra small. labelMar 28, 2025
@paulthomson
Copy link

Note that@SuppressWarnings only has source retention, so it will not make it to the bytecode jar library, and so Android Lint will still potentially report a warning for any developers that use this library in their Android app.

For this reason, Android Lint only looks for@SuppressLint in the bytecode. It can come from any package, so you may want to just create your own SuppressLint annotation (see internal bug for example).

diegomarquezp reacted with thumbs up emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@diegomarquezpdiegomarquezpAwaiting requested review from diegomarquezp

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

size: xsPull request size is extra small.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@ldetmer@paulthomson

[8]ページ先頭

©2009-2025 Movatter.jp