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

Image preview in Android share sheet (Android 10+ only) #8143

Merged
merged 2 commits into from
May 22, 2022

Commits on May 14, 2022

  1. [Android 10+] Add image preview of the content shared where possible

    These previews will be only available for images cached in the cache used by Picasso.
    The Bitmap of the content is compressed in JPEG 90 and saved inside the application cache folder under the name android_share_sheet_image_preview.jpg.
    The current image will be, of course, always overwritten by the next one and cleared when the application cache is cleared.
    AudricV committed May 14, 2022
    Configuration menu
    Copy the full SHA
    761c0ff View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    bd5eda9 View commit details
    Browse the repository at this point in the history