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

Migrate image picker to new Photo Picker (Android 13 compatibility) #499

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2023

  1. Migrate image picker to new Photo Picker

    With Android 13 the previous photo picker didn't trigger at all anymore.
    But we can use the new Photo Picker UI as described in [0] to get a new
    and better photo picker. Some refactoring is necessary to suport that.
    
    [0] https://android-developers.googleblog.com/2023/04/photo-picker-everywhere.html
    z3ntu committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    be31d1b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

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

Commits on Dec 15, 2023

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