[jira] [Commented] (CB-3208) contacts

2014-01-02 Thread Piotr Zalewa (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860085#comment-13860085
 ] 

Piotr Zalewa commented on CB-3208:
--

Do you have a specific example?

Here is the test I used to check saving - 
https://github.com/zalun/cordova-mobile-spec/blob/master/autotest/tests/contacts.tests.js#L358-L425

Major known issues so far:
  * There is no way of saving a formatted field
(I'm thinking of creating it automatically based on data)
  * There is some information lost in organizations

I'm more concerned of dealing with existing contacts written in FFOS if they're 
gonna be rewritten by PhoneGap app. These are fields which would be lost in 
such action - 
https://github.com/zalun/cordova-plugin-contacts/blob/master/src/firefoxos/ContactsProxy.js#L145-L153

 contacts
 

 Key: CB-3208
 URL: https://issues.apache.org/jira/browse/CB-3208
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Affects Versions: 2.6.0
Reporter: Herm Wong
Assignee: Herm Wong
 Fix For: 3.3.0


 Contacts API spec: https://wiki.mozilla.org/WebAPI/ContactsAPI



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5716) Got null NATIVE_URI while set saveToPhotoAlbum true

2014-01-02 Thread qi (JIRA)
qi created CB-5716:
--

 Summary: Got null NATIVE_URI while set saveToPhotoAlbum true
 Key: CB-5716
 URL: https://issues.apache.org/jira/browse/CB-5716
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
Affects Versions: 3.3.0
 Environment: ios
Reporter: qi


for camera.getPicture, if set 
sourceType : Camera.PictureSourceType.CAMERA
saveToPhotoAlbum: true
destinationType : Camera.DestinationType.NATIVE_URL

we only got null return value, I was assuming I should get image saved at photo 
album and get valid uri back



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5717) Page moves down and then back up during keyboard toggle on iOS

2014-01-02 Thread Becky Conning (JIRA)
Becky Conning created CB-5717:
-

 Summary: Page moves down and then back up during keyboard toggle 
on iOS
 Key: CB-5717
 URL: https://issues.apache.org/jira/browse/CB-5717
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
 Environment: iOS 6 / 7
Reporter: Becky Conning
Priority: Minor


Here is a video of the issue occurring in the iOS 7 iPad simulator.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5717) Page moves down and then back up during keyboard toggle on iOS

2014-01-02 Thread Becky Conning (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Becky Conning updated CB-5717:
--

Description: Here is a video of the issue occurring in the iOS 7 iPad 
simulator. http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5  (was: 
Here is a video of the issue occurring in the iOS 7 iPad simulator. 
http://embedmyvideo.com/?vid=1388446409417-khidlp)

 Page moves down and then back up during keyboard toggle on iOS
 --

 Key: CB-5717
 URL: https://issues.apache.org/jira/browse/CB-5717
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
 Environment: iOS 6 / 7
Reporter: Becky Conning
Priority: Minor

 Here is a video of the issue occurring in the iOS 7 iPad simulator. 
 http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5717) Page moves down and then back up during keyboard toggle on iOS

2014-01-02 Thread Becky Conning (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Becky Conning updated CB-5717:
--

Description: Here is a video of the issue occurring in the iOS 7 iPad 
simulator. http://embedmyvideo.com/?vid=1388446409417-khidlp  (was: Here is a 
video of the issue occurring in the iOS 7 iPad simulator.)

 Page moves down and then back up during keyboard toggle on iOS
 --

 Key: CB-5717
 URL: https://issues.apache.org/jira/browse/CB-5717
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
 Environment: iOS 6 / 7
Reporter: Becky Conning
Priority: Minor

 Here is a video of the issue occurring in the iOS 7 iPad simulator. 
 http://embedmyvideo.com/?vid=1388446409417-khidlp



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5717) Page moves down and then back up during keyboard toggle on iOS

2014-01-02 Thread Becky Conning (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Becky Conning updated CB-5717:
--

Description: 
Here is a video of the issue occurring in the iOS 7 iPad simulator. 
http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5

In some previous versions this could be fixed by commenting out the 
keyboardWillShow method in CDVViewController.

  was:Here is a video of the issue occurring in the iOS 7 iPad simulator. 
http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5


 Page moves down and then back up during keyboard toggle on iOS
 --

 Key: CB-5717
 URL: https://issues.apache.org/jira/browse/CB-5717
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
 Environment: iOS 6 / 7
Reporter: Becky Conning
Priority: Minor

 Here is a video of the issue occurring in the iOS 7 iPad simulator. 
 http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5
 In some previous versions this could be fixed by commenting out the 
 keyboardWillShow method in CDVViewController.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5717) Page moves down and then back up during keyboard toggle on iOS

2014-01-02 Thread Becky Conning (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860135#comment-13860135
 ] 

Becky Conning commented on CB-5717:
---

I think this relates to the KeyboardToolbarRemover. It does not occur when the 
HideKeyboardFormAccessoryBar preference is false.

 Page moves down and then back up during keyboard toggle on iOS
 --

 Key: CB-5717
 URL: https://issues.apache.org/jira/browse/CB-5717
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
 Environment: iOS 6 / 7
Reporter: Becky Conning
Priority: Minor

 Here is a video of the issue occurring in the iOS 7 iPad simulator. 
 http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5
 In some previous versions this could be fixed by commenting out the 
 keyboardWillShow method in CDVViewController.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5717) Page moves down and then back up during keyboard toggle on iOS

