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

Concurrent camera tests #266

Merged
merged 9 commits into from
Sep 18, 2024
Merged

Concurrent camera tests #266

merged 9 commits into from
Sep 18, 2024

Commits on Sep 12, 2024

  1. Fix tests which don't specify explicit URI

     When running JCA without an explicit intent mode, the files are
     saved to MediaStore. This installs a watch on the MediaStore to
     delete any files that are created during tests.
    temcguir committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c4ef540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25613fc View commit details
    Browse the repository at this point in the history
  3. Remove "JCA" file prefix check for video capture

     Video capture seems to be saving a 3gp file without the filename
     specified. Remove the "JCA" prefix check for now in order to
     ensure this file gets deleted in tests.
    temcguir committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6026d50 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 17, 2024

  1. Remove unnecessary limitedParalellism and only assert for missing fil…

    …es when test succeeds
    temcguir committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    704b135 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    190a4a0 View commit details
    Browse the repository at this point in the history
  2. Make CaptureModeToggleButton more testable

     Adds test tag to CaptureModeToggleButton
    
     Adds state descriptions to ToggleButton
    
     Removes unnecessary coroutine scope from ToggleButton
    temcguir committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f5e6c63 View commit details
    Browse the repository at this point in the history
  3. Add Concurrent Camera tests

     Adds tests to ensure Concurrent Camera can be enabled without
     crashing the app, and appropriate features are disabled when
     concurrent camera mode is enabled.
    
     Also ensures that recordings can be made in concurrent camera
     mode.
    temcguir committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6a18f09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fde6670 View commit details
    Browse the repository at this point in the history