Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[camera] Implemented ImageStream ImageFormat setting for Dart and Android #3359

Merged
merged 57 commits into from
Jan 11, 2021

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    0a971a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9773fea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db6c88a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa71493 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e94b474 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccd0225 View commit details
    Browse the repository at this point in the history
  7. fixed formatting

    danielroek committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    fa0c685 View commit details
    Browse the repository at this point in the history
  8. fixed formatting

    danielroek committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    39bd9d1 View commit details
    Browse the repository at this point in the history
  9. fixed formatting

    danielroek committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    288684f View commit details
    Browse the repository at this point in the history
  10. WIP: iOS implementation

    danielroek committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    b1ddd57 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    332c2ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9188fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9ca829 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
    danielroek and mvanbeusekom authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    ec6aa45 View commit details
    Browse the repository at this point in the history
  5. Added period to sentence

    danielroek authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    56f77ec View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Moved ImageFormatGroup to platform_interface; Added extension to conv…

    …ert ImageFormatGroup to name; Changed int to ImageFormatGroup for initializeCamera
    danielroek committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    ecea347 View commit details
    Browse the repository at this point in the history
  2. Fixed test

    danielroek committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    ac23632 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eea926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a86d26 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'image_stream_image_format_platform_interface' into imag…

    …e_stream_image_format
    
    # Conflicts:
    #	packages/camera/camera/pubspec.yaml
    #	packages/camera/camera_platform_interface/lib/src/method_channel/method_channel_camera.dart
    #	packages/camera/camera_platform_interface/lib/src/platform_interface/camera_platform.dart
    #	packages/camera/camera_platform_interface/test/method_channel/method_channel_camera_test.dart
    danielroek committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    d5bc2a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4e152f View commit details
    Browse the repository at this point in the history
  7. removed getOrDefault

    danielroek committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    7f06e79 View commit details
    Browse the repository at this point in the history
  8. Updated camera implementation to use ImageFormatGroupName; Updated to…

    … Dart 2.7.0 to support extensions;
    danielroek committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    c887e9d View commit details
    Browse the repository at this point in the history
  9. removed unused import

    danielroek committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    18336f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf6345c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    81799a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6acd3ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab15e89 View commit details
    Browse the repository at this point in the history
  14. Fixed formatting

    danielroek committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    098fd76 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b65ed1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f8d9e4c View commit details
    Browse the repository at this point in the history
  17. Fixed formatting

    danielroek committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    8936a7f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bece2b7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    71f77f4 View commit details
    Browse the repository at this point in the history
  20. Updated iOS implementation

    danielroek committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    2b6751b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7e65ac1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5f1a17c View commit details
    Browse the repository at this point in the history
  23. fixed period in docs

    danielroek committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    18efce6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    06ec92d View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Moved switching videoFormat to method in iOS

    Daniel Roek committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    be3bb3d View commit details
    Browse the repository at this point in the history
  2. Implemented feedback

    Daniel Roek committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    b0a67fc View commit details
    Browse the repository at this point in the history
  3. fixed formatting

    Daniel Roek committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    0e04029 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb90463 View commit details
    Browse the repository at this point in the history
  5. fixed mistakingly removed bracket

    Daniel Roek committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    375396c View commit details
    Browse the repository at this point in the history
  6. fixed formatting

    Daniel Roek committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    5ec0af9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Merge remote-tracking branch 'origin/master' into image_stream_image_…

    …format_platform_interface
    
    # Conflicts:
    #	packages/camera/camera_platform_interface/CHANGELOG.md
    #	packages/camera/camera_platform_interface/lib/src/platform_interface/camera_platform.dart
    #	packages/camera/camera_platform_interface/lib/src/types/types.dart
    #	packages/camera/camera_platform_interface/pubspec.yaml
    danielroek committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    b0d603c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'image_stream_image_format_platform_interface' into imag…

    …e_stream_image_format
    
    # Conflicts:
    #	packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/Camera.java
    #	packages/camera/camera/pubspec.yaml
    danielroek committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    793e52d View commit details
    Browse the repository at this point in the history
  3. Updated version

    danielroek committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    7953820 View commit details
    Browse the repository at this point in the history
  4. Updated version

    danielroek committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    8ea2454 View commit details
    Browse the repository at this point in the history
  5. fixed formatting

    danielroek committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    f904cbf View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    90f816c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'flutter/master' into image_stream_image…

    …_format
    
    # Conflicts:
    #	packages/camera/camera/CHANGELOG.md
    #	packages/camera/camera/pubspec.yaml
    danielroek committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    c6d2e78 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Update version number

    mvanbeusekom committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    5593116 View commit details
    Browse the repository at this point in the history
  2. Update version number

    mvanbeusekom committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    0a3e8d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

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

Commits on Jan 11, 2021

  1. Define TAG correctly

    mvanbeusekom committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    23e7753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de722d View commit details
    Browse the repository at this point in the history