2014-01-02 Thread Becky Conning (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860157#comment-13860157
 ] 

Becky Conning commented on CB-5717:
---

Issue is in CDVKeyboard.m and part of the keyboard plugin.

 Page moves down and then back up during keyboard toggle on iOS
 --

 Key: CB-5717
 URL: https://issues.apache.org/jira/browse/CB-5717
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
 Environment: iOS 6 / 7
Reporter: Becky Conning
Priority: Minor

 Here is a video of the issue occurring in the iOS 7 iPad simulator. 
 http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5
 In some previous versions this could be fixed by commenting out the 
 keyboardWillShow method in CDVViewController.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5717) Page moves on keyboard toggle without accessory bar on iOS

2014-01-02 Thread Becky Conning (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Becky Conning updated CB-5717:
--

Summary: Page moves on keyboard toggle without accessory bar on iOS  (was: 
Page moves down and then back up during keyboard toggle on iOS)

 Page moves on keyboard toggle without accessory bar on iOS
 --

 Key: CB-5717
 URL: https://issues.apache.org/jira/browse/CB-5717
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
 Environment: iOS 6 / 7
Reporter: Becky Conning
Priority: Minor

 Here is a video of the issue occurring in the iOS 7 iPad simulator. 
 http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5
 In some previous versions this could be fixed by commenting out the 
 keyboardWillShow method in CDVViewController.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Issue Comment Deleted] (CB-5717) Page moves on keyboard toggle without accessory bar on iOS

2014-01-02 Thread Becky Conning (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Becky Conning updated CB-5717:
--

Comment: was deleted

(was: I think this relates to the KeyboardToolbarRemover. It does not occur 
when the HideKeyboardFormAccessoryBar preference is false.)

 Page moves on keyboard toggle without accessory bar on iOS
 --

 Key: CB-5717
 URL: https://issues.apache.org/jira/browse/CB-5717
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
 Environment: iOS 6 / 7
Reporter: Becky Conning
Priority: Minor

 Here is a video of the issue occurring in the iOS 7 iPad simulator. 
 http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5
 In some previous versions this could be fixed by commenting out the 
 keyboardWillShow method in CDVViewController.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5718) Detection of HTTPS broken

2014-01-02 Thread Andrew Brock (JIRA)
Andrew Brock created CB-5718:


 Summary: Detection of HTTPS broken
 Key: CB-5718
 URL: https://issues.apache.org/jira/browse/CB-5718
 Project: Apache Cordova
  Issue Type: Bug
  Components: weinre
Affects Versions: 2.0.0
Reporter: Andrew Brock
Assignee: Patrick Mueller
Priority: Blocker


2 JS files don't correctly handle https:

web/index.js(64):
--- else if (protocol == https:) {
+++ else if (weinre_protocol == https:) {

web/target/target-script-min.js(3359):
--- pattern = /(http:\/\/(.*?)\/)/;
+++ pattern = /(https?:\/\/(.*?)\/)/;



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5717) Page moves on keyboard toggle without accessory bar on iOS

2014-01-02 Thread Becky Conning (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860179#comment-13860179
 ] 

Becky Conning commented on CB-5717:
---

this issue can be resolved by removing 

self.webView.scrollView.frame = newFrame;

from CDVKeyboard.m

not sure what else this will effect. will check to see if it effects the shrink 
view mode.

 Page moves on keyboard toggle without accessory bar on iOS
 --

 Key: CB-5717
 URL: https://issues.apache.org/jira/browse/CB-5717
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
 Environment: iOS 6 / 7
Reporter: Becky Conning
Priority: Minor

 Here is a video of the issue occurring in the iOS 7 iPad simulator. 
 http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5
 In some previous versions this could be fixed by commenting out the 
 keyboardWillShow method in CDVViewController.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5717) Page moves on keyboard toggle without accessory bar on iOS

2014-01-02 Thread Becky Conning (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860187#comment-13860187
 ] 

Becky Conning commented on CB-5717:
---

https://github.com/beckyconning/cordova-plugins/commit/90365581d9006f9be039ae5cc1a6458be7ae9f2e

 Page moves on keyboard toggle without accessory bar on iOS
 --

 Key: CB-5717
 URL: https://issues.apache.org/jira/browse/CB-5717
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.3.0
 Environment: iOS 6 / 7
Reporter: Becky Conning
Priority: Minor

 Here is a video of the issue occurring in the iOS 7 iPad simulator. 
 http://embedmyvideo.com/?vid=1388446409417-khidlpt=html5
 In some previous versions this could be fixed by commenting out the 
 keyboardWillShow method in CDVViewController.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-4696) Can't build iOS CDVNotification.m in Dialog Plug-in

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860261#comment-13860261
 ] 

ASF subversion and git services commented on CB-4696:
-

Commit 57670fe18a84a8b505e335a6d0a2098f4f467905 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=57670fe ]

CB-4696 Fix compile error for Xcode 4.5.


 Can't build iOS CDVNotification.m in Dialog Plug-in
 ---

 Key: CB-4696
 URL: https://issues.apache.org/jira/browse/CB-4696
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Dialogs
Affects Versions: 3.0.0
 Environment: MacOS XCode 4.5
