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

fix(android)(9_3_X): AudioRecorder recording/stopped property handling #11996

Merged
merged 8 commits into from
Oct 15, 2020

Commits on Oct 15, 2020

  1. fix(android): AudioRecorder recording/stopped property handling

    Fixes TIMOB-28105
    jquick-axway authored and sgtcoolguy committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    aa2d1ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e8cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2927755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8335e27 View commit details
    Browse the repository at this point in the history
  5. refactor(android): audio recorder handling

    - Now auto-stops recording when JS object is released or JS runtime has been terminated.
      * Needed to to free up microphone to be used by next audio recorder object.
    - Modified AudioRecorder.start() to no-op if already started.
    - Removed blocking reads from audio recorder. Now always reads microphone from worker thread.
    - Now checks if audio recording was successfully started.
    jquick-axway authored and sgtcoolguy committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    6c3869a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68a1057 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    487c403 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    397cbb4 View commit details
    Browse the repository at this point in the history