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

Apply media viewer already created fixes to develop #1252

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    7ca2c5b View commit details
    Browse the repository at this point in the history
  2. Use new objc AVURLAsset generator for chat video cells

    This makes sure we get rid of the non-public symbol previously used.
    tmolitor-stud-tu authored and matthewrfennell committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    699d417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b4b7d6 View commit details
    Browse the repository at this point in the history
  4. Open swipe view with selected image in chat view

    For now, we only provide the currently selected image, so there is no
    change in user experience. But we will want to enable multiple images
    in a future commit.
    matthewrfennell committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ce993e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    344f052 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66d4eaa View commit details
    Browse the repository at this point in the history
  7. Only show media button if there's media to view

    We also move the media gallery button above the "show shared media and
    files" one as users will generally prefer the media gallery.
    matthewrfennell committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    114457f View commit details
    Browse the repository at this point in the history
  8. Rename buttons to open media and files

    Make the wording consistent with other buttons in the list (only use
    nouns, no verbs).
    
    Shorten the wording and hopefully make it more clear to users the
    difference between the two.
    matthewrfennell committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f4df9d0 View commit details
    Browse the repository at this point in the history