Reporter: David Peacock
Assignee: Andrew Grieve

 Create a cordova project, add the dialog plug-in and try to build 
 (XCode/Cordova build).  The build fails with an error in CDVNotification.m.  
 The issue is in playBeep() where it calls soundCompletionCallback.  The error 
 is Use of undeclared identifier 'soundCompletionCallback'.  Both 
 soundCompletionCallback and playBeep are static methods which call each 
 other.  They need to be declared explicitly first.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Reopened] (CB-4696) Can't build iOS CDVNotification.m in Dialog Plug-in

2014-01-02 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve reopened CB-4696:
---


 Can't build iOS CDVNotification.m in Dialog Plug-in
 ---

 Key: CB-4696
 URL: https://issues.apache.org/jira/browse/CB-4696
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Dialogs
Affects Versions: 3.0.0
 Environment: MacOS XCode 4.5
Reporter: David Peacock
Assignee: Andrew Grieve

 Create a cordova project, add the dialog plug-in and try to build 
 (XCode/Cordova build).  The build fails with an error in CDVNotification.m.  
 The issue is in playBeep() where it calls soundCompletionCallback.  The error 
 is Use of undeclared identifier 'soundCompletionCallback'.  Both 
 soundCompletionCallback and playBeep are static methods which call each 
 other.  They need to be declared explicitly first.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Assigned] (CB-4696) Can't build iOS CDVNotification.m in Dialog Plug-in

2014-01-02 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve reassigned CB-4696:
-

Assignee: Andrew Grieve  (was: Steve Gill)

 Can't build iOS CDVNotification.m in Dialog Plug-in
 ---

 Key: CB-4696
 URL: https://issues.apache.org/jira/browse/CB-4696
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Dialogs
Affects Versions: 3.0.0
 Environment: MacOS XCode 4.5
Reporter: David Peacock
Assignee: Andrew Grieve

 Create a cordova project, add the dialog plug-in and try to build 
 (XCode/Cordova build).  The build fails with an error in CDVNotification.m.  
 The issue is in playBeep() where it calls soundCompletionCallback.  The error 
 is Use of undeclared identifier 'soundCompletionCallback'.  Both 
 soundCompletionCallback and playBeep are static methods which call each 
 other.  They need to be declared explicitly first.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (CB-4696) Can't build iOS CDVNotification.m in Dialog Plug-in

2014-01-02 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve resolved CB-4696.
---

Resolution: Fixed

Easy fix! Thanks for pointing this out. I've made the change.

Will make it into the next version of the plugin after: 0.2.5-dev

 Can't build iOS CDVNotification.m in Dialog Plug-in
 ---

 Key: CB-4696
 URL: https://issues.apache.org/jira/browse/CB-4696
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Dialogs
Affects Versions: 3.0.0
 Environment: MacOS XCode 4.5
Reporter: David Peacock
Assignee: Andrew Grieve

 Create a cordova project, add the dialog plug-in and try to build 
 (XCode/Cordova build).  The build fails with an error in CDVNotification.m.  
 The issue is in playBeep() where it calls soundCompletionCallback.  The error 
 is Use of undeclared identifier 'soundCompletionCallback'.  Both 
 soundCompletionCallback and playBeep are static methods which call each 
 other.  They need to be declared explicitly first.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-5719:
-

 Summary: Plugins Release Jan 2, 2013
 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread Andrew Grieve (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860305#comment-13860305
 ] 

Andrew Grieve commented on CB-5719:
---

Release includes all plugins except file and file-transfer.

cordova-plugin-battery-status@0.2.6
cordova-plugin-camera@0.2.6
cordova-plugin-console@0.2.6
cordova-plugin-contacts@0.2.7
cordova-plugin-device-motion@0.2.5
cordova-plugin-device-orientation@0.3.4
cordova-plugin-device@0.2.6
cordova-plugin-dialogs@0.2.5
cordova-plugin-geolocation@0.3.5
cordova-plugin-globalization@0.2.5
cordova-plugin-inappbrowser@0.3.0
cordova-plugin-media@0.2.7
cordova-plugin-media-capture@0.2.6
cordova-plugin-network-information@0.2.6
cordova-plugin-splashscreen@0.2.6
cordova-plugin-vibration@0.3.6

 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread Andrew Grieve (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860358#comment-13860358
 ] 

Andrew Grieve commented on CB-5719:
---

cordova-plugin-battery-status@0.2.6
* CB-5658 Add doc/index.md for Battery Status.

cordova-plugin-camera@0.2.6
* CB-5658 Add doc/index.md for Camera plugin
* CB-2442 CB-2419 Use Windows.Storage.ApplicationData.current.localFolder, 
instead of writing to app package.
* [BlackBerry10] Adding platform level permissions
* CB-5599 Android: Catch and ignore OutOfMemoryError in getRotatedBitmap()

cordova-plugin-console@0.2.6
* CB-5658 Add doc/index.md for Console plugin

cordova-plugin-contacts@0.2.7
* B-5658 Add doc/index.md for Contacts plugin

cordova-plugin-device-motion@0.2.5
* CB-5658 Add doc/index.md for Device Motion plugin

cordova-plugin-device-orientation@0.3.4
* CB-5658 Add doc/index.md for Compass plugin

cordova-plugin-device@0.2.6
* CB-5658 Add doc/index.md for Device plugin
* CB-5504 Moving Telephony Logic out of Device

cordova-plugin-dialogs@0.2.5
* CB-4696 Fix compile error for Xcode 4.5.
* CB-5658 Add doc/index.md for Dialogs plugin
* CB-3762 Change prompt default to empty string
* Move images from css to img

cordova-plugin-geolocation@0.3.5
* CB-5658 Add doc/index.md for Geolocation plugin
* windows8: adds missing reference to PositionError (w/o it the app crashes)
* Removing incorrectly added closing comments for wp7 platform in plugin.xml

cordova-plugin-globalization@0.2.5
* CB-5658 Add doc/index.md for Globalization plugin

cordova-plugin-inappbrowser@0.3.0
* CB-5592 Android: Add MIME type to Intent when opening file:/// URLs
* CB-5594 iOS: Add disallowoverscroll option.
* CB-5658 Add doc/index.md for InAppBrowser plugin
* CB-5595 Add toolbarposition=top option.
* Apply CB-5193 to InAppBrowser (Fix DB quota exception)
* CB-5593 iOS: Make InAppBrowser localizable
* CB-5591 Change window.escape to encodeURIComponent

cordova-plugin-media@0.2.7
* CB-5658 Add doc/index.md for Media plugin
* Adding READ_PHONE_STATE to the plugin permissions

cordova-plugin-media-capture@0.2.6
* CB-5658 Add doc/index.md for Media Capture plugin
* CB-5569 Windows8. MediaFile constructor does not exist
* CB-5517 Fix the audio capture IO exception by putting it in a runnable

cordova-plugin-network-information@0.2.6
* CB-5658 Add doc/index.md for netinfo plugin

cordova-plugin-splashscreen@0.2.6
* CB-5658 Add doc/index.md for Splashscreen plugin
* Handle error when splash image is missing.

cordova-plugin-vibration@0.3.6
* CB-5658 Add doc/index.md for Vibration plugin

 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860452#comment-13860452
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 322753fe37b3a0f1f0c9d4f39b5af1aeebbde153 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=322753f 
]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.7


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860442#comment-13860442
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 8132f4340adca411ab283a0b93bd8519fc8f7334 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=8132f43 ]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860419#comment-13860419
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 7b013fbeab56d0ab26c6a02ed8da54ff0ce3d3e0 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=7b013fb
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.6


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860436#comment-13860436
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit e0f6d3387687784b375ea051f88ae7fa7cf21d47 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=e0f6d33 
]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.6


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860427#comment-13860427
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit e0f6d3387687784b375ea051f88ae7fa7cf21d47 in branch refs/heads/dev from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=e0f6d33 
]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.6


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860424#comment-13860424
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 7b013fbeab56d0ab26c6a02ed8da54ff0ce3d3e0 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=7b013fb
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.6


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860422#comment-13860422
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 74927e74ef20630ede8b98a320be6df51a1e6b2e in branch refs/heads/master 
from [~mwbrooks]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=74927e7
 ]

[CB-5658] Remove Apache license comment from README.md.

The LICENSE file is sufficient.


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860453#comment-13860453
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit bff09d290c8998370647744f6c346bc6586bf6f9 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=bff09d2
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.5


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5565) Plugins Release - Dec 4 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860440#comment-13860440
 ] 

ASF subversion and git services commented on CB-5565:
-

Commit be9673083f95ff365dda42a69d69245f0a1096b7 in branch refs/heads/master 
from [~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=be96730 ]

[CB-5565] Incremented plugin version on dev branch.


 Plugins Release - Dec 4 2013
 

 Key: CB-5565
 URL: https://issues.apache.org/jira/browse/CB-5565
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860438#comment-13860438
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 3382df9683e85ab928927231acbc608e888285c9 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=3382df9 ]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860423#comment-13860423
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 9ed64cc53376075330863d84561cf7e9f614fca7 in branch refs/heads/master 
from [~mwbrooks]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=9ed64cc
 ]

[CB-5658] Update license comment formatting of doc/index.md.


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860461#comment-13860461
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit e6378bcc742d7597ebb0d7cf07000814ad597762 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=e6378bc
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.3.4


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860462#comment-13860462
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 81b03b226c703bed19f4e7c0fbcb1497c9ae0534 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=81b03b2
 ]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860447#comment-13860447
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 5b25f584420f0388d757f6380ef3733402322ec5 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=5b25f58 
]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860441#comment-13860441
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 11500c44ae755b61f5985c142df9a3b5a7dbd5c5 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=11500c4 ]

CB-5658 Add doc/index.md for Console plugin


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860451#comment-13860451
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 7be7d6f0a4d88796fdeb38308d0e060d937f9606 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=7be7d6f 
]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860465#comment-13860465
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit f0ae9c80399d96b57f7a6348fd51b97a3be60917 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=f0ae9c8
 ]

CB-5658 Delete stale snapshot of plugin docs


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860420#comment-13860420
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 984d44f442393e5c62275befc62263e3cafcc705 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=984d44f
 ]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860431#comment-13860431
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 7574e663156583ebca47350a6682730dc791cbf1 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=7574e66 
]

CB-5658 Delete stale snapshot of plugin docs


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860459#comment-13860459
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 75d586f0ca857314355917bb0d43e0be02c579c8 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=75d586f
 ]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860445#comment-13860445
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 322753fe37b3a0f1f0c9d4f39b5af1aeebbde153 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=322753f 
]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.7


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860443#comment-13860443
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit e5050a0779c78e73e5b251c6e8a5090205283d0f in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=e5050a0 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.6


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860460#comment-13860460
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit bff09d290c8998370647744f6c346bc6586bf6f9 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=bff09d2
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.5


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860434#comment-13860434
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit ff03f474da84f25c72219ef99b61059837da8f73 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=ff03f47 
]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5504) Telephone events are handled by the Device plugin, but Media needs them to know to pause on incoming calls, etc

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860472#comment-13860472
 ] 

ASF subversion and git services commented on CB-5504:
-

Commit 695272e6da9c168decdb6dd9f7a9383b65ad058c in branch refs/heads/master 
from [~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=695272e 
]

CB-5504: Moving Telephony Logic out of Device


 Telephone events are handled by the Device plugin, but Media needs them to 
 know to pause on incoming calls, etc
 ---

 Key: CB-5504
 URL: https://issues.apache.org/jira/browse/CB-5504
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Docs, Plugin Device, Plugin Media
Affects Versions: 3.1.0
Reporter: Tommy-Carlos Williams
Assignee: Joe Bowser

 There is a telephony receiver in the Device plugin that sends a message to 
 all plugins so that they can handle incoming calls etc.
 Currently the only core plugin that listens for those messages is the Media 
 plugin so that it can pause playback when a call comes in.
 There is no documentation for this (before the great plugin break out, there 
 didn't need to be) so if you just add the Media plugin, audio playback does 
 not pause on an incoming or outgoing phone call.
 I am not advocating moving this into Media as there might be third party 
 plugins listening for this. However, I do think that at the least this needs 
 to be documented in the docs for the Media plugin/api and possibly even have 
 Device as a dependancy for Media.
 There's another bug that is related involving android permissions but I will 
 lodge that separately. (See: 
 [CB-5505|https://issues.apache.org/jira/browse/CB-5505])



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860466#comment-13860466
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 958ada72d79d1ec5499ac3b84934ec829d220aa1 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=958ada7
 ]

CB-5658 Add doc.index.md for Compass plugin


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860470#comment-13860470
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 109525257b68663897a877910d6629a7b81a629f in branch refs/heads/dev from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=1095252 
]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.6


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860468#comment-13860468
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit e6378bcc742d7597ebb0d7cf07000814ad597762 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=e6378bc
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.3.4


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860467#comment-13860467
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 1f630cf202242e9b62ee1973a414f31942f7aaa1 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=1f630cf
 ]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860471#comment-13860471
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 7a4d8d0d76359a5824b8b0669a00dc2e38f01388 in branch refs/heads/dev from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=7a4d8d0 
]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860474#comment-13860474
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 15b5b3152b97092e32b95f2ce17d58823b2f57ac in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=15b5b31 
]

CB-5658 Add doc.index.md for Device plugin


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860473#comment-13860473
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit fdf421929a31375624a849972f5d50f77a094b23 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=fdf4219 
]

CB-5658 Delete stale snapshot of plugin docs


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860490#comment-13860490
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 236ec15d237277d3e2be415a313eb915b8e5579e in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=236ec15
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.3.5


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860477#comment-13860477
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 109525257b68663897a877910d6629a7b81a629f in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=1095252 
]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.6


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860484#comment-13860484
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit fb00644db61f2047f19ea3c2eef90c106093b630 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=fb00644 ]

CB-5658 Add doc.index.md for Dialogs plugin


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860485#comment-13860485
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 3278c3c92a07c934eec517d1b47a7d6b1e2d0e51 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=3278c3c ]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860489#comment-13860489
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit f8e1e9e51ac6e60bc08cf9a72e3043704f95730d in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=f8e1e9e ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.5


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Assigned] (CB-5639) Geolocation is not working on my android phones except version of 4.3

2014-01-02 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser reassigned CB-5639:
--

Assignee: Joe Bowser

 Geolocation is not working on my android phones except version of 4.3
 -

 Key: CB-5639
 URL: https://issues.apache.org/jira/browse/CB-5639
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.2.0
 Environment: Android 
Reporter: afs tick
Assignee: Joe Bowser
  Labels: geolocation, issue, timeout
   Original Estimate: 48h
  Remaining Estimate: 48h

 Recently i come across an issue during development of phonegap app. I need to 
 fetch current location of user for that i tried the same code you have 
 provided in the documentation of  3.2.0 version.Well it worked on my Samsung 
 Note- 4.3 and Samsung s4 having same version but it didn't work on my other 
 phones having version 4.2.2 and 4.1.2 giving me a timeout error. Please tell 
 us a solution for this.We are waiting. Fix this bug as soon as possible.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Assigned] (CB-5585) cordova emulate android doesn't exit

2014-01-02 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser reassigned CB-5585:
--

Assignee: Carlos Santana

Does this fix your bug? If so, can you pull this in and close this?  That'd be 
awesome! 

 cordova emulate android doesn't exit
 

 Key: CB-5585
 URL: https://issues.apache.org/jira/browse/CB-5585
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, CLI
Affects Versions: 3.2.0
Reporter: Carlos Santana
Assignee: Carlos Santana

 Cordova CLI 3.2.0-0.4.0
 Android Platform 3.2.0
 condition: no android emulator running
 cordova create hello
 cd hello
 cordova platform add android
 cordova emulate
 Results:
 emulator starts
 app gets installed
 app starts fine
 But command prompt never exits.
 Expected results:
 cordova command to exit 
 This affects other projects like grunt-cordovacli and generator-cordovacli 
 because other commands are expected to run after cordova emulate



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860482#comment-13860482
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit a826e662f444b4f57b579bff9551db3aaafdd58b in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=a826e66 ]

CB-5658 Delete stale snapshot of plugin docs


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860475#comment-13860475
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit a10a2b26f9fb951c513552bb08d87614d9994d87 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=a10a2b2 
]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860481#comment-13860481
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 10e367b1bac950b9d041f3455408a015daa1b1ea in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=10e367b ]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860479#comment-13860479
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit f8e1e9e51ac6e60bc08cf9a72e3043704f95730d in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=f8e1e9e ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.5


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5565) Plugins Release - Dec 4 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860464#comment-13860464
 ] 

ASF subversion and git services commented on CB-5565:
-

Commit 3ee13261c56b78adba102eb749bc5dd3e4b0009e in branch refs/heads/master 
from [~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=3ee1326
 ]

[CB-5565] Incremented plugin version on dev branch.


 Plugins Release - Dec 4 2013
 

 Key: CB-5565
 URL: https://issues.apache.org/jira/browse/CB-5565
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-2419) On Windows 8, Camera.getPicture does not return file URI

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860430#comment-13860430
 ] 

ASF subversion and git services commented on CB-2419:
-

Commit 2437c40fe7b20f2a8ef0a927de256575656cd750 in branch refs/heads/master 
from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=2437c40 
]

CB-2442 CB-2419 Use Windows.Storage.ApplicationData.current.localFolder, 
instead of writing to app package.


 On Windows 8, Camera.getPicture does not return file URI
 

 Key: CB-2419
 URL: https://issues.apache.org/jira/browse/CB-2419
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera, Windows 8
Affects Versions: 2.4.0
Reporter: Youval Bronicki
Assignee: Jesse MacFadyen

 The camera.getPicture method returns a blob: URI when a File URI is requested.
 I've been able to tweak it to my needs by changing:
 {{_imageUrl = URL.createObjectURL(storageFile);}}
 to:
 {{var _imageUrl = storageFile.path;}}
 However the result is not strictly speaking a FILE URI, so that may not be 
 the preferred solution.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5565) Plugins Release - Dec 4 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860455#comment-13860455
 ] 

ASF subversion and git services commented on CB-5565:
-

Commit e3494f09ee43551f87dbf225ca50e9b84c556f69 in branch refs/heads/master 
from [~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=e3494f0
 ]

[CB-5565] Incremented plugin version on dev branch.


 Plugins Release - Dec 4 2013
 

 Key: CB-5565
 URL: https://issues.apache.org/jira/browse/CB-5565
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860454#comment-13860454
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit d3cbfe5fe345b358452069964f3fd69c2e6a975c in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=d3cbfe5
 ]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860450#comment-13860450
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 4884d949872e42916ec33b5b328b7a24bcc4895d in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=4884d94 
]

CB-5658 Delete stale snapshot of plugin docs


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5565) Plugins Release - Dec 4 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860449#comment-13860449
 ] 

ASF subversion and git services commented on CB-5565:
-

Commit 22cbee63d68677986eedc8ea5d2ce5e33744a8bf in branch refs/heads/master 
from [~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=22cbee6 
]

[CB-5565] Incremented plugin version on dev branch.


 Plugins Release - Dec 4 2013
 

 Key: CB-5565
 URL: https://issues.apache.org/jira/browse/CB-5565
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill
Assignee: Steve Gill





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860493#comment-13860493
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 8a8aa20b71b610fbcf432dade2d46f9aa7aa0665 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=8a8aa20
 ]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860501#comment-13860501
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 30a9f0f019322bdf36a772371c7460ba62fdc3e2 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=30a9f0f
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.5


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860495#comment-13860495
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 5f1ede9b405caf369375eea28502facd273f55cf in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=5f1ede9
 ]

CB-5658 Delete stale snapshot of plugin docs


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860500#comment-13860500
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 236ec15d237277d3e2be415a313eb915b8e5579e in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=236ec15
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.3.5


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860499#comment-13860499
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 0af389ca85fc8494cd27d17c3d8f92b845430073 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=0af389c
 ]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (CB-5633) PluginManager.java regression cordova-3.2 ERROR: config.xml is missing. Add res/xml/config.xml to your project

2014-01-02 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-5633.


Resolution: Fixed

I believe that this was a duplicate that was resolved with the release of 
3.3.0.  If this is still an issue, please re-open.

 PluginManager.java regression cordova-3.2 ERROR: config.xml is missing. Add 
 res/xml/config.xml to your project
 --

 Key: CB-5633
 URL: https://issues.apache.org/jira/browse/CB-5633
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
 Environment: cordova version  3.1.0
 Android
Reporter: Axel Nennker

 PluginManager loadPlugins fails when cordova app is started through an intent 
 filter and the activity started by Android is in a different package than the 
 main activity.
 Please see the dev mailing list for details. The subject of the emails is the 
 same as the summary of this issue.
 Axel



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-2442) On Windows 8 , camera.getPicture doesn't work in installed application

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860429#comment-13860429
 ] 

ASF subversion and git services commented on CB-2442:
-

Commit 2437c40fe7b20f2a8ef0a927de256575656cd750 in branch refs/heads/master 
from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=2437c40 
]

CB-2442 CB-2419 Use Windows.Storage.ApplicationData.current.localFolder, 
instead of writing to app package.


 On Windows 8 , camera.getPicture doesn't work in installed application
 --

 Key: CB-2442
 URL: https://issues.apache.org/jira/browse/CB-2442
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera, Plugin Media Capture, Windows 8
Affects Versions: 2.4.0
Reporter: Youval Bronicki
Assignee: Jesse MacFadyen

 After installing my application, the camera function stopped working.
 It turns out the issue was Illegal Access when trying to save the picture 
 to the application's root folder.
 I was able to fix the problem by writing to the local storage folder instead:
 *Original Code:*
 {quote}  
 Windows.Storage.StorageFolder.getFolderFromPathAsync(packageId.path).done(function
  (storageFolder) {
   /* Some code here */ 
 }); 
 {quote}
 *Correction:*
 {quote}
 var storageFolder = Windows.Storage.ApplicationData.current.localFolder;
 /* Same code here */
 {quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860458#comment-13860458
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 2a104980c74eaffb37d2d83bfe8fff09c09e in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=2a10498
 ]

CB-5658 Add doc.index.md for Device Motion plugin


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5393) Android's Online bridge sometimes doesn't work on KitKat

2014-01-02 Thread Andrew Grieve (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860446#comment-13860446
 ] 

Andrew Grieve commented on CB-5393:
---

Okay, heard back that we're not crazy and that the different behaviour was 
infact fixed at the last second. So - there's no problem then with older 
cordova versions that I'm aware of :)

 Android's Online bridge sometimes doesn't work on KitKat
 

 Key: CB-5393
 URL: https://issues.apache.org/jira/browse/CB-5393
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 2.9.0, 3.0.0
Reporter: Andrew Grieve
Assignee: Andrew Grieve
 Fix For: 3.1.0, 2.9.1

 Attachments: framework.zip, mobilespec.zip, screenshot-1.jpg


 Here's an app /w source that can reproduce the problem consistently. I've 
 made some tweaks to exacerbate the scenario in which it occurs. I'm fairly 
 certain that happens when online changes back and forth too fast.
 The bug happens with  without the debugger attached.
 How to use the test app:
 - The bug is happening consistently for me on start-up and causes the page to 
 not load correctly. If you get an alert saying that it didn't start-up, click 
 the Refresh Page button at the top.
  - The bug doesn't appear on the second time (at least for me) (no alerts)
 - Click the Benchmark exec button and wait for it to report the bridge 
 speed.
  - Notice that it seems to work fine
 - Now check the Use two echos at once box and run the test again a few times
  - Notice that you get an alert saying that no echo was received after a 
 certain number of calls.
 The bug will not happen with the pre-KitKat WebView.
 mobilespec.zip  framework.zip have the sources.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860457#comment-13860457
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit fc325b9c034a37f7a225a9ac6bfe137a3fdcfead in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=fc325b9
 ]

CB-5658 Delete stale snapshot of plugin docs


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860504#comment-13860504
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 1a5a2f0288322ac27a3ca1b24bb417715bdcbb35 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=1a5a2f0
 ]

CB-5658 Add doc.index.md for Globalization plugin


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860509#comment-13860509
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit b0bdb1088b5eaa826fa652140747d18f828dd318 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=b0bdb10
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.3.0


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860503#comment-13860503
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit ccc42e78fd9f12be4742a3c639322d95541c5ee8 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=ccc42e7
 ]

CB-5658 Delete stale snapshot of plugin docs


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860502#comment-13860502
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 8b0cc18e8043d4d95734c4b20f1064fa4b2d634a in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=8b0cc18
 ]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860507#comment-13860507
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit ea6a9033dff30db0bf2f76d82120a483a4d5 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=ea6a903
 ]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860508#comment-13860508
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 30a9f0f019322bdf36a772371c7460ba62fdc3e2 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=30a9f0f
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.5


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860511#comment-13860511
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 21a1638ccf7ad17fe663d6c511ce8b4d906dad32 in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=21a1638
 ]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5592) IAB on Android should set MIME type when opening external links.

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860517#comment-13860517
 ] 

ASF subversion and git services commented on CB-5592:
-

Commit 176890f30599fc72d33eeb1f5daa1fa5e6358325 in branch refs/heads/master 
from [~gianluca.bu...@finantix.com]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=176890f
 ]

CB-5592 Android - Add MIME type to Intent when opening file:/// URLs

To avoid the No Activity found to handle Intent... error.


 IAB on Android should set MIME type when opening external links.
 

 Key: CB-5592
 URL: https://issues.apache.org/jira/browse/CB-5592
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin InAppBrowser
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor
 Fix For: 3.4.0


 Reported via pull request:
 https://github.com/apache/cordova-plugin-inappbrowser/pull/6



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860512#comment-13860512
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit aac2db29b56f599f6f380adf390bf62f9c2c3e22 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=aac2db2
 ]

CB-5658 Add doc.index.md for InAppBrowser plugin


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860514#comment-13860514
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 2bd006b71e446db17984c3da42fe37bb931fa08d in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=2bd006b
 ]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5707) Add new platforms to Plugin Developement Guide

2014-01-02 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860516#comment-13860516
 ] 

Shazron Abdullah commented on CB-5707:
--

Which platforms are missing?

 Add new platforms to Plugin Developement Guide
 --

 Key: CB-5707
 URL: https://issues.apache.org/jira/browse/CB-5707
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Reporter: Axel Nennker

 The Plugin Development Guide
 https://cordova.apache.org/docs/en/3.3.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide
 list some platforms but not all.
 Add the missing platforms' documentation e.g.
 resource-file src= target= /



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5592) IAB on Android should set MIME type when opening external links.

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860518#comment-13860518
 ] 

ASF subversion and git services commented on CB-5592:
-

Commit 6163f17aeb901d9ff6b3df68666b2efedcd0162e in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=6163f17
 ]

CB-5592 Add a comment explaining why we set MIME only for file:


 IAB on Android should set MIME type when opening external links.
 

 Key: CB-5592
 URL: https://issues.apache.org/jira/browse/CB-5592
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin InAppBrowser
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor
 Fix For: 3.4.0


 Reported via pull request:
 https://github.com/apache/cordova-plugin-inappbrowser/pull/6



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860521#comment-13860521
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit b0bdb1088b5eaa826fa652140747d18f828dd318 in branch refs/heads/master 
from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=b0bdb10
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.3.0


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (CB-5707) Add new platforms to Plugin Developement Guide

2014-01-02 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-5707:
-

Component/s: Docs

 Add new platforms to Plugin Developement Guide
 --

 Key: CB-5707
 URL: https://issues.apache.org/jira/browse/CB-5707
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Reporter: Axel Nennker

 The Plugin Development Guide
 https://cordova.apache.org/docs/en/3.3.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide
 list some platforms but not all.
 Add the missing platforms' documentation e.g.
 resource-file src= target= /



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860523#comment-13860523
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 0d7cc5f0520a8fabed0d07d16723e3d1159d32b9 in branch refs/heads/dev from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=0d7cc5f ]

CB-5719 Incremented plugin version on dev branch.


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860522#comment-13860522
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 933b3a02bc79fb028ee72901d59beaa32ef73726 in branch refs/heads/dev from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=933b3a0 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.7


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860533#comment-13860533
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 1015694514aa1f47c21c0b5cf34d09a80373731b in branch refs/heads/dev from 
[~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=1015694
 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.6


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860526#comment-13860526
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 6988542d5d173df2a1e816fc2197bdfab125ffaf in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=6988542 ]

CB-5658 Update license comment formatting of doc/index.md


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860524#comment-13860524
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit e06ec8a758d842519a3f37312dcce737507f466f in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=e06ec8a ]

CB-5658 Delete stale snapshot of plugin docs


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5658) Move plugin docs to plugin repos

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860525#comment-13860525
 ] 

ASF subversion and git services commented on CB-5658:
-

Commit 6dcf413131caba3673d13078df148e1b89ab6b09 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=6dcf413 ]

CB-5658 Add doc.index.md for Media plugin


 Move plugin docs to plugin repos
 

 Key: CB-5658
 URL: https://issues.apache.org/jira/browse/CB-5658
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin Battery Status, Plugin Camera, Plugin 
 Console, Plugin Contacts, Plugin Device, Plugin Device Motion, Plugin Device 
 Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin 
 Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin 
 Media Capture, Plugin Network Information, Plugin SplashScreen, Plugin 
 Vibration
Reporter: Andrew Grieve
Assignee: Andrew Grieve

 This involves:
 1. Delete the docs/ directory from all plugins
- They contain stale copies of what's in cordova-docs
 2. Move plugin information found in cordova-docs into a single doc/index.md 
 file within the respective plugin repos
- Link to this file within each plugin's README.md file
 3. Delete the API Reference section of cordova-docs
 4. Add a guide called Cordova Plugins, which contains:
   - a link to plugins.cordova.io,
   - a list of the org.apache.cordova plugins, which link to their index.md 
 files on github
 - e.g. 
 https://github.com/apache/cordova-plugin-media-capture/blob/master/README.md
 - These can be changed to point at their plugins.cordova.io page when 
 that shows READMEs.
   - A link to the 3.3 docs, which still have plugin API reference
 - Mostly, this is for finding non-english versions.
 Motivation:
 - Plugins are on a separate release cycle from platforms  docs.
- The documentation is often mismatched due to this
 - Pull requests for plugins don't update the plugin docs
- But I think they would if the docs were in the same repo
 Caveats:
 - This will mess up our current translations story for plugins. 
   - I think this can be fixed up though, by changing out http://crowdin.net 
 push / pull scripts
   - E.g. have README.md translations go in: 
 cordova-plugin-foo/translations/fr/README.md



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5719) Plugins Release Jan 2, 2013

2014-01-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13860529#comment-13860529
 ] 

ASF subversion and git services commented on CB-5719:
-

Commit 933b3a02bc79fb028ee72901d59beaa32ef73726 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=933b3a0 ]

CB-5719 Updated version and RELEASENOTES.md for release 0.2.7


 Plugins Release Jan 2, 2013
 ---

 Key: CB-5719
 URL: https://issues.apache.org/jira/browse/CB-5719
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


  1   2   >