You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/03/31 19:58:18 UTC

[1/4] cordova-plugin-media git commit: CB-8686 - remove musicLibrary capability

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/old-ID a8b6f9e41 -> 6f873859c


CB-8686 - remove musicLibrary capability


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/fd9b6fcb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/fd9b6fcb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/fd9b6fcb

Branch: refs/heads/old-ID
Commit: fd9b6fcb9c1d63109d3fe97dd52556420979cd55
Parents: a8b6f9e
Author: Murat Sutunc <mu...@microsoft.com>
Authored: Mon Mar 16 16:59:57 2015 -0700
Committer: Murat Sutunc <mu...@microsoft.com>
Committed: Mon Mar 16 17:02:20 2015 -0700

----------------------------------------------------------------------
 plugin.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/fd9b6fcb/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 88e3fc5..fc18692 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -154,7 +154,6 @@ id="org.apache.cordova.media"
         </js-module>
 
         <config-file target="package.appxmanifest" parent="/Package/Capabilities">
-            <Capability Name="musicLibrary" />
             <DeviceCapability Name="microphone" />
         </config-file>
     </platform>
@@ -166,7 +165,6 @@ id="org.apache.cordova.media"
         </js-module>
 
         <config-file target="package.appxmanifest" parent="/Package/Capabilities">
-            <Capability Name="musicLibrary" />
             <DeviceCapability Name="microphone" />
         </config-file>
     </platform>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[4/4] cordova-plugin-media git commit: CB-8653 updated translated docs to use new id

Posted by st...@apache.org.
CB-8653 updated translated docs to use new id


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/6f873859
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/6f873859
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/6f873859

Branch: refs/heads/old-ID
Commit: 6f873859c5589de48bf79b2937f1e996436f4dd4
Parents: 42b10a2
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 31 10:53:32 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 31 10:53:32 2015 -0700

----------------------------------------------------------------------
 doc/de/index.md | 2 +-
 doc/es/index.md | 2 +-
 doc/fr/index.md | 2 +-
 doc/it/index.md | 2 +-
 doc/ja/index.md | 2 +-
 doc/ko/index.md | 2 +-
 doc/pl/index.md | 2 +-
 doc/ru/index.md | 2 +-
 doc/zh/index.md | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index aaee8ed..3553d5b 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -502,4 +502,4 @@ Ein `MediaError`-Objekt wird an die `mediaError`-Callback-Funktion zurückgegebe
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index e9e3937..36745c6 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -397,4 +397,4 @@ A `MediaError` objeto es devuelto a la `mediaError` función de devolución de l
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index 1bd857c..b928ce6 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -397,4 +397,4 @@ A `MediaError` objet est retourné à la `mediaError` fonction de rappel lorsqu'
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index 7029187..c7886e4 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -502,4 +502,4 @@ Un oggetto ` MediaError` viene restituito alla funzione di callback ` mediaError
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index a3ae51d..62d7408 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -502,4 +502,4 @@
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index 2010fdd..20e29d1 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -502,4 +502,4 @@
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index 8250106..cc7cff6 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -502,4 +502,4 @@ Gdy wystąpi błąd, funkcja wywołania zwrotnego `mediaError` zwracany jest obi
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index facda0f..33d71e4 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -491,4 +491,4 @@ A `MediaError` объект возвращается к `mediaError` функц
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6f873859/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 0259a39..ab4db24 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -502,4 +502,4 @@
 *   `MediaError.MEDIA_ERR_ABORTED`= 1
 *   `MediaError.MEDIA_ERR_NETWORK`= 2
 *   `MediaError.MEDIA_ERR_DECODE`= 3
-*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4
\ No newline at end of file
+*   `MediaError.MEDIA_ERR_NONE_SUPPORTED`= 4


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[3/4] cordova-plugin-media git commit: CB-8541 Adds information about available recording formats on Windows

Posted by st...@apache.org.
CB-8541 Adds information about available recording formats on Windows


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/42b10a22
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/42b10a22
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/42b10a22

Branch: refs/heads/old-ID
Commit: 42b10a224a1cd4f22ce461a8a6bf6fe9dafb56f1
Parents: 38f8e71
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Mar 31 11:09:38 2015 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Mar 31 11:10:26 2015 +0300

----------------------------------------------------------------------
 README.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/42b10a22/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a0f4768..4c0ff17 100644
--- a/README.md
+++ b/README.md
@@ -406,6 +406,8 @@ Starts recording an audio file.
 
 ### Windows Quirks
 
+- Windows devices can use MP3, M4A and WMA formats for recorded audio. However in most cases it is not possible to use MP3 for audio recording on _Windows Phone 8.1_ devices, because an MP3 encoder is [not shipped with Windows Phone](https://msdn.microsoft.com/en-us/library/windows/apps/windows.media.mediaproperties.mediaencodingprofile.createmp3.aspx).
+
 - If a full path is not provided, the recording is placed in the AppData/temp directory. This can be accessed via the `File` API using `LocalFileSystem.TEMPORARY` or 'ms-appdata:///temp/<filename>' URI.
 
 - Any subdirectory specified at record time must already exist.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/4] cordova-plugin-media git commit: Use TRAVIS_BUILD_DIR, install paramedic by npm

Posted by st...@apache.org.
Use TRAVIS_BUILD_DIR, install paramedic by npm


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/38f8e715
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/38f8e715
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/38f8e715

Branch: refs/heads/old-ID
Commit: 38f8e7156c2a2ace29c56c669b31e28deecd588b
Parents: fd9b6fc
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Mar 24 23:39:50 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Mar 24 23:39:50 2015 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/38f8e715/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e61158e..fa7ae7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,8 @@ node_js:
 install:
   - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 
   - cd ..
-  - npm install -g purplecabbage/cordova-paramedic
+  - npm install -g cordova-paramedic
   - npm install -g cordova
   - npm install -g ios-sim
 script:
-  - cordova-paramedic --platform ios --plugin ../cordova-plugin-media
+  - cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org