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:20 UTC

[1/4] cordova-plugin-media-capture git commit: CB-8687 consolidate manifest targets

Repository: cordova-plugin-media-capture
Updated Branches:
  refs/heads/old-ID 90d46a069 -> e8a9a660d


CB-8687 consolidate manifest targets


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

Branch: refs/heads/old-ID
Commit: f49582a47e6704aa797388223461883735475407
Parents: 90d46a0
Author: Murat Sutunc <mu...@microsoft.com>
Authored: Mon Mar 16 17:09:08 2015 -0700
Committer: Murat Sutunc <mu...@microsoft.com>
Committed: Mon Mar 16 17:09:08 2015 -0700

----------------------------------------------------------------------
 plugin.xml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/f49582a4/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 87b3db0..60b2dca 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -214,18 +214,8 @@ xmlns:rim="http://www.blackberry.com/ns/widgets"
 
     <!-- windows -->
     <platform name="windows">
-        
-        <config-file target="package.phone.appxmanifest" parent="/Package/Capabilities">
-            <DeviceCapability Name="microphone" />
-            <DeviceCapability Name="webcam" />
-        </config-file>
-        
-        <config-file target="package.windows.appxmanifest" parent="/Package/Capabilities">
-            <DeviceCapability Name="microphone" />
-            <DeviceCapability Name="webcam" />
-        </config-file>
-        
-        <config-file target="package.windows80.appxmanifest" parent="/Package/Capabilities">
+
+        <config-file target="package.appxmanifest" parent="/Package/Capabilities">
             <DeviceCapability Name="microphone" />
             <DeviceCapability Name="webcam" />
         </config-file>


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


[3/4] cordova-plugin-media-capture 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-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/eef5be95
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/eef5be95
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/eef5be95

Branch: refs/heads/old-ID
Commit: eef5be951fdc4b191828805a675aa6ec63024e50
Parents: d7f26bc
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Mar 24 23:41:02 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Mar 24 23:41:02 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/eef5be95/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 39cbcdb..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-capture
+  - 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


[4/4] cordova-plugin-media-capture 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-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/e8a9a660
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/e8a9a660
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/e8a9a660

Branch: refs/heads/old-ID
Commit: e8a9a660dfe96ef985094d6663c9913f6764ad7f
Parents: eef5be9
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-capture/blob/e8a9a660/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index c12119b..6879092 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -548,4 +548,4 @@ Unterstützt die folgenden `MediaFileData` Eigenschaften:
 
 *   **Breite**: unterstützt: nur Bild und Video-Dateien.
 
-*   **Dauer**: unterstützt: Audio- und video-Dateien nur.
\ No newline at end of file
+*   **Dauer**: unterstützt: Audio- und video-Dateien nur.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e8a9a660/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index 089c555..efe0295 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -495,4 +495,4 @@ Es compatible con los siguientes `MediaFileData` Propiedades:
 
 *   **anchura**: admite: sólo los archivos de imagen y video.
 
-*   **duración**: apoyado: archivos audio y video.
\ No newline at end of file
+*   **duración**: apoyado: archivos audio y video.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e8a9a660/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index 673121a..ad10efa 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -510,4 +510,4 @@ Prend en charge ce qui suit `MediaFileData` Propriétés :
 
 *   **largeur**: prise en charge : seuls les fichiers image et vidéo.
 
-*   **duration** : propriété prise en charge seulement pour les fichiers audio et vidéo.
\ No newline at end of file
+*   **duration** : propriété prise en charge seulement pour les fichiers audio et vidéo.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e8a9a660/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index 87c1557..15939f9 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -548,4 +548,4 @@ Supporta i seguenti `MediaFileData` proprietà:
 
 *   **larghezza**: supportati: solo i file immagine e video.
 
-*   **durata**: supportati: audio e video file solo.
\ No newline at end of file
+*   **durata**: supportati: audio e video file solo.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e8a9a660/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index 4560ddf..82cf0cf 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -548,4 +548,4 @@ API には、メディア ファイルの形式情報提供しません `MediaFi
 
 *   **幅**: サポート: イメージ ファイルやビデオ ファイルのみです。
 
-*   **期間**: サポート: オーディオおよびビデオ ファイルのみです。
\ No newline at end of file
+*   **期間**: サポート: オーディオおよびビデオ ファイルのみです。

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e8a9a660/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index ee95440..96b509f 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -548,4 +548,4 @@ MIME 형식 [RFC2046][1]을 준수 해야 합니다. 예:
 
 *   **폭**: 지원: 이미지 및 비디오 파일에만.
 
-*   **기간**: 지원: 오디오 및 비디오 파일을.
\ No newline at end of file
+*   **기간**: 지원: 오디오 및 비디오 파일을.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e8a9a660/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index a3103fd..aedd4f5 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -548,4 +548,4 @@ Obsługuje następujące `MediaFileData` Właściwości:
 
 *   **szerokość**: obsługiwane: tylko pliki obrazów i wideo.
 
-*   **czas trwania**: obsługiwane: audio i wideo tylko pliki.
\ No newline at end of file
+*   **czas trwania**: obsługiwane: audio i wideo tylko pliki.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e8a9a660/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index 0408a75..5ebf0da 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -538,4 +538,4 @@ API для доступа к медиа файлов формата информ
 
 *   **Ширина**: поддерживается: только изображения и видео файлов.
 
-*   **Продолжительность**: Поддерживаемые: аудио и видео файлы только.
\ No newline at end of file
+*   **Продолжительность**: Поддерживаемые: аудио и видео файлы только.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e8a9a660/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 336ab15..e785be2 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -548,4 +548,4 @@ MIME 類型應堅持 [RFC2046][1]。示例:
 
 *   **width**: 支援: 僅圖像和視頻檔。
 
-*   **duration**: 支援: 僅音訊和視頻檔。
\ No newline at end of file
+*   **duration**: 支援: 僅音訊和視頻檔。


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


[2/4] cordova-plugin-media-capture git commit: docs: added Windows to supported platforms

Posted by st...@apache.org.
docs: added Windows to supported platforms


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

Branch: refs/heads/old-ID
Commit: d7f26bcf4ace0bba38c03cdeea6a9dd2315ab2a9
Parents: f49582a
Author: sgrebnov <v-...@microsoft.com>
Authored: Thu Mar 19 18:22:00 2015 +0300
Committer: sgrebnov <v-...@microsoft.com>
Committed: Thu Mar 19 18:22:00 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/d7f26bcf/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2603a69..f4888cf 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ Although in the global scope, it is not available until after the `deviceready`
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
+- Windows
 
 ## Objects
 
@@ -123,6 +124,7 @@ code.
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
+- Windows
 
 ### Example
 
@@ -220,6 +222,7 @@ object featuring a `CaptureError.CAPTURE_NO_MEDIA_FILES` error code.
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
+- Windows
 
 ### Windows Phone 7 Quirks
 
@@ -310,6 +313,7 @@ capturing a video clip, the `CaptureErrorCB` callback executes with a
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
+- Windows
 
 ### Example
 
@@ -499,6 +503,7 @@ callback.
 - iOS
 - Windows Phone 7 and 8
 - Windows 8
+- Windows
 
 ### Amazon Fire OS Quirks
 


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