Skip to content

Conversation

mike-nelson
Copy link
Owner

@mike-nelson mike-nelson commented Aug 29, 2019

Platforms affected

What does this PR do?

What testing has been done on this change?

Checklist

  • ICLA has been signed and submitted to [email protected].
  • Reported an issue in the JIRA database
  • Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
  • Added automated test coverage as appropriate for this change.

Nikita Matrosov and others added 30 commits September 21, 2016 18:01
In order to play the audio file with the html <audio> tag in iOS:
1. change OutputFormat from RAW_AMR to AAC_ADTS
2. change OutputFormat from AMR_NB to AAC
Add engine tag for checking the version of "cordova-android".
Update for format of Android audio, from .amr to .aac.

 This closes #124
…tatus handling compatible with Android/Windows

implement a "messageChannel" command and if the messageChannel
command is called  the plugin hands back results to the plugin
container via "sendPluginResult" instead of "evalJs"
even for oldschool usage it cleans the code

Closes #134.
erisu and others added 30 commits May 24, 2022 22:37
When I try to get the position of an audio that had an error while loading, the crash appose exponentially because it can not cast the time = none

Co-authored-by: LKS <[email protected]>
* test(spec.timeout): improve safe complete for before and after each spec
* test(spec.timeout): add done to success callback
* test(spec.timeout): set DEFAULT_TIMEOUT_INTERVAL to ACTUAL_PLAYBACK_TEST_TIMEOUT
* CB-11641 android: add 'message' field to media error

It was not possible before to get error message.This updated Android implementation to return error code with message similar to iOS.

* style: apply lint corrections
* refactor(android): private API sendStatusChange

Co-authored-by: Nikita Matrosov <[email protected]>
* chore: bump version 7.0.0-dev
* chore: add cordovaDependencies for 7.0.0
* dep(dev)!: bump @cordova/[email protected]
* chore: apply automatic lint fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.