|
| 1 | +<!-- |
| 2 | +# |
| 3 | +# Licensed to the Apache Software Foundation (ASF) under one |
| 4 | +# or more contributor license agreements. See the NOTICE file |
| 5 | +# distributed with this work for additional information |
| 6 | +# regarding copyright ownership. The ASF licenses this file |
| 7 | +# to you under the Apache License, Version 2.0 (the |
| 8 | +# "License"); you may not use this file except in compliance |
| 9 | +# with the License. You may obtain a copy of the License at |
| 10 | +# |
| 11 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | +# |
| 13 | +# Unless required by applicable law or agreed to in writing, |
| 14 | +# software distributed under the License is distributed on an |
| 15 | +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | +# KIND, either express or implied. See the License for the |
| 17 | +# specific language governing permissions and limitations |
| 18 | +# under the License. |
| 19 | +# |
| 20 | +--> |
| 21 | +# Release Notes |
| 22 | + |
1 | 23 | ### 5.0.1 (Dec 27, 2017)
|
2 | 24 | * [CB-13706](https://issues.apache.org/jira/browse/CB-13706) Fix to allow 5.0.0 version install (#160)
|
3 | 25 | * Bump cordova-plugin-file dependency to 6.0.0
|
4 | 26 |
|
| 27 | +### 5.0.0 (Dec 15, 2017) |
| 28 | +* [CB-13678](https://issues.apache.org/jira/browse/CB-13678) Remove deprecated platforms |
| 29 | + |
| 30 | +### 4.0.0 (Nov 06, 2017) |
| 31 | +* [CB-12264](https://issues.apache.org/jira/browse/CB-12264) (README): fix `media.getCurrentAmplitude` definition |
| 32 | +* [CB-13265](https://issues.apache.org/jira/browse/CB-13265) Remove **iOS** usage description from media plugin |
| 33 | +* [CB-13517](https://issues.apache.org/jira/browse/CB-13517) (all): Add 'protective' entry to `cordovaDependencies` |
| 34 | +* [CB-13473](https://issues.apache.org/jira/browse/CB-13473) (CI) Removed **Browser** builds from AppVeyor |
| 35 | +* [CB-13294](https://issues.apache.org/jira/browse/CB-13294) Remove `cordova-plugin-compat` |
| 36 | +* [CB-13299](https://issues.apache.org/jira/browse/CB-13299) (CI) Fix **Android** builds |
| 37 | +* [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on Travis and AppVeyor |
| 38 | +* [CB-12671](https://issues.apache.org/jira/browse/CB-12671) **iOS**: Fix auto-test with stopping media that is in starting state |
| 39 | +* [CB-12847](https://issues.apache.org/jira/browse/CB-12847) added `bugs` entry to `package.json`. |
| 40 | + |
| 41 | +### 3.0.1 (Apr 27, 2017) |
| 42 | +* [CB-12542](https://issues.apache.org/jira/browse/CB-12542) (ios) Fix wav file recording, add m4a extension. make **iOS** status handling compatible with **Android**/Windows |
| 43 | +* [CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badges to `README` |
| 44 | +* [CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder |
| 45 | + |
| 46 | +### 3.0.0 (Feb 28, 2017) |
| 47 | +* **Android:** fix `NullPointerException` in `AudioPlayer.readyPlayer` |
| 48 | +* **Android:** fix `java.lang.NullPointerException` on `resumeAllGainedFocus` |
| 49 | +* [CB-12493](https://issues.apache.org/jira/browse/CB-12493) (Tests) Fixed spec.21 flakyness |
| 50 | +* major version bump, added `cordovaDependencies` requirement for `cordova-android>=6.1.0` |
| 51 | +* Add engine tag for checking `cordova-android` |
| 52 | +* Make the output file of **Android** an `acc` file. |
| 53 | +* [CB-12422](https://issues.apache.org/jira/browse/CB-12422) **iOS:** Fix readme issue on background needed plist modification |
| 54 | +* [CB-12434](https://issues.apache.org/jira/browse/CB-12434) **Android:** fix Stoping a Paused Recording throws exception |
| 55 | +* [CB-12411](https://issues.apache.org/jira/browse/CB-12411) Stoping a Paused Recording throws illegal state exception |
| 56 | +* [CB-1187](https://issues.apache.org/jira/browse/CB-1187) **iOS:** Fix unused recording settings |
| 57 | +* [CB-12353](https://issues.apache.org/jira/browse/CB-12353) Corrected merges usage in `plugin.xml` |
| 58 | +* [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from DefinitelyTyped |
| 59 | +* [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0** |
| 60 | +* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 8.1** build badges |
| 61 | + |
| 62 | +### 2.4.1 (Dec 07, 2016) |
| 63 | +* [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 2.4.1 |
| 64 | +* [CB-12034](https://issues.apache.org/jira/browse/CB-12034) (ios) Add mandatory iOS 10 privacy description |
| 65 | +* [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted…" |
| 66 | +* [CB-11529](https://issues.apache.org/jira/browse/CB-11529) ios: Make available setting volume for player on ios device |
| 67 | +* [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Incremented plugin version. |
| 68 | + |
| 69 | +### 2.4.0 (Sep 08, 2016) |
| 70 | +* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies |
| 71 | +* [CB-11793](https://issues.apache.org/jira/browse/CB-11793) fixed **android** build issue with last commit |
| 72 | +* [CB-11085](https://issues.apache.org/jira/browse/CB-11085) Fix error output using `println` to `LOG.e` |
| 73 | +* [CB-11757](https://issues.apache.org/jira/browse/CB-11757) (**ios**) Error out if trying to stop playback while in a wrong state |
| 74 | +* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Overloaded `audioFileForResource` method instead of modifying its signature |
| 75 | +* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Updated modified method signature in the .h file |
| 76 | +* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Fixed an unexpected error callback when initializing Media with file that doesn't exist |
| 77 | +* [CB-10849](https://issues.apache.org/jira/browse/CB-10849) (ios) Fixed a crash when playing soundfiles consecutively |
| 78 | +* [CB-11754](https://issues.apache.org/jira/browse/CB-11754) (**Android**) Fixed the build error |
| 79 | +* [CB-11086](https://issues.apache.org/jira/browse/CB-11086) (**Android**) Fixed a crash when `setVolume()` is called on unitialized audio This closes #93 |
| 80 | +* Plugin uses `Android Log class` and not `Cordova LOG class` |
| 81 | +* [CB-11655](https://issues.apache.org/jira/browse/CB-11655) (**Android**) Enabled asynchronous error handling |
| 82 | +* [CB-11430](https://issues.apache.org/jira/browse/CB-11430) Report duration NaN value to JS properly |
| 83 | +* [CB-11429](https://issues.apache.org/jira/browse/CB-11429) Update test stream URL |
| 84 | +* [CB-11430](https://issues.apache.org/jira/browse/CB-11430) Skip audio playback tests on Saucelabs |
| 85 | +* [CB-11458](https://issues.apache.org/jira/browse/CB-11458) - `media.spec.25` 'should be able to play an audio stream' fails on **iOS** platform |
| 86 | +* Add badges for paramedic builds on Jenkins |
| 87 | +* [CB-11313](https://issues.apache.org/jira/browse/CB-11313) Can't start media streaming on **Android 6.0** |
| 88 | +* Add pull request template. |
| 89 | +* Readme: Add fenced code blocks with langauage hints |
| 90 | +* [CB-11165](https://issues.apache.org/jira/browse/CB-11165) removed peer dependency |
| 91 | +* [CB-10776](https://issues.apache.org/jira/browse/CB-10776) Add the ability to pause and resume an audio recording (**Android**) |
| 92 | +* [CB-10776](https://issues.apache.org/jira/browse/CB-10776) Add the ability to pause and resume an audio recording (**iOS**) |
| 93 | +* [CB-9487](https://issues.apache.org/jira/browse/CB-9487) Don't update position when getting amplitude |
| 94 | +* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md |
| 95 | + |
| 96 | +### 2.3.0 (Apr 15, 2016) |
| 97 | +* Request audio focus when playing; Pause audio when audio focus is lost; resume playing when audio focus is granted again. |
| 98 | +* Replace `PermissionHelper.java` with `cordova-plugin-compat` |
| 99 | +* [CB-10783](https://issues.apache.org/jira/browse/CB-10783) Modify expected position to be in a proper range. |
| 100 | +* [CB-9487](https://issues.apache.org/jira/browse/CB-9487) Support getting amplitude for recording |
| 101 | +* **iOS** audio should handle naked local file sources |
| 102 | +* [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Fixing README for display on Cordova website |
| 103 | +* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins |
| 104 | +* [CB-10535](https://issues.apache.org/jira/browse/CB-10535) Fix CI crash caused by media plugin |
| 105 | + |
| 106 | +### 2.2.0 (Feb 09, 2016) |
| 107 | +* [CB-10476](https://issues.apache.org/jira/browse/CB-10476) Fix problem where callbacks were not invoked on android due to messageChannel being overridden by callbackContext in every execute() call |
| 108 | +* Edit package.json license to match SPDX id |
| 109 | +* [CB-10455](https://issues.apache.org/jira/browse/CB-10455) android: Adding permission helper to remove cordova-android 5.0.0 constraint |
| 110 | +* [CB-57](https://issues.apache.org/jira/browse/CB-57) Updated to use avplayer when url starts with http:// or https:// for full streaming support |
| 111 | +* [CB-8222](https://issues.apache.org/jira/browse/CB-8222) Background thread on play to prevent locking during initial load of media |
| 112 | + |
| 113 | +### 2.1.0 (Jan 15, 2016) |
| 114 | +* Fixed example referencing non-existent variable |
| 115 | +* [CB-9452](https://issues.apache.org/jira/browse/CB-9452) Treat `RTSP streams` as `remote URLs` |
| 116 | +* add JIRA issue tracker link |
| 117 | +* fix [CB-9884](https://issues.apache.org/jira/browse/CB-9884) & [CB-9885](https://issues.apache.org/jira/browse/CB-9885) |
| 118 | +* [CB-10100](https://issues.apache.org/jira/browse/CB-10100) updated file dependency to not grab new majors |
| 119 | +* Fix block usage of self |
| 120 | + |
| 121 | +### 2.0.0 (Nov 18, 2015) |
| 122 | +* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest |
| 123 | +* Media now supports new permissions for **Android 6.0** aka **Marshmallow** |
| 124 | +* Fixing contribute link. |
| 125 | +* [CB-9619](https://issues.apache.org/jira/browse/CB-9619) Fixed tests waiting for precise position |
| 126 | +* [CB-9606](https://issues.apache.org/jira/browse/CB-9606) Fixes arguments parsing in `seekAudio` |
| 127 | +* [CB-9605](https://issues.apache.org/jira/browse/CB-9605) Fixes issue with playback resume after pause on **WP8** |
| 128 | +* fix record and play `NullPointerException` |
| 129 | +* [CB-9237](https://issues.apache.org/jira/browse/CB-9237) Add `cdvfile://` support to media plugin on **Windows** platform |
| 130 | +* [CB-9238](https://issues.apache.org/jira/browse/CB-9238) Media plugin cannot record audio on **Windows** |
| 131 | +* Added **iOS** platform `media.setRate` auto test |
| 132 | +* Add **iOS** platform check in `Media.prototype.setRate` |
| 133 | +* Add `Media.prototype.setRate` method (only for **iOS**) |
| 134 | + |
| 135 | +### 1.0.1 (Jun 17, 2015) |
| 136 | +* [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-media documentation translation: cordova-plugin-media |
| 137 | +* fix npm md issue |
| 138 | +* [CB-9079](https://issues.apache.org/jira/browse/CB-9079) Increased timeout for playback tests |
| 139 | +* [CB-8888](https://issues.apache.org/jira/browse/CB-8888) Makes media status reporting on windows more precise |
| 140 | +* [CB-8793](https://issues.apache.org/jira/browse/CB-8793) Increased playback timeout in tests |
| 141 | + |
| 142 | +### 1.0.0 (Apr 15, 2015) |
| 143 | +* [CB-8793](https://issues.apache.org/jira/browse/CB-8793) Fixed tests to pass on wp8 and windows |
| 144 | +* [CB-8746](https://issues.apache.org/jira/browse/CB-8746) bumped version of file dependency |
| 145 | +* [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump |
| 146 | +* [CB-8779](https://issues.apache.org/jira/browse/CB-8779) Fixed media status reporting on wp8 |
| 147 | +* [CB-8747](https://issues.apache.org/jira/browse/CB-8747) added missing comma |
| 148 | +* [CB-8747](https://issues.apache.org/jira/browse/CB-8747) updated dependency, added peer dependency |
| 149 | +* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name |
| 150 | +* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id |
| 151 | +* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id |
| 152 | +* [CB-8541](https://issues.apache.org/jira/browse/CB-8541) Adds information about available recording formats on Windows |
| 153 | +* Use TRAVIS_BUILD_DIR, install paramedic by npm |
| 154 | +* [CB-8686](https://issues.apache.org/jira/browse/CB-8686) - remove musicLibrary capability |
| 155 | +* [CB-7962](https://issues.apache.org/jira/browse/CB-7962) Adds browser platform support |
| 156 | +* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme |
| 157 | +* [CB-8659](https://issues.apache.org/jira/browse/CB-8659): ios: 4.0.x Compatibility: Remove use of deprecated headers |
| 158 | +* [CB-8572](https://issues.apache.org/jira/browse/CB-8572) Integrate TravisCI |
| 159 | +* [CB-8438](https://issues.apache.org/jira/browse/CB-8438) cordova-plugin-media documentation translation: cordova-plugin-media |
| 160 | +* [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file |
| 161 | +* [CB-8428](https://issues.apache.org/jira/browse/CB-8428) Fix tests on Windows if no audio playback hardware is available |
| 162 | +* [CB-8428](https://issues.apache.org/jira/browse/CB-8428) Fix multiple `done()` calls in media plugin test on devices where audio is not configured |
| 163 | +* [CB-8426](https://issues.apache.org/jira/browse/CB-8426) Add Windows platform section to Media plugin |
| 164 | +* [CB-8425](https://issues.apache.org/jira/browse/CB-8425) Media plugin .ctr: make src param required as per spec |
| 165 | + |
| 166 | +### 0.2.16 (Feb 04, 2015) |
| 167 | +* [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Stop using (newly) deprecated CDVJSON.h |
| 168 | +* [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension |
| 169 | +* [CB-8252](https://issues.apache.org/jira/browse/CB-8252) android: Fire audio events from native via message channel |
| 170 | +* [CB-8152](https://issues.apache.org/jira/browse/CB-8152) ios: Remove deprecated methods in Media plugin (deprecated since 2.5) |
| 171 | + |
| 172 | +### 0.2.15 (Dec 02, 2014) |
| 173 | +* [CB-6153](https://issues.apache.org/jira/browse/CB-6153) **Android**: Add docs for volume control behaviour, and fix controls not being reset on page navigation |
| 174 | +* [CB-6153](https://issues.apache.org/jira/browse/CB-6153) **Android**: Make volume buttons control music stream while any audio players are created |
| 175 | +* [CB-7977](https://issues.apache.org/jira/browse/CB-7977) Mention `deviceready` in plugin docs |
| 176 | +* [CB-7945](https://issues.apache.org/jira/browse/CB-7945) Made media.spec.15 and media.spec.16 auto tests green |
| 177 | +* [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-media documentation translation: cordova-plugin-media |
| 178 | + |
| 179 | +### 0.2.14 (Oct 03, 2014) |
| 180 | +* Amazon Specific changes: Added READ_PHONE_STATE permission same as done in Android |
| 181 | +* make possible plays wav file |
| 182 | +* [CB-7638](https://issues.apache.org/jira/browse/CB-7638) Get audio duration properly on windows |
| 183 | +* [CB-7454](https://issues.apache.org/jira/browse/CB-7454) Adds support for m4a audio format for Windows |
| 184 | +* [CB-7547](https://issues.apache.org/jira/browse/CB-7547) Fixes audio recording on windows platform |
| 185 | +* [CB-7531](https://issues.apache.org/jira/browse/CB-7531) Fixes play() failure after release() call |
| 186 | + |
| 187 | +### 0.2.13 (Sep 17, 2014) |
| 188 | +* [CB-6963](https://issues.apache.org/jira/browse/CB-6963) renamed folder to tests + added nested plugin.xml |
| 189 | +* added documentation for manual tests |
| 190 | +* [CB-6963](https://issues.apache.org/jira/browse/CB-6963) Port Media manual & automated tests |
| 191 | +* [CB-6963](https://issues.apache.org/jira/browse/CB-6963) Port media tests to plugin-test-framework |
| 192 | + |
| 193 | +### 0.2.12 (Aug 06, 2014) |
| 194 | +* [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Updated translations for docs |
| 195 | +* ios: Make it easier to play media and record audio simultaneously |
| 196 | +* code #s for MediaError |
| 197 | + |
| 198 | +### 0.2.11 (Jun 05, 2014) |
| 199 | +* [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Spanish and French Translations added. Github close #13 |
| 200 | +* [CB-6807](https://issues.apache.org/jira/browse/CB-6807) Add license |
| 201 | +* [CB-6706](https://issues.apache.org/jira/browse/CB-6706): Relax dependency on file plugin |
| 202 | +* [CB-6478](https://issues.apache.org/jira/browse/CB-6478): Fix exception when try to record audio file on windows 8 |
| 203 | +* [CB-6477](https://issues.apache.org/jira/browse/CB-6477): Add musicLibrary and microphone capabilities to windows 8 platform |
| 204 | +* [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md |
| 205 | + |
| 206 | +### 0.2.10 (Apr 17, 2014) |
| 207 | +* [CB-6422](https://issues.apache.org/jira/browse/CB-6422): [windows8] use cordova/exec/proxy |
| 208 | +* [CB-6212](https://issues.apache.org/jira/browse/CB-6212): [iOS] fix warnings compiled under arm64 64-bit |
| 209 | +* [CB-6225](https://issues.apache.org/jira/browse/CB-6225): Specify plugin dependency on File plugin 1.0.1 |
| 210 | +* [CB-6460](https://issues.apache.org/jira/browse/CB-6460): Update license headers |
| 211 | +* [CB-6465](https://issues.apache.org/jira/browse/CB-6465): Add license headers to Tizen code |
| 212 | +* Add NOTICE file |
| 213 | + |
| 214 | +### 0.2.9 (Feb 26, 2014) |
| 215 | +* [CB-6051](https://issues.apache.org/jira/browse/CB-6051) Update media plugin to work with new cdvfile:// urls |
| 216 | +* [CB-5748](https://issues.apache.org/jira/browse/CB-5748) Make sure that Media.onStatus is called when recording is started. |
| 217 | + |
| 218 | +### 0.2.8 (Feb 05, 2014) |
| 219 | +* Add preliminary support for Tizen. |
| 220 | +* [CB-4755](https://issues.apache.org/jira/browse/CB-4755) Fix crash in Media.setVolume on iOS |
| 221 | + |
| 222 | +### 0.2.7 (Jan 02, 2014) |
| 223 | +* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc/index.md for Media plugin |
| 224 | +* Adding READ_PHONE_STATE to the plugin permissions |
| 225 | + |
| 226 | +### 0.2.6 (Dec 4, 2013) |
| 227 | +* [ubuntu] specify policy_group |
| 228 | +* add ubuntu platform |
| 229 | +* Added amazon-fireos platform. Change to use amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos' |
| 230 | + |
| 231 | +### 0.2.5 (Oct 28, 2013) |
| 232 | +* [CB-5128](https://issues.apache.org/jira/browse/CB-5128): add repo + issue tag to plugin.xml for media plugin |
| 233 | +* [CB-5010](https://issues.apache.org/jira/browse/CB-5010) Incremented plugin version on dev branch. |
| 234 | + |
| 235 | +### 0.2.4 (Oct 9, 2013) |
| 236 | +* [CB-4928](https://issues.apache.org/jira/browse/CB-4928) plugin-media doesn't load on windows8 |
| 237 | +* [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch. |
| 238 | + |
| 239 | +### 0.2.3 (Sept 25, 2013) |
| 240 | +* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version |
| 241 | +* [windows8] commandProxy was moved |
| 242 | +* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming references |
| 243 | +* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.media to org.apache.cordova.media |
| 244 | +* [CB-4847](https://issues.apache.org/jira/browse/CB-4847) iOS 7 microphone access requires user permission - if denied, CDVCapture, CDVSound does not handle it properly |
| 245 | +* Rename CHANGELOG.md -> RELEASENOTES.md |
| 246 | +* [CB-4799](https://issues.apache.org/jira/browse/CB-4799) Fix incorrect JS references within native code on Android & iOS |
| 247 | +* Fix compiler/lint warnings |
| 248 | +* Rename plugin id from AudioHandler -> media |
| 249 | +* [CB-4763](https://issues.apache.org/jira/browse/CB-4763) Remove reference to cordova-android's FileHelper. |
| 250 | +* [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch. |
| 251 | + |
| 252 | +### 0.2.1 (Sept 5, 2013) |
| 253 | +* [CB-4432](https://issues.apache.org/jira/browse/CB-4432) copyright notice change |
0 commit comments