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

Security : Migrated exifInterface to androidx exif.interface #6013

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

@neeldoshii neeldoshii marked this pull request as draft December 8, 2024 17:05
@@ -66,13 +63,13 @@ class EditActivity : AppCompatActivity() {
ExifInterface.TAG_GPS_TIMESTAMP,
ExifInterface.TAG_IMAGE_LENGTH,
ExifInterface.TAG_IMAGE_WIDTH,
ExifInterface.TAG_ISO,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

For reviewers:
As per linked issue I migrated to TAG_ISO to TAG_ISO_SPEED_RATINGS but this ISO_SPEED_Ratings is deprecated in androidx.exifinterface.media.ExifInterface so I migrated it to TAG_PHOTOGRAPHIC_SENSITIVITY

Ref : https://developer.android.com/reference/kotlin/androidx/exifinterface/media/ExifInterface#TAG_ISO_SPEED_RATINGS()

ExifInterface.TAG_MAKE,
ExifInterface.TAG_MODEL,
ExifInterface.TAG_ORIENTATION,
ExifInterface.TAG_WHITE_BALANCE,
ExifInterface.WHITEBALANCE_AUTO,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ExifInterface.TAG_MAKE,
ExifInterface.TAG_MODEL,
ExifInterface.TAG_ORIENTATION,
ExifInterface.TAG_WHITE_BALANCE,
ExifInterface.WHITEBALANCE_AUTO,
ExifInterface.WHITEBALANCE_MANUAL,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@neeldoshii neeldoshii marked this pull request as ready for review December 8, 2024 17:15
@misaochan misaochan merged commit 56ada36 into commons-app:main Dec 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants