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

Compress video and improve file too big error detection #3264

Merged
merged 32 commits into from
May 5, 2021

Commits on May 3, 2021

  1. reorder methods

    bmarty committed May 3, 2021
    Configuration menu
    Copy the full SHA
    75a4455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a377a59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e1c503 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff65b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a23d31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e108534 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1e4b03 View commit details
    Browse the repository at this point in the history
  8. Send the Thumbnail after the main content, for the case the main cont…

    …ent fails if too large.
    bmarty committed May 3, 2021
    Configuration menu
    Copy the full SHA
    5213309 View commit details
    Browse the repository at this point in the history
  9. Cleanup

    bmarty committed May 3, 2021
    Configuration menu
    Copy the full SHA
    d6b6768 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    765380a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e510de1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d7cbae7 View commit details
    Browse the repository at this point in the history
  13. Fix small copy paste error

    bmarty committed May 3, 2021
    Configuration menu
    Copy the full SHA
    570cffd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    30a54cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d9ffce7 View commit details
    Browse the repository at this point in the history
  16. Sent video does not contains duration (#3272)

    When using the file picker (and not the media picker).
    Now when using the file picker, we detect the mime type and we send the correct event
    Also some code duplication
    bmarty committed May 3, 2021
    Configuration menu
    Copy the full SHA
    f794910 View commit details
    Browse the repository at this point in the history
  17. Fix video thumbnail not displayed in when replying and in bottom sheet

    Also create some extensions for future use
    bmarty committed May 3, 2021
    Configuration menu
    Copy the full SHA
    12c4f3c View commit details
    Browse the repository at this point in the history
  18. Fixed!

    bmarty committed May 3, 2021
    Configuration menu
    Copy the full SHA
    9d225b7 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    6347564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf6dcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c502e97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edbfc2e View commit details
    Browse the repository at this point in the history
  5. Rename file (ktlint)

    bmarty committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d8bdf8e View commit details
    Browse the repository at this point in the history
  6. Fix false positive with lint

    bmarty committed May 4, 2021
    Configuration menu
    Copy the full SHA
    fb42b86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efc08b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a411cc View commit details
    Browse the repository at this point in the history
  9. Fix an issue with the layout dialog_photo_or_video.xml on Dark theme.…

    … Light theme does not use .Bridge, so no reason to use it for Dark theme.
    
    I hope there will be no regression though...
    bmarty committed May 4, 2021
    Configuration menu
    Copy the full SHA
    9e4f114 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Fix issue in logs

    bmarty committed May 5, 2021
    Configuration menu
    Copy the full SHA
    8d52829 View commit details
    Browse the repository at this point in the history
  2. Properly handle the compression cancellation

    It should never occur though
    bmarty committed May 5, 2021
    Configuration menu
    Copy the full SHA
    62207f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590d8fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e28556d View commit details
    Browse the repository at this point in the history
  5. Fix long line

    bmarty committed May 5, 2021
    Configuration menu
    Copy the full SHA
    080bdf1 View commit details
    Browse the repository at this point in the history