Skip to content

Fix: Android 13 images, multi-image attachment, and push permissions on android

Martin Santangelo requested to merge native/fix-image-push-android into release/v4.39.0

Ticket(s) / Related Merge Requests

#5115 (closed) #5114 (closed) #5067 (closed)

Summary of Changes

  • Solved the error attaching images on some Android 13 devices (Added permissions and updated the expo-image-picker)

  • Solved the error with the push notifications permissions

  • Solved the issue with multi-image attachment on the composer

  • Changelog file updated with this template (one or more)

    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

Multi-image: Try to attach more than one image into the composer

Android image issue: Try to attach an image on an android 13 (with the latest security patch) (Tested already by @benhayward.ben )

Push: Push notifications permissions should appear for android users (Android 13)

Regression Scope

image picking can be affected

Platform Affected (web, mobile, etc)

Android

Developer Testing Completed

Android device

Screenshots

Screenshot_2023-08-14-15-36-58-930_com.minds.mobile

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports