[jira] [Commented] (CB-6280) improve integration with plugin docs

2014-04-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13977680#comment-13977680
 ] 

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

Commit 967f1164e182d65b4f9c5e2d9ccd415546b9589a in cordova-plugman's branch 
refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=967f116 ]

CB-6280: plugman publish now publishes doc/index.md


> improve integration with plugin docs
> 
>
> Key: CB-6280
> URL: https://issues.apache.org/jira/browse/CB-6280
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Registry, Registry Web
>Reporter: Steve Gill
>
> Right now, we expose the readme for each plugin. Either the docs of the 
> plugins are going to get merged into the readme or we need to expose the docs 
> at publish time and then display them on the plugin details page



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6494) Cannot upload content URIs with colons in them on Android

2014-04-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13977746#comment-13977746
 ] 

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

Commit 98e5da556f11ff04d532d2f7569f4ef7bd786ba1 in 
cordova-plugin-file-transfer's branch refs/heads/dev from [~agrieve]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=98e5da5
 ]

CB-6494 android: Fix upload of KitKat content URIs

FileTransfer was double-decoding the source URL.


> Cannot upload content URIs with colons in them on Android 
> --
>
> Key: CB-6494
> URL: https://issues.apache.org/jira/browse/CB-6494
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File Transfer
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> As described in CB-5398:
> Using KitKat or higher:
> 1. Open MobileSpec
> 2. Select Camera manual test page
> 3. Set: SourceType="photolibrary", destinationType="NATIVE_URI"
> 4. Click getPicture()
> 5. Select a photo from the "Images" left-nav pane
> 6. Confirm it is a content: with a %3A in it (by looking at yellow log area)
> 7. Scroll down and click "Upload Image" button
> Notice that it fails. It should succeed. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6267) Windows8. Apply BackgroundColor from config.xml

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13977971#comment-13977971
 ] 

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

Commit 36c058597155b50285969ba02bec68f779bd6c8f in cordova-cli's branch 
refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=36c0585 ]

Merge branch 'CB-6267' of https://github.com/MSOpenTech/cordova-cli


> Windows8. Apply BackgroundColor from config.xml
> ---
>
> Key: CB-6267
> URL: https://issues.apache.org/jira/browse/CB-6267
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Windows 8
>Reporter: Sergey Grebnov
>Assignee: Jesse MacFadyen
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6267) Windows8. Apply BackgroundColor from config.xml

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13977970#comment-13977970
 ] 

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

Commit e7fd77e43c36f43146824e63b3ace37500042ee9 in cordova-cli's branch 
refs/heads/master from [~vladimir.kotikov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=e7fd77e ]

Revert "CB-6267 Windows8. Apply BackgroundColor from config.xml"

This reverts commit 56a7893362421b49e782521698057ae40d7c8d3a.


> Windows8. Apply BackgroundColor from config.xml
> ---
>
> Key: CB-6267
> URL: https://issues.apache.org/jira/browse/CB-6267
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Windows 8
>Reporter: Sergey Grebnov
>Assignee: Jesse MacFadyen
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6432) pre_package hook does not populate %CORDOVA_PLATFORMS%

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978357#comment-13978357
 ] 

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

Commit 02ba107bc02de56132ef8328e37447b436a8a08b in cordova-cli's branch 
refs/heads/master from sgrebnov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=02ba107 ]

CB-6432 pre_package hook does not populate %CORDOVA_PLATFORMS%

close #160


> pre_package hook does not populate %CORDOVA_PLATFORMS%
> --
>
> Key: CB-6432
> URL: https://issues.apache.org/jira/browse/CB-6432
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Reporter: Sergey Grebnov
>Assignee: Jesse MacFadyen
>Priority: Minor
>
> 1. Add hook to pre_package directory
> 2. Add windows8 (wp8) platform and run build
> 3. Observe %CORDOVA_PLATFORMS% is not populated so you can't distinct for 
> which platform hook was triggered.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5847) Setting "strict-ssl" of npm is ignored

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978361#comment-13978361
 ] 

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

Commit c7ac042fc89bc41e5df71465983b435c20319755 in cordova-cli's branch 
refs/heads/master from lbunschoten
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=c7ac042 ]

CB-5847 strictSSL is no longer ignored

github: close #163


> Setting "strict-ssl" of npm is ignored
> --
>
> Key: CB-5847
> URL: https://issues.apache.org/jira/browse/CB-5847
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: Master
> Environment: All
>Reporter: Maximilian Walter
>Priority: Minor
>  Labels: cli, patch, proxy, ssl
> Attachments: lazy_load_strict_ssl.patch
>
>
> The file "lazy_load.js" uses the proxy-server configured for npm, but ignores 
> the setting "strict-ssl". This can prevent a download if a https-proxy with 
> an self-sigend certificate is used.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6329) [cordova-cli] improve 'cordova info' command to work asynchronous

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978407#comment-13978407
 ] 

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

Commit 106014ae77119043fd4b481cd39f5839dbc7cf66 in cordova-cli's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=106014a ]

CB-6329 Delete unused info-utils.js


> [cordova-cli] improve 'cordova info' command to work asynchronous
> -
>
> Key: CB-6329
> URL: https://issues.apache.org/jira/browse/CB-6329
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI
>Affects Versions: 3.4.0
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: blackberry, cordova-cli, environment, info, wp8
> Fix For: 3.5.0
>
>
> The 'cordova info' command it works in total sync, it takes some time to pull 
> and push all data from the environment, so in order to use callbacks more 
> friendly, I'd like to modify the flow structure of the file and improve it to 
> use get callback outputs, write summary or log file without templates.
> I also, I'd like to add a secondary file that holds all specific functions 
> related with 'get information about the dev environment'.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6329) [cordova-cli] improve 'cordova info' command to work asynchronous

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978405#comment-13978405
 ] 

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

Commit 9372f0dd3ca9d9bc8982d0aaae7ee11ff1e58b9e in cordova-cli's branch 
refs/heads/master from [~martin.c.glez.glez]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=9372f0d ]

CB-6329 improve 'cordova info' command

info.js file has been modified to work mainly asynchronous.
Added info-utils, which contains several useful functions required by
info.js
-It doesn't require a template to set an output.
-getNode, getCordova, doPlatforms works asynchronous, works with
callbacks and deals with errors.
-it writes a report (info.txt) in rootProject.

This changes are required for futures improvements.


> [cordova-cli] improve 'cordova info' command to work asynchronous
> -
>
> Key: CB-6329
> URL: https://issues.apache.org/jira/browse/CB-6329
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI
>Affects Versions: 3.4.0
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: blackberry, cordova-cli, environment, info, wp8
> Fix For: 3.5.0
>
>
> The 'cordova info' command it works in total sync, it takes some time to pull 
> and push all data from the environment, so in order to use callbacks more 
> friendly, I'd like to modify the flow structure of the file and improve it to 
> use get callback outputs, write summary or log file without templates.
> I also, I'd like to add a secondary file that holds all specific functions 
> related with 'get information about the dev environment'.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6329) [cordova-cli] improve 'cordova info' command to work asynchronous

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978406#comment-13978406
 ] 

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

Commit cdb5deff99f60c0e10d44d49de63bd07ce2e5ca1 in cordova-cli's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=cdb5def ]

CB-6329 Clean-up of cordova info changes previously merged.

github: close #151


> [cordova-cli] improve 'cordova info' command to work asynchronous
> -
>
> Key: CB-6329
> URL: https://issues.apache.org/jira/browse/CB-6329
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI
>Affects Versions: 3.4.0
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: blackberry, cordova-cli, environment, info, wp8
> Fix For: 3.5.0
>
>
> The 'cordova info' command it works in total sync, it takes some time to pull 
> and push all data from the environment, so in order to use callbacks more 
> friendly, I'd like to modify the flow structure of the file and improve it to 
> use get callback outputs, write summary or log file without templates.
> I also, I'd like to add a secondary file that holds all specific functions 
> related with 'get information about the dev environment'.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978622#comment-13978622
 ] 

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

Commit 85a986f589e8dfaf3bb5ed4b24f4ea2e7c457826 in cordova-plugin-camera's 
branch refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=85a986f 
]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5980) Plugins Release, February 6th, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978625#comment-13978625
 ] 

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

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

CB-5980 Incremented plugin version on dev branch.


> Plugins Release, February 6th, 2014
> ---
>
> Key: CB-5980
> URL: https://issues.apache.org/jira/browse/CB-5980
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Issue for plugins release



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978621#comment-13978621
 ] 

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

Commit c19c13c167f1bc93d4c95fe68497b6add531ae0b in 
cordova-plugin-battery-status's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=c19c13c
 ]

CB-6452 Updated version and RELEASENOTES.md for release 0.2.8


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978630#comment-13978630
 ] 

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

Commit e55db4a91c31b4dbc77954fc2de281a737ab31f6 in cordova-plugin-contacts's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=e55db4a 
]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978623#comment-13978623
 ] 

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

Commit f2a41e4b5e5de71ac62803bf371ad2bcd7e901f3 in cordova-plugin-camera's 
branch refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=f2a41e4 
]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6126) [BlackBerry10] Contacts documentation need to be updated

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978629#comment-13978629
 ] 

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

Commit 3d79c9035b5c0e46db8fd2ac180efba538dd6cf6 in cordova-plugin-contacts's 
branch refs/heads/master from [~bhigg...@blackberry.com]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=3d79c90 
]

CB-6126 [BlackBerry10] Update docs quirks section for fields which are supported


> [BlackBerry10] Contacts documentation need to be updated
> 
>
> Key: CB-6126
> URL: https://issues.apache.org/jira/browse/CB-6126
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, Docs, Plugin Contacts
>Reporter: Kristoffer Flores
>Priority: Minor
>
> Many of the "BlackBerry 10 Quirks" need to be updated since many contacts 
> fields are now working to spec. 
> ex:
> nickname: Not supported, returning null.
> (Nickname is now supported)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978626#comment-13978626
 ] 

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

Commit 4841b2e5a1c1ac3f19019609d67d51a04859b4dd in cordova-plugin-console's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=4841b2e ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978631#comment-13978631
 ] 

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

Commit 134b3a6ba14e7bdecd934bf8af8b7caa5ef26349 in cordova-plugin-contacts's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=134b3a6 
]

CB-6452 Updated version and RELEASENOTES.md for release 0.2.10


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5105) remove dead code for device.version from native plugin source

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978632#comment-13978632
 ] 

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

Commit 90f115618a58ad942c5c97ae5534b6563cf38212 in cordova-plugin-device's 
branch refs/heads/master from [~martin.c.glez.glez]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=90f1156 
]

CB-5105 Removed dead code for device.version

Dead code has been removed from the native side for the following
platforms:

-Android
-WP8
-BB10
-Windows 8
Every variable, method or argument related with retrieve the cordova
version from the native side has been removed. Given the fact that
cordova.js, it's providing the cordova.version.

The plugin has been tested under each platform involved with the
expected results, everything settled to be added to the repository.

github: close #13


> remove dead code for device.version from native plugin source
> -
>
> Key: CB-5105
> URL: https://issues.apache.org/jira/browse/CB-5105
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Device
>Affects Versions: 3.1.0
>Reporter: Marcel Kinard
>Assignee: Martin Gonzalez
>Priority: Minor
>
> The solution for CB-5085 (and related) is for device.js to set device.cordova 
> using CORDOVA_JS_BUILD_LABEL from cordova.js, instead of having native code 
> do that (usually with hardcoded values) and return it back from exec(). So 
> once CB-5085 is fixed in this way, then any native code that computes 
> device.version is dead. That dead code should be removed from 
> cordova-plugin-device, if for no other reason than reducing confusion.
> The following platforms are affected: Android, BB10, WP8, Win8.
> iOS is doing something special, but doing it right, so don't make any changes 
> to iOS.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978627#comment-13978627
 ] 

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

Commit 266973315d3dbde6579c7e775eb0d7f9b995bbaf in cordova-plugin-console's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=2669733 ]

CB-6452 Updated version and RELEASENOTES.md for release 0.2.8


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6465) Add licence headers to Tizen code

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978620#comment-13978620
 ] 

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

Commit 5fcfd00409ec34eaf285f59e8e42fbe56356c48f in 
cordova-plugin-battery-status's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=5fcfd00
 ]

CB-6465: Add license headers to Tizen code


> Add licence headers to Tizen code
> -
>
> Key: CB-6465
> URL: https://issues.apache.org/jira/browse/CB-6465
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Battery Status, Plugin Device, Plugin Device 
> Motion, Plugin Device Orientation, Plugin Globalization, Plugin Media, Plugin 
> Network Information, Plugin SplashScreen, Plugin Vibration, Tizen
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add the Apache License header to Tizen source files, under the assumption 
> that the Tizen developers are signing the ICLA and that we can actually 
> release plugins with this code.
> These commits will need to be reverted, and the Tizen directories removed, 
> should this prove not to be the case.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978635#comment-13978635
 ] 

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

Commit 4ae85e854d8d2741ac3cc44a6ac127d863ec73c4 in cordova-plugin-device's 
branch refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=4ae85e8 
]

CB-6452 Updated version and RELEASENOTES.md for release 0.2.9


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978633#comment-13978633
 ] 

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

Commit 6bebb48968464ca07bf2218d83e73ffe20c4d078 in cordova-plugin-device's 
branch refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=6bebb48 
]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978624#comment-13978624
 ] 

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

Commit b76b5ae670bdff4dd4c716e889ab12e049f9c733 in cordova-plugin-camera's 
branch refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=b76b5ae 
]

CB-6452 Updated version and RELEASENOTES.md for release 0.2.9


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978634#comment-13978634
 ] 

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

Commit 4304d365a8393811ba03f027ded2496cc5f908ca in cordova-plugin-device's 
branch refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=4304d36 
]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978619#comment-13978619
 ] 

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

Commit d6266cd4641759627da1431ce0b5e1639c577838 in 
cordova-plugin-battery-status's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=d6266cd
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978648#comment-13978648
 ] 

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

Commit 3deda9014c4d20aa3b4e83fea1abf17c32e5a6d6 in cordova-plugin-dialogs's 
branch refs/heads/master from [~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=3deda90 ]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6465) Add licence headers to Tizen code

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978639#comment-13978639
 ] 

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

Commit baf3f40889a2d00ce0dec7fa98e0d9b2b170ed68 in 
cordova-plugin-device-motion's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=baf3f40
 ]

CB-6465: Add license headers to Tizen code


> Add licence headers to Tizen code
> -
>
> Key: CB-6465
> URL: https://issues.apache.org/jira/browse/CB-6465
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Battery Status, Plugin Device, Plugin Device 
> Motion, Plugin Device Orientation, Plugin Globalization, Plugin Media, Plugin 
> Network Information, Plugin SplashScreen, Plugin Vibration, Tizen
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add the Apache License header to Tizen source files, under the assumption 
> that the Tizen developers are signing the ICLA and that we can actually 
> release plugins with this code.
> These commits will need to be reverted, and the Tizen directories removed, 
> should this prove not to be the case.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6465) Add licence headers to Tizen code

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978644#comment-13978644
 ] 

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

Commit b3ae1f8d975ab9d04c706b95ae07b51f0ad6b272 in 
cordova-plugin-device-orientation's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=b3ae1f8
 ]

CB-6465: Add license headers to Tizen code


> Add licence headers to Tizen code
> -
>
> Key: CB-6465
> URL: https://issues.apache.org/jira/browse/CB-6465
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Battery Status, Plugin Device, Plugin Device 
> Motion, Plugin Device Orientation, Plugin Globalization, Plugin Media, Plugin 
> Network Information, Plugin SplashScreen, Plugin Vibration, Tizen
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add the Apache License header to Tizen source files, under the assumption 
> that the Tizen developers are signing the ICLA and that we can actually 
> release plugins with this code.
> These commits will need to be reverted, and the Tizen directories removed, 
> should this prove not to be the case.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978650#comment-13978650
 ] 

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

Commit fa7f9adad78b81407ebc64e4371729b06cb22080 in cordova-plugin-dialogs's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=fa7f9ad ]

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


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978640#comment-13978640
 ] 

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

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

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


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978652#comment-13978652
 ] 

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

Commit e0b096b07e15dc964a3607c2703af0a42d02ea15 in cordova-plugin-file's branch 
refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=e0b096b ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978676#comment-13978676
 ] 

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

Commit 19dd42984eb5232888c213182cdd2bede4a10bd7 in cordova-plugin-media's 
branch refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=19dd429 ]

CB-6452 Updated version and RELEASENOTES.md for release 0.2.10


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6411) Blackberry beep not working properly - sounds like beeping twice

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978647#comment-13978647
 ] 

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

Commit 1e7a122937b23eb19167a92b0c8c7a0fb6cd2a33 in cordova-plugin-dialogs's 
branch refs/heads/master from [~bhigg...@blackberry.com]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=1e7a122 ]

CB-6411 [BlackBerry10] Work around Audio playback issue


> Blackberry beep not working properly - sounds like beeping twice
> 
>
> Key: CB-6411
> URL: https://issues.apache.org/jira/browse/CB-6411
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, Plugin Dialogs
>Affects Versions: 3.3.0
> Environment: BlackBerry device OS 10.2.1.1927 and 10.2.1.2102
>Reporter: EnChieh Liu
>Priority: Critical
>
> When calling the beep() function, the very first time it works fine, but all 
> the subsequent function call after that would result it to beep twice(at 
> least sounds like twice) and the delay between each beep seems larger and 
> larger.
> Hard to explain the behavior, but similar to the following pattern:
> ding - dingding - - dingding - - - dingding - - - - dingding



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978687#comment-13978687
 ] 

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

Commit 23cbf34bae223e7357b901fbab77f3ed44abf73d in 
cordova-plugin-splashscreen's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=23cbf34
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978682#comment-13978682
 ] 

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

Commit 69815320d1ee6054db4e116fccc0fd0ca47d10b7 in 
cordova-plugin-network-information's branch refs/heads/master from 
[~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;h=6981532
 ]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6465) Add licence headers to Tizen code

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978688#comment-13978688
 ] 

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

Commit f46aae10757ea8d86d1870503972e7c8d379aa81 in 
cordova-plugin-splashscreen's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=f46aae1
 ]

CB-6465: Add license headers to Tizen code


> Add licence headers to Tizen code
> -
>
> Key: CB-6465
> URL: https://issues.apache.org/jira/browse/CB-6465
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Battery Status, Plugin Device, Plugin Device 
> Motion, Plugin Device Orientation, Plugin Globalization, Plugin Media, Plugin 
> Network Information, Plugin SplashScreen, Plugin Vibration, Tizen
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add the Apache License header to Tizen source files, under the assumption 
> that the Tizen developers are signing the ICLA and that we can actually 
> release plugins with this code.
> These commits will need to be reverted, and the Tizen directories removed, 
> should this prove not to be the case.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978660#comment-13978660
 ] 

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

Commit 175f02ed6f19b4912eb345448d38d54c6c61d6e9 in cordova-plugin-geolocation's 
branch refs/heads/master from [~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=175f02e
 ]

CB-6212 iOS: fix warnings compiled under arm64 64-bit


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin Dialogs, Plugin 
> File, Plugin File Transfer, Plugin Geolocation, Plugin Globalization, Plugin 
> InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
> Fix For: 3.5.0
>
>
> Fix plugin warnings compiled under arm64 64-bit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6465) Add licence headers to Tizen code

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978666#comment-13978666
 ] 

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

Commit 09e39b87a48be8e8bb1e4b271a87d740d2008edc in 
cordova-plugin-globalization's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=09e39b8
 ]

CB-6465: Add license headers to Tizen code


> Add licence headers to Tizen code
> -
>
> Key: CB-6465
> URL: https://issues.apache.org/jira/browse/CB-6465
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Battery Status, Plugin Device, Plugin Device 
> Motion, Plugin Device Orientation, Plugin Globalization, Plugin Media, Plugin 
> Network Information, Plugin SplashScreen, Plugin Vibration, Tizen
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add the Apache License header to Tizen source files, under the assumption 
> that the Tizen developers are signing the ICLA and that we can actually 
> release plugins with this code.
> These commits will need to be reverted, and the Tizen directories removed, 
> should this prove not to be the case.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978662#comment-13978662
 ] 

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

Commit 6138f99cf30f925f5940c7b8a5a510546ed36070 in cordova-plugin-geolocation's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=6138f99
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978683#comment-13978683
 ] 

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

Commit 8ec26ab95ec38ea3be6586760c8458adcd3fe19e in 
cordova-plugin-network-information's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;h=8ec26ab
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5980) Plugins Release, February 6th, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978696#comment-13978696
 ] 

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

Commit 7e4c12f7a03a3939a2747af807a1824cb141fbe7 in cordova-plugin-vibration's 
branch refs/heads/master from [~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;h=7e4c12f
 ]

CB-5980 Incremented plugin version on dev branch.


> Plugins Release, February 6th, 2014
> ---
>
> Key: CB-5980
> URL: https://issues.apache.org/jira/browse/CB-5980
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Issue for plugins release



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6316) Move StatusBar plugin documentation to docs folder

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978691#comment-13978691
 ] 

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

Commit cbee196f1d514cd516fd47fc924ae8185a73b956 in cordova-plugin-statusbar's 
branch refs/heads/master from [~akurdyumov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=cbee196
 ]

CB-6316 Added license header to the documentation. Added README.md which point 
to the new location for docs


> Move StatusBar plugin documentation to docs folder
> --
>
> Key: CB-6316
> URL: https://issues.apache.org/jira/browse/CB-6316
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Reporter: Andrey Kurdyumov
>Assignee: Andrey Kurdyumov
>  Labels: statusbar-plugin
>
> Move current documentation from the README.md to doc/index.md so that docs 
> could appear on website



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978645#comment-13978645
 ] 

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

Commit b02b21774adbf4880c99e4a9d114f29a44fe418c in 
cordova-plugin-device-orientation's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=b02b217
 ]

CB-6452 Updated version and RELEASENOTES.md for release 0.3.6


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978694#comment-13978694
 ] 

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

Commit d9c9f0bc6d0d83cd90d0dd7e3fe1bb7d1e9c83ef in cordova-plugin-statusbar's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=d9c9f0b
 ]

CB-6452 Updated version and RELEASENOTES.md for release 0.1.5


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978699#comment-13978699
 ] 

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

Commit b8b46415c0aba0c8386e414b1d29f073ab1257d8 in cordova-plugin-vibration's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;h=b8b4641
 ]

CB-6452 Updated version and RELEASENOTES.md for release 0.3.8


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978697#comment-13978697
 ] 

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

Commit 8c135c8a300ad81f3dc9944943b87e7c98060882 in cordova-plugin-vibration's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;h=8c135c8
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6465) Add licence headers to Tizen code

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978698#comment-13978698
 ] 

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

Commit 96b68c07f8699238e03af281befbbc8d69271136 in cordova-plugin-vibration's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;h=96b68c0
 ]

CB-6465: Add license headers to Tizen code


> Add licence headers to Tizen code
> -
>
> Key: CB-6465
> URL: https://issues.apache.org/jira/browse/CB-6465
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Battery Status, Plugin Device, Plugin Device 
> Motion, Plugin Device Orientation, Plugin Globalization, Plugin Media, Plugin 
> Network Information, Plugin SplashScreen, Plugin Vibration, Tizen
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add the Apache License header to Tizen source files, under the assumption 
> that the Tizen developers are signing the ICLA and that we can actually 
> release plugins with this code.
> These commits will need to be reverted, and the Tizen directories removed, 
> should this prove not to be the case.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6465) Add licence headers to Tizen code

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978684#comment-13978684
 ] 

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

Commit b5e61fac0414b5ed02f4d39127968a770331467f in 
cordova-plugin-network-information's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;h=b5e61fa
 ]

CB-6465: Add license headers to Tizen code


> Add licence headers to Tizen code
> -
>
> Key: CB-6465
> URL: https://issues.apache.org/jira/browse/CB-6465
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Battery Status, Plugin Device, Plugin Device 
> Motion, Plugin Device Orientation, Plugin Globalization, Plugin Media, Plugin 
> Network Information, Plugin SplashScreen, Plugin Vibration, Tizen
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add the Apache License header to Tizen source files, under the assumption 
> that the Tizen developers are signing the ICLA and that we can actually 
> release plugins with this code.
> These commits will need to be reverted, and the Tizen directories removed, 
> should this prove not to be the case.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978654#comment-13978654
 ] 

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

Commit f2e56a2ac0ee85de15e1c95eaae2edcbc1c3f134 in 
cordova-plugin-file-transfer's branch refs/heads/master from [~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=f2e56a2
 ]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6411) Blackberry beep not working properly - sounds like beeping twice

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978646#comment-13978646
 ] 

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

Commit 47751e8b04230a21f53a4f494c232c270342fcd5 in cordova-plugin-dialogs's 
branch refs/heads/master from [~bhigg...@blackberry.com]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=47751e8 ]

CB-6411 [BlackBerry10] Updates to beep

- Update to embedded wav file to prevent long fade out
- Fix issues when quantity is not a number
- Fix issues when beep called while previous beep still playing


> Blackberry beep not working properly - sounds like beeping twice
> 
>
> Key: CB-6411
> URL: https://issues.apache.org/jira/browse/CB-6411
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, Plugin Dialogs
>Affects Versions: 3.3.0
> Environment: BlackBerry device OS 10.2.1.1927 and 10.2.1.2102
>Reporter: EnChieh Liu
>Priority: Critical
>
> When calling the beep() function, the very first time it works fine, but all 
> the subsequent function call after that would result it to beep twice(at 
> least sounds like twice) and the delay between each beep seems larger and 
> larger.
> Hard to explain the behavior, but similar to the following pattern:
> ding - dingding - - dingding - - - dingding - - - - dingding



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978672#comment-13978672
 ] 

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

Commit 29fa80ba5dfa27f5be4e254442d72037cf3ff71e in cordova-plugin-media's 
branch refs/heads/master from [~wjamesjong]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=29fa80b ]

CB-6212 iOS: fix warnings compiled under arm64 64-bit


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin Dialogs, Plugin 
> File, Plugin File Transfer, Plugin Geolocation, Plugin Globalization, Plugin 
> InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
> Fix For: 3.5.0
>
>
> Fix plugin warnings compiled under arm64 64-bit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978695#comment-13978695
 ] 

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

Commit 50febd81ba536eaa9db14454cfd73c914f6b49fa in cordova-plugin-statusbar's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=50febd8
 ]

CB-6452 Actually added RELEASENOTES.md for release 0.1.5


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978673#comment-13978673
 ] 

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

Commit c4aea36a1ce1befbecc35df873e24497874f4d45 in cordova-plugin-media's 
branch refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=c4aea36 ]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978671#comment-13978671
 ] 

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

Commit 1c98bc5b3f1757e1ed6c7686aa055715f9bf9372 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=1c98bc5
 ]

CB-6452 Updated version and RELEASENOTES.md for release 0.4.0


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-3324) InAppBrowser does not handle hardware back button

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978668#comment-13978668
 ] 

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

Commit 1c32236353d8fc118a8449464ba7cd8f93a5eee2 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=1c32236
 ]

CB-3324 Add support for back-button inappbrowser [WP8] if there is no history 
-> InAppBrowser is closed


> InAppBrowser does not handle hardware back button
> -
>
> Key: CB-3324
> URL: https://issues.apache.org/jira/browse/CB-3324
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: WP8
>Affects Versions: 2.7.0, 3.1.0
>Reporter: Martin Hujer
>Assignee: Jesse MacFadyen
> Fix For: 3.5.0
>
>
> When the link is opened in InAppBrowser on WP8 and I try to use hardware back 
> button to get back to app, it does not work. Actually, it "backs" in the 
> webpage under InAppBrowser.
> Steps to reproduce:
> 1) Navigate throught the HTML app packaged with Cordova
> 2) A wild link appears
> 3) Taping opens InAppBrowser
> 4) Using HW back button navigates in underlaying webpage and not in 
> InAppBrowser so it eventually closes the app after few clicks (it seems 
> nothing is happening in the InAppBrowser).
> Back hardware button works consistenty in all WP8 apps, so I think it should 
> also work here.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978670#comment-13978670
 ] 

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

Commit c5061ec333fae8e214a867443bc53833bba0d3c6 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=c5061ec
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978657#comment-13978657
 ] 

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

Commit 8b727b2cfd295b55c200c58da2c16df509e97632 in 
cordova-plugin-file-transfer's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=8b727b2
 ]

CB-6452 Updated version and RELEASENOTES.md for release 0.4.3


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978663#comment-13978663
 ] 

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

Commit 77342cc4b914776d692b54e1c2bbb11432d3ca04 in cordova-plugin-geolocation's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=77342cc
 ]

CB-6452 Updated version and RELEASENOTES.md for release 0.3.7


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978677#comment-13978677
 ] 

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

Commit 3ad7a3fb06f52cb3b5acdf43559a515ea9b148c5 in 
cordova-plugin-media-capture's branch refs/heads/master from [~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=3ad7a3f
 ]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978686#comment-13978686
 ] 

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

Commit 1e54cacac1ef4df4e43e9f488033a81e3d2b1e17 in 
cordova-plugin-splashscreen's branch refs/heads/master from [~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=1e54cac
 ]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978661#comment-13978661
 ] 

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

Commit cf777ed1c4dd480c39ac6e75f0a8973b8f6de9d7 in cordova-plugin-geolocation's 
branch refs/heads/master from [~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=cf777ed
 ]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978685#comment-13978685
 ] 

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

Commit a3e7f1a135db00b21fe8ec635ae9742f390e170e in 
cordova-plugin-network-information's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;h=a3e7f1a
 ]

CB-6452 Updated version and RELEASENOTES.md for release 0.2.8


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6152) MediaFile Not Compatible with new File Plugin

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978678#comment-13978678
 ] 

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

Commit bb9fb051223aa8cb52c5f6eed5b07d8722d162fb in 
cordova-plugin-media-capture's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=bb9fb05
 ]

CB-6152: Make mediafile compatible with file plugin


> MediaFile Not Compatible with new File Plugin
> -
>
> Key: CB-6152
> URL: https://issues.apache.org/jira/browse/CB-6152
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File, Plugin File Transfer, Plugin Media Capture
>Reporter: Matthew Keable
>Assignee: Ian Clelland
>
> The latest release of the File and File Transfer plugins (1.0.0 & 0.4.1 
> respectively) now use the cdvfile:// protocol to reference files.
> The Media Capture plugin (0.2.7) does not offer the new toURL() method for 
> the returned MediaFile objects.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978641#comment-13978641
 ] 

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

Commit d315f3b64471cd0de90b6d10d7943f893c97da0f in 
cordova-plugin-device-orientation's branch refs/heads/master from 
[~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=d315f3b
 ]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6316) Move StatusBar plugin documentation to docs folder

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978692#comment-13978692
 ] 

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

Commit 6ada08af4d0ec3937eec77d8af38d4e6ef549c1e in cordova-plugin-statusbar's 
branch refs/heads/master from [~akurdyumov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=6ada08a
 ]

CB-6316 Added README.md which point to the new location for docs


> Move StatusBar plugin documentation to docs folder
> --
>
> Key: CB-6316
> URL: https://issues.apache.org/jira/browse/CB-6316
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Reporter: Andrey Kurdyumov
>Assignee: Andrey Kurdyumov
>  Labels: statusbar-plugin
>
> Move current documentation from the README.md to doc/index.md so that docs 
> could appear on website



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978674#comment-13978674
 ] 

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

Commit 1dec789fe20cda9e38e7595aee741d22af881bf1 in cordova-plugin-media's 
branch refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=1dec789 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978653#comment-13978653
 ] 

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

Commit c1a105245fdb04026d62597f2928ae37b664f9a5 in cordova-plugin-file's branch 
refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=c1a1052 ]

CB-6452 Updated version and RELEASENOTES.md for release 1.1.0


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-4965) Delete docs/ and tests/ from all cordova plugins

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978651#comment-13978651
 ] 

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

Commit 2c5ee9a7660772c32b05f72f51b5cc575f388aa4 in cordova-plugin-file's branch 
refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=2c5ee9a ]

CB-4965: Remove tests from file plugin


> Delete docs/ and tests/ from all cordova plugins
> 
>
> Key: CB-4965
> URL: https://issues.apache.org/jira/browse/CB-4965
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: 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
>Priority: Minor
>
> The docs and tests within the plugin repos are copies from when the plugin 
> split-out happened and they are now out-of-date. We should just delete them 
> for now and put them back once we have a system that actually uses them.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978679#comment-13978679
 ] 

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

Commit 2e755c9ff7e3ead929f85e9f000b75e505369513 in 
cordova-plugin-media-capture's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=2e755c9
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5977) Deprecate Android Geolocation plugin

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978659#comment-13978659
 ] 

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

Commit ab8a448e52b0c2cc05fabe3e0d0cff3fd859b020 in cordova-plugin-geolocation's 
branch refs/heads/master from [~bowserj]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=ab8a448
 ]

CB-5977: Removing the Android Geolocation Code.  Mission Accomplished.


> Deprecate Android Geolocation plugin 
> -
>
> Key: CB-5977
> URL: https://issues.apache.org/jira/browse/CB-5977
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Geolocation
>Reporter: Mike Billau
>Assignee: Joe Bowser
> Fix For: 3.5.0
>
>
> Lets deprecate the Geolocation plugin on Android since the Web Geolocation 
> works just as well as our implementation. See 
> http://markmail.org/message/ketdgrzm2dcpxfo2 for further discussion.
> We need to keep the config.xml in order to continue adding the location 
> permissions. We should zero out the rest of the code since it shouldn't be 
> used. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978664#comment-13978664
 ] 

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

Commit d1b5e5bdebc954e149feecd745bdf9e4d5e2a668 in 
cordova-plugin-globalization's branch refs/heads/master from [~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=d1b5e5b
 ]

CB-6212 iOS: fix warnings compiled under arm64 64-bit


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin Dialogs, Plugin 
> File, Plugin File Transfer, Plugin Geolocation, Plugin Globalization, Plugin 
> InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
> Fix For: 3.5.0
>
>
> Fix plugin warnings compiled under arm64 64-bit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6360) The InAppBrowser crash on IOS 5.1 >NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor:

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978669#comment-13978669
 ] 

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

Commit 932f078e2dfd31a8208b9a3c0d53852289f94826 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~robinnorth]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=932f078
 ]

CB-6360: Fix for crash on iOS < 6.0 (closes #37)


> The InAppBrowser crash on IOS 5.1 >NSInvalidArgumentException', reason: 
> '-[UILabel setMinimumScaleFactor:
> -
>
> Key: CB-6360
> URL: https://issues.apache.org/jira/browse/CB-6360
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin InAppBrowser
>Affects Versions: 3.3.0, 3.4.0
> Environment: Cordova 3.3 or 3.4 Xcode 5.0.1. Test on Ipad 2, Iphone 
> 3GS
>Reporter: Gilles Benzerrouk
>Assignee: Shazron Abdullah
>  Labels: InAppBrowser, crash, ios5
> Attachments: CB-6360.patch
>
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> When i try to launch  the InAppBrowser with : 
> var ref =window.open(urlCt, 
> '_blank','location=yes,closebuttoncaption=Fermer,EnableViewPortScale=yes'); 
> InAppBrowser  crash.
> Here the log on Xcode 5.0.1
> 2014-03-26 08:48:38.480 ParisFood[405:707] -[UILabel setMinimumScaleFactor:]: 
> unrecognized selector sent to instance 0xecb7b10
> 2014-03-26 08:48:38.485 ParisFood[405:707] *** Terminating app due to 
> uncaught exception 'NSInvalidArgumentException', reason: '-[UILabel 
> setMinimumScaleFactor:]: unrecognized selector sent to instance 0xecb7b10'
> *** First throw call stack:
> (0x30fc588f 0x37303259 0x30fc8a9b 0x30fc7915 0x30f22650 0x49409 0x47bfd 
> 0x43f8f 0x43bc5 0x223c9 0x21cef 0x21899 0x21a7f 0x21991 0x30f241fb 0x318e1747 
> 0x30f99ad3 0x30f9929f 0x30f98045 0x30f1b4a5 0x30f1b36d 0x32f95439 0x3067ecd5 
> 0x2808f 0x28050)
> terminate called throwing an exception
> Before on cordova 2.9 everything was working well !!!



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6342) iOS reports a cellular connection even when in Airplane mode

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978681#comment-13978681
 ] 

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

Commit 6831f06685076dbbded4e78b2b89a09ee885f8fe in 
cordova-plugin-network-information's branch refs/heads/master from Elad Katan
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;h=6831f06
 ]

CB-6342 - iOS reports a cellular connection even when in Airplane mode


> iOS reports a cellular connection even when in Airplane mode
> 
>
> Key: CB-6342
> URL: https://issues.apache.org/jira/browse/CB-6342
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Network Information
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> See: 
> https://github.com/apache/cordova-plugin-network-information/pull/7
> Reachability returns "ReachableViaWWAN" even if 3G is disabled. If you get 
> ReachableViaWWAN, check connectionRequired (is YES if 3G is disabled).



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978667#comment-13978667
 ] 

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

Commit e61df29abdb94cfa4020d208359f4aa32f585c72 in 
cordova-plugin-globalization's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=e61df29
 ]

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


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6465) Add licence headers to Tizen code

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978675#comment-13978675
 ] 

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

Commit 8ff445000b377ab0f08425a05f491438a5038fca in cordova-plugin-media's 
branch refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=8ff4450 ]

CB-6465: Add license headers to Tizen code


> Add licence headers to Tizen code
> -
>
> Key: CB-6465
> URL: https://issues.apache.org/jira/browse/CB-6465
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Battery Status, Plugin Device, Plugin Device 
> Motion, Plugin Device Orientation, Plugin Globalization, Plugin Media, Plugin 
> Network Information, Plugin SplashScreen, Plugin Vibration, Tizen
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add the Apache License header to Tizen source files, under the assumption 
> that the Tizen developers are signing the ICLA and that we can actually 
> release plugins with this code.
> These commits will need to be reverted, and the Tizen directories removed, 
> should this prove not to be the case.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978680#comment-13978680
 ] 

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

Commit ae84ed3f31964bb5f5e7a7a53447c6d132be4edf in 
cordova-plugin-media-capture's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=ae84ed3
 ]

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


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978649#comment-13978649
 ] 

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

Commit 913c759118af5187ec6338374014da822c3e52ac in cordova-plugin-dialogs's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=913c759 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6452) Plugins Release Apr 16, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978689#comment-13978689
 ] 

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

Commit 8052d3804d5cf4e2e42af3a12b79c37a76be20fb in 
cordova-plugin-splashscreen's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=8052d38
 ]

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


> Plugins Release Apr 16, 2014
> 
>
> Key: CB-6452
> URL: https://issues.apache.org/jira/browse/CB-6452
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978693#comment-13978693
 ] 

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

Commit 004b0853499d7806441fcac3976dec3353129736 in cordova-plugin-statusbar's 
branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=004b085
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978638#comment-13978638
 ] 

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

Commit 4cef40cd6797e444781cce54dc872d9d6bc4a081 in 
cordova-plugin-device-motion's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=4cef40c
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6381) getCurrentHeading method calls the error handler with unexpected error object if device does not support compass.

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978642#comment-13978642
 ] 

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

Commit 051ecbaa7f00e213e25ba253355082bcf77100fe in 
cordova-plugin-device-orientation's branch refs/heads/master from 
[~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=051ecba
 ]

CB-6381 unexpected error object [WP8]


> getCurrentHeading method calls the error handler with unexpected error object 
> if device does not support compass.
> -
>
> Key: CB-6381
> URL: https://issues.apache.org/jira/browse/CB-6381
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Device Orientation, WP8
>Affects Versions: 3.2.0, 3.3.0, 3.4.0
> Environment: WP8 with device that does not have compass support.
>Reporter: Kristian Dimitrov Dimitrov
>Assignee: Jesse MacFadyen
>Priority: Minor
>
> Using the Device orientation plugin api, if you call getCurrentHeading on a 
> WP8 device that does not have hardware support for compass, the error handler 
> is called with unexpected error object:
> {
>"code": {
>   "code" : 20
>}
> }



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6212) fix plugin warnings compiled under arm64 64-bit

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978628#comment-13978628
 ] 

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

Commit 910f80fae8fe79eb8342bcd737b663c2d5f62d78 in cordova-plugin-contacts's 
branch refs/heads/master from [~wjamesjong]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=910f80f 
]

CB-6212 iOS: fix warnings compiled under arm64 64-bit

-for CDVContacts.m


> fix plugin warnings compiled under arm64 64-bit
> ---
>
> Key: CB-6212
> URL: https://issues.apache.org/jira/browse/CB-6212
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera, Plugin Contacts, Plugin Dialogs, Plugin 
> File, Plugin File Transfer, Plugin Geolocation, Plugin Globalization, Plugin 
> InAppBrowser, Plugin Media, Plugin Media Capture
>Reporter: James Jong
>Assignee: James Jong
>Priority: Minor
> Fix For: 3.5.0
>
>
> Fix plugin warnings compiled under arm64 64-bit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978665#comment-13978665
 ] 

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

Commit 14f3058a237bd3d1b6b9bf950ffa59a390e2c066 in 
cordova-plugin-globalization's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=14f3058
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6422) Use cordova/exec/proxy instead of platform dupes

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978637#comment-13978637
 ] 

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

Commit f1e842fa9e3ae8ade9c2dc15eb07dd1c7ce32c4f in 
cordova-plugin-device-motion's branch refs/heads/master from [~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=f1e842f
 ]

CB-6422 [windows8] use cordova/exec/proxy


> Use cordova/exec/proxy instead of platform dupes
> 
>
> Key: CB-6422
> URL: https://issues.apache.org/jira/browse/CB-6422
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen
>Reporter: Jesse MacFadyen
>
> the proxy code is built into cordova/exec/proxy, so instead of :
> require("cordova/windows8/commandProxy")...
> it should be :
> require("cordova/exec/proxy")...
> This applies to several platforms + core plugins



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978656#comment-13978656
 ] 

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

Commit 9b85ae122aa722d059cafd2719cb2e32f250259a in 
cordova-plugin-file-transfer's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=9b85ae1
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5980) Plugins Release, February 6th, 2014

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978618#comment-13978618
 ] 

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

Commit 6c8faff5d509d31d1502ad9cc3864152d47e5cee in 
cordova-plugin-battery-status's branch refs/heads/master from [~stevegill]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=6c8faff
 ]

CB-5980 Incremented plugin version on dev branch.


> Plugins Release, February 6th, 2014
> ---
>
> Key: CB-5980
> URL: https://issues.apache.org/jira/browse/CB-5980
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> Issue for plugins release



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6460) Update License Headers

2014-04-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978643#comment-13978643
 ] 

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

Commit ad63475e618ce3f617e974c60365bbabfe7e97ec in 
cordova-plugin-device-orientation's branch refs/heads/master from [~iclelland]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=ad63475
 ]

CB-6460: Update license headers


> Update License Headers
> --
>
> Key: CB-6460
> URL: https://issues.apache.org/jira/browse/CB-6460
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: Ian Clelland
>Assignee: Ian Clelland
>
> Add proper licence headers to all files missing them.
> This should include all documentation and plugin.xml files, since they 
> include some creative elements.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2606) Add support for elements in config.xml

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979685#comment-13979685
 ] 

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

Commit bc86dc6d9d308b09a2161bc8e3629020c79bb1ed in cordova-cli's branch 
refs/heads/master from sgrebnov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=bc86dc6 ]

CB-2606 Icons support for iOS, Android, BB10, WP8, Win8, FxOS


> Add support for  elements in config.xml
> -
>
> Key: CB-2606
> URL: https://issues.apache.org/jira/browse/CB-2606
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: Docs
>Reporter: Filip Maj
>Assignee: Mark Koudritsky
>
> This feature would add support for specifying the application icon by 
> changing values inside the {{config.xml}} document.
> Relevant details for Cordova:
> - {{}} elements _may_ have {{width}} and {{height}} attributes 
> representing the preferred size of the icon in CSS pixels.
> - {{}} elements _must_ have a {{src}} attribute, which contains a path 
> string relative to the {{www/}} folder (or equivalent) in the platform.
> See [the Widget Spec's section on 
> icons|http://www.w3.org/TR/widgets/#the-icon-element-and-its-attributes] for 
> specifics.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2606) Add support for elements in config.xml

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979686#comment-13979686
 ] 

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

Commit bceca90d4f4c5dec88f3d0023350b8453d752870 in cordova-cli's branch 
refs/heads/master from [~bhigg...@blackberry.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=bceca90 ]

CB-2606 Andriod icon - do not attempt copy to undefined path


> Add support for  elements in config.xml
> -
>
> Key: CB-2606
> URL: https://issues.apache.org/jira/browse/CB-2606
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: Docs
>Reporter: Filip Maj
>Assignee: Mark Koudritsky
>
> This feature would add support for specifying the application icon by 
> changing values inside the {{config.xml}} document.
> Relevant details for Cordova:
> - {{}} elements _may_ have {{width}} and {{height}} attributes 
> representing the preferred size of the icon in CSS pixels.
> - {{}} elements _must_ have a {{src}} attribute, which contains a path 
> string relative to the {{www/}} folder (or equivalent) in the platform.
> See [the Widget Spec's section on 
> icons|http://www.w3.org/TR/widgets/#the-icon-element-and-its-attributes] for 
> specifics.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2606) Add support for elements in config.xml

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979690#comment-13979690
 ] 

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

Commit 41ae089996cfe00a9d17edf93ac2b4eb5b74b401 in cordova-docs's branch 
refs/heads/master from [~sgrebnov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=41ae089 ]

CB-2606 Moved back BB10, Tizen; sort alpabetically


> Add support for  elements in config.xml
> -
>
> Key: CB-2606
> URL: https://issues.apache.org/jira/browse/CB-2606
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: Docs
>Reporter: Filip Maj
>Assignee: Mark Koudritsky
>
> This feature would add support for specifying the application icon by 
> changing values inside the {{config.xml}} document.
> Relevant details for Cordova:
> - {{}} elements _may_ have {{width}} and {{height}} attributes 
> representing the preferred size of the icon in CSS pixels.
> - {{}} elements _must_ have a {{src}} attribute, which contains a path 
> string relative to the {{www/}} folder (or equivalent) in the platform.
> See [the Widget Spec's section on 
> icons|http://www.w3.org/TR/widgets/#the-icon-element-and-its-attributes] for 
> specifics.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2606) Add support for elements in config.xml

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979689#comment-13979689
 ] 

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

Commit 51a296ae367b01a480defba5bf818b2cff7cb790 in cordova-docs's branch 
refs/heads/master from sgrebnov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=51a296a ]

CB-2606 Documented icon usage

1. iOS, Andoroid, FirefoxOS, Windows8, WP8
2. Related PR with support https://github.com/apache/cordova-cli/pull/126


> Add support for  elements in config.xml
> -
>
> Key: CB-2606
> URL: https://issues.apache.org/jira/browse/CB-2606
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: Docs
>Reporter: Filip Maj
>Assignee: Mark Koudritsky
>
> This feature would add support for specifying the application icon by 
> changing values inside the {{config.xml}} document.
> Relevant details for Cordova:
> - {{}} elements _may_ have {{width}} and {{height}} attributes 
> representing the preferred size of the icon in CSS pixels.
> - {{}} elements _must_ have a {{src}} attribute, which contains a path 
> string relative to the {{www/}} folder (or equivalent) in the platform.
> See [the Widget Spec's section on 
> icons|http://www.w3.org/TR/widgets/#the-icon-element-and-its-attributes] for 
> specifics.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-4319) localStorage database is relocated when restarting app on OSX

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980226#comment-13980226
 ] 

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

Commit 806ed0575ce578d52e1f42828f049913fbcb6081 in cordova-osx's branch 
refs/heads/master from [~tri...@adobe.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;h=806ed05 ]

CB-4319 localStorage database is relocated when restarting app on OSX

fixes:
- initialize web storage earlier
- read location from config.xml
- add fallback with bundleId if missing
- add missing placeholders in config.xml template

Signed-off-by: Shazron Abdullah 


> localStorage database is relocated when restarting app on OSX
> -
>
> Key: CB-4319
> URL: https://issues.apache.org/jira/browse/CB-4319
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: OSX
>Affects Versions: 2.9.0
> Environment: OSX
>Reporter: Adam George
>Assignee: Tobias Bocanegra
>  Labels: localStorage, osx
>
> There are still issues with the localStorage database on OSX.
> There is a recent ticket which dealt with a similar issue, and says that the 
> localStorage changes are now persisting on OSX:
> https://issues.apache.org/jira/browse/CB-456
> However, in my tests, the localStorage is still not working correctly. There 
> appears to be a bug where when restarting the app, the localStorage database 
> is relocated on the filesystem.
> This is my test case:
> 1) Start new Cordova-OSX 2.9.0 app. When starting the app, the 
> localStorage datafile exists at ~/Library/Application 
> Support/myapp/file__0.localstorage
> 2) Make some changes to localStorage in my app. I can open 
> file__0.localstorage in SQLite, and see that those changes are there.
> 3) Close app. Stop X-Code. Changes in file__0.localstorage are still 
> there.
> 4) Restart app. App can read my localStorage changes when it boots. 
> HOWEVER, I notice that the  ~/Library/Application 
> Support/myapp/file__0.localstorage file is now missing from the filesystem...
>If I make any changes to localStorage, those changes are being written 
> somewhere... but not into the ~/Library/Application 
> Support/myapp/file__0.localstorage
> 5) Restart app again. App generates a new db in ~/Library/Application 
> Support/myapp/file__0.localstorage, and the changes that I did in 2) are now 
> lost.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6502) Invalid URL and version for osx platform

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980230#comment-13980230
 ] 

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

Commit 1ff6f299bb719acf917f07b1142a0b2c4ac85141 in cordova-osx's branch 
refs/heads/master from [~tri...@adobe.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;h=1ff6f29 ]

CB-6502 Invalid URL and version for osx platform

Signed-off-by: Shazron Abdullah 


> Invalid URL and version for osx platform
> 
>
> Key: CB-6502
> URL: https://issues.apache.org/jira/browse/CB-6502
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: OSX
>Reporter: Etienne Lemay
>Assignee: Tobias Bocanegra
>Priority: Blocker
>
> See the cordova-cli.patch file 
> (https://github.com/apache/cordova-osx/blob/master/patches/cordova-cli.patch)
> The *url* should be 
> https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git. Last available tag 
> is *3.0.0*, however it is outdated and uses the old CordovaFramework layout 
> (which causes a bug when trying to install the platform (it is looking for 
> CordovaLib/VERSION)). Using *master* as the version works for now.
> I don’t know if it’s an ongoing update, but I’d say an updated tag with the 
> right repo url would do the trick.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2987) Add a ./cordova/lib/install-emulator project-level helper script to OSX

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980236#comment-13980236
 ] 

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

Commit 04c6c0c972bd398d9a898dc66e8f551ebc6d in cordova-osx's branch 
refs/heads/master from [~tri...@adobe.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;h=04c6c0c ]

Fixing various project-helper scripts

fixes:
* CB-2979 Add a ./cordova/lib/list-devices project-level helper script to OSX
* CB-2971 Add a ./cordova/lib/list-started-emulators as project-level helper 
script to OSX
* CB-2954 Add a ./cordova/lib/list-emulator-images project-level helper script 
to OSX
* CB-2987 Add a ./cordova/lib/install-emulator project-level helper script to 
OSX
* CB-2995 Add a ./cordova/lib/install-device project-level helper script to OSX
* CB-3003 Add a ./cordova/lib/start-emulator project-level helper script to OSX

Signed-off-by: Shazron Abdullah 


> Add a ./cordova/lib/install-emulator project-level helper script to OSX
> ---
>
> Key: CB-2987
> URL: https://issues.apache.org/jira/browse/CB-2987
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: OSX
>Reporter: Filip Maj
>Assignee: Tobias Bocanegra
> Fix For: 3.5.0
>
>
> {code}
> install-emulator [--target=id]
> {code}
> Installs a build of the app to an available emulator.
> If {{--target}} is specified, attempts to install the app to the emulator 
> identified by {{id}}. If the attempt fails, the script will error out with an 
> appropriate error message and exit with code 2.
> If no {{--target}} is specified, follows this multi-device flow:
>  # Are there any actual emulators available, i.e. started/running? (use 
> {{list-started-emulators}} [CB-2971] to determine this). If so, target the 
> first one, otherwise continue.
>  # Are there any emulator images available to start? (use 
> {{list-emulator-images}} [CB-2954] to determine this). If so, call 
> {{start-emulator }} [TODO: issue ref] of the first available image, wait 
> for it to become ready, then target it. If no, continue.
>  # Print an error message and exit with code 2.
> If the application is not compiled/built yet, the script will error out with 
> an appropriate error message and exit with code 2.
> If the functionality is not implementable, the script should print out an 
> appropriate error message and exit with code 1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2979) Add a ./cordova/lib/list-devices project-level helper script to OSX

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980233#comment-13980233
 ] 

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

Commit 04c6c0c972bd398d9a898dc66e8f551ebc6d in cordova-osx's branch 
refs/heads/master from [~tri...@adobe.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;h=04c6c0c ]

Fixing various project-helper scripts

fixes:
* CB-2979 Add a ./cordova/lib/list-devices project-level helper script to OSX
* CB-2971 Add a ./cordova/lib/list-started-emulators as project-level helper 
script to OSX
* CB-2954 Add a ./cordova/lib/list-emulator-images project-level helper script 
to OSX
* CB-2987 Add a ./cordova/lib/install-emulator project-level helper script to 
OSX
* CB-2995 Add a ./cordova/lib/install-device project-level helper script to OSX
* CB-3003 Add a ./cordova/lib/start-emulator project-level helper script to OSX

Signed-off-by: Shazron Abdullah 


> Add a ./cordova/lib/list-devices project-level helper script to OSX
> ---
>
> Key: CB-2979
> URL: https://issues.apache.org/jira/browse/CB-2979
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: OSX
>Reporter: Filip Maj
>Assignee: Tobias Bocanegra
> Fix For: 3.5.0
>
>
> Lists out attached/connected devices.
> The script should print out, at a minimum, one device ID per line. If a 
> description of the device is available, each line should be in the form ID 
> DESCRIPTION. Other tooling can then use the first space as a delimiter.
> If no devices are connected, the script should print out nothing and exit 
> with code 0.
> If it is not possible to implement this script on the platform, the script 
> script should print an appropriate error message and exit with code 1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2971) Add a ./cordova/lib/list-started-emulators as project-level helper script to OSX

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980234#comment-13980234
 ] 

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

Commit 04c6c0c972bd398d9a898dc66e8f551ebc6d in cordova-osx's branch 
refs/heads/master from [~tri...@adobe.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;h=04c6c0c ]

Fixing various project-helper scripts

fixes:
* CB-2979 Add a ./cordova/lib/list-devices project-level helper script to OSX
* CB-2971 Add a ./cordova/lib/list-started-emulators as project-level helper 
script to OSX
* CB-2954 Add a ./cordova/lib/list-emulator-images project-level helper script 
to OSX
* CB-2987 Add a ./cordova/lib/install-emulator project-level helper script to 
OSX
* CB-2995 Add a ./cordova/lib/install-device project-level helper script to OSX
* CB-3003 Add a ./cordova/lib/start-emulator project-level helper script to OSX

Signed-off-by: Shazron Abdullah 


> Add a ./cordova/lib/list-started-emulators as project-level helper script to 
> OSX
> 
>
> Key: CB-2971
> URL: https://issues.apache.org/jira/browse/CB-2971
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: OSX
>Reporter: Filip Maj
>Assignee: Tobias Bocanegra
> Fix For: 3.5.0
>
>
> Lists out running emulators.
> The script should print out, at a minimum, one emulator ID per line. If a 
> description of the running emulator is available, each line should be in the 
> form ID DESCRIPTION. Other tooling can then use the first space as a 
> delimiter.
> If this functionality is not available, the script should print out an 
> appropriate error message and exit with code 1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2926) Add a ./cordova/log project-level script for OSX

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980243#comment-13980243
 ] 

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

Commit 33f8a87a3f99ffc029dab5b62b6c4684147f5d34 in cordova-osx's branch 
refs/heads/master from [~tri...@adobe.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;h=33f8a87 ]

CB-2926 Add a ./cordova/log project-level script for OSX

- added log output to build script if it starts the app after building
- added flag to support launching in foreground

Signed-off-by: Shazron Abdullah 


> Add a ./cordova/log project-level script for OSX
> 
>
> Key: CB-2926
> URL: https://issues.apache.org/jira/browse/CB-2926
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: OSX
>Reporter: Filip Maj
>Assignee: Tobias Bocanegra
> Fix For: 3.5.0
>
>
> Add a script that streams a log from a running cordova app, either on a 
> connected device or running emulator.
> If the action is not supported, that is fine. In that case, please have the 
> script error out with an appropriate message (with potential workaround 
> described, if available) and exit with code 1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2995) Add a ./cordova/lib/install-device project-level helper script to OSX

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980237#comment-13980237
 ] 

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

Commit 04c6c0c972bd398d9a898dc66e8f551ebc6d in cordova-osx's branch 
refs/heads/master from [~tri...@adobe.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;h=04c6c0c ]

Fixing various project-helper scripts

fixes:
* CB-2979 Add a ./cordova/lib/list-devices project-level helper script to OSX
* CB-2971 Add a ./cordova/lib/list-started-emulators as project-level helper 
script to OSX
* CB-2954 Add a ./cordova/lib/list-emulator-images project-level helper script 
to OSX
* CB-2987 Add a ./cordova/lib/install-emulator project-level helper script to 
OSX
* CB-2995 Add a ./cordova/lib/install-device project-level helper script to OSX
* CB-3003 Add a ./cordova/lib/start-emulator project-level helper script to OSX

Signed-off-by: Shazron Abdullah 


> Add a ./cordova/lib/install-device project-level helper script to OSX
> -
>
> Key: CB-2995
> URL: https://issues.apache.org/jira/browse/CB-2995
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: OSX
>Reporter: Filip Maj
>Assignee: Tobias Bocanegra
> Fix For: 3.5.0
>
>
> {code}
> install-device [--target=id]
> {code}
> Installs a build of the app to an available device.
> If {{--target}} is specified, attempts to install the app to the device 
> identified by {{id}}. If the attempt fails, the script will error out with an 
> appropriate error message and exit with code 2.
> If no {{--target}} is specified, follows this multi-device flow:
>  # Are there any devices available, i.e. connected? (use {{list-devices}} 
> [CB-2978] to determine this). If so, target the first one, otherwise continue.
>  # Print an error message and exit with code 2.
> If the application is not compiled/built yet, the script will error out with 
> an appropriate error message and exit with code 2.
> If this functionality is not implementable, print out an appropriate error 
> message and exit with code 1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-3003) Add a ./cordova/lib/start-emulator project-level helper script to OSX

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980239#comment-13980239
 ] 

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

Commit 04c6c0c972bd398d9a898dc66e8f551ebc6d in cordova-osx's branch 
refs/heads/master from [~tri...@adobe.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;h=04c6c0c ]

Fixing various project-helper scripts

fixes:
* CB-2979 Add a ./cordova/lib/list-devices project-level helper script to OSX
* CB-2971 Add a ./cordova/lib/list-started-emulators as project-level helper 
script to OSX
* CB-2954 Add a ./cordova/lib/list-emulator-images project-level helper script 
to OSX
* CB-2987 Add a ./cordova/lib/install-emulator project-level helper script to 
OSX
* CB-2995 Add a ./cordova/lib/install-device project-level helper script to OSX
* CB-3003 Add a ./cordova/lib/start-emulator project-level helper script to OSX

Signed-off-by: Shazron Abdullah 


> Add a ./cordova/lib/start-emulator project-level helper script to OSX
> -
>
> Key: CB-3003
> URL: https://issues.apache.org/jira/browse/CB-3003
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: OSX
>Reporter: Filip Maj
>Assignee: Tobias Bocanegra
> Fix For: 3.5.0
>
>
> {code}
> start-emulator [id]
> {code}
> Starts an emulator image.
> If {{id}} is specified, will attempt to start the emulator image with the 
> specified ID. If the emulator image is not available or is unable to be 
> started, should print an error message and exit with code 2.
> If no {{id}} is specified, it will try to start the first available emulator 
> (using the {{list-emulator-images}} script [CB-2954]). If no emulator images 
> are available, it will error out and exit with code 2.
> If this implementation is not available for a particular platform, the script 
> should print an appropriate error message and exit with code 1.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6493) Project template organization - add www folder reference, prominent config.xml

2014-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980255#comment-13980255
 ] 

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

Commit 4db9ca537eab5603faafb86e1f0348c1a8f4e969 in cordova-osx's branch 
refs/heads/master from [~tri...@adobe.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;h=4db9ca5 ]

CB-6493 Project template organization - add www folder reference, prominent 
config.xml

Signed-off-by: Shazron Abdullah 


> Project template organization - add www folder reference, prominent config.xml
> --
>
> Key: CB-6493
> URL: https://issues.apache.org/jira/browse/CB-6493
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: OSX
>Reporter: Shazron Abdullah
>Assignee: Tobias Bocanegra
>
> Right now there is no folder reference to the "www" folder for quick edits in 
> Xcode, add one. Not critical for the build, but a convenience thing (like 
> iOS).
> Also, the config.xml is hidden in a subfolder in the project, put it next to 
> the root (like iOS).



--
This message was sent by Atlassian JIRA
(v6.2#6252)


<    13   14   15   16   17   18   19   20   21   22   >