[jira] [Commented] (CB-13230) Remove service worker from cordova-browser

2017-08-30 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-13230:


Tested using the following instructions:

1) create a cordova app
2) add your local browser `cordova platform add pathToBrowser`
3) cordova run
4) you should see hello world open up in your default browser (chrome?)
5) make a change to www/index.js (change the h1 tag or something silly)
6) cordova run
7) the app won't show your change

I wasn't able to reproduce the issue using OSX Google Chrome version: 
60.0.3112.101 (Official Build) (64-bit)

> Remove service worker from cordova-browser
> --
>
> Key: CB-13230
> URL: https://issues.apache.org/jira/browse/CB-13230
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 5.0.0
>Reporter: Steve Gill
>Assignee: Herm Wong
>  Labels: browser-next
> Fix For: 5.1.0
>
>
> It doesn't make sense to include service workers by default in 
> cordova-browser. We are better off documenting how to add service workers so 
> our users can do that. I think we need to delete 
> https://github.com/apache/cordova-browser/blob/master/bin/template/www/cordova-sw.js
>  and remove any references to cordova-sw.js 
> https://github.com/apache/cordova-browser/search?utf8=%E2%9C%93=cordova-sw.js=



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-13230) Remove service worker from cordova-browser

2017-08-30 Thread Herm Wong (JIRA)

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

Herm Wong reassigned CB-13230:
--

Assignee: Herm Wong

> Remove service worker from cordova-browser
> --
>
> Key: CB-13230
> URL: https://issues.apache.org/jira/browse/CB-13230
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 5.0.0
>Reporter: Steve Gill
>Assignee: Herm Wong
>  Labels: browser-next
> Fix For: 5.1.0
>
>
> It doesn't make sense to include service workers by default in 
> cordova-browser. We are better off documenting how to add service workers so 
> our users can do that. I think we need to delete 
> https://github.com/apache/cordova-browser/blob/master/bin/template/www/cordova-sw.js
>  and remove any references to cordova-sw.js 
> https://github.com/apache/cordova-browser/search?utf8=%E2%9C%93=cordova-sw.js=



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-5128) Add new meta data to plugins.xml

2014-05-16 Thread Herm Wong (JIRA)

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

Herm Wong closed CB-5128.
-

Resolution: Fixed

 Add new meta data to plugins.xml
 

 Key: CB-5128
 URL: https://issues.apache.org/jira/browse/CB-5128
 Project: Apache Cordova
  Issue Type: Improvement
  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, Plugman
Reporter: Steve Gill
Assignee: Herm Wong
 Fix For: 3.5.0


 Rep tag - points to repo location
 Issues tag (maybe tracker tag) - points to issue tracker (for jira, link 
 should have component)
 Docs tag (if applicable) - points to docs location
 Description tag - short summary (might not be necessary if we decide to 
 output the readme on plugins.cordova.io for each plugin)
 Home Page Link (if applicable) - points to the plugin home page (not 
 applicable for cordova core plugins)
 Author tag - make it compatible with package.json author tag. Plugin.xml 
 gets converted to a package.json when you run the publish command.
 Keywords?



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


[jira] [Commented] (CB-3204) initial implementation of cordova apis

2014-01-27 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3204:
---

The plugins are being released this with the Cordova 3.4 release.

 initial implementation of cordova apis
 --

 Key: CB-3204
 URL: https://issues.apache.org/jira/browse/CB-3204
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong





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


[jira] [Comment Edited] (CB-3204) initial implementation of cordova apis

2014-01-27 Thread Herm Wong (JIRA)

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

Herm Wong edited comment on CB-3204 at 1/27/14 6:34 PM:


The plugins are being released with the Cordova 3.4 release, the plan is to get 
3.4 released some time this week.


was (Author: hermwong):
The plugins are being released this with the Cordova 3.4 release.

 initial implementation of cordova apis
 --

 Key: CB-3204
 URL: https://issues.apache.org/jira/browse/CB-3204
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong





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


[jira] [Created] (CB-5906) broken prompt response

2014-01-27 Thread Herm Wong (JIRA)
Herm Wong created CB-5906:
-

 Summary: broken prompt response
 Key: CB-5906
 URL: https://issues.apache.org/jira/browse/CB-5906
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS, Plugin Dialogs
Reporter: Herm Wong
Assignee: Herm Wong


Prompt response was broken.
There was also an error in buttonIndex (starting from 0 instead of 1)



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


[jira] [Updated] (CB-5906) broken prompt response

2014-01-27 Thread Herm Wong (JIRA)

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

Herm Wong updated CB-5906:
--

Affects Version/s: 3.3.0
Fix Version/s: 3.4.0

 broken prompt response
 --

 Key: CB-5906
 URL: https://issues.apache.org/jira/browse/CB-5906
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS, Plugin Dialogs
Affects Versions: 3.3.0
Reporter: Herm Wong
Assignee: Herm Wong
 Fix For: 3.4.0


 Prompt response was broken.
 There was also an error in buttonIndex (starting from 0 instead of 1)



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


[jira] [Commented] (CB-4966) dialog

2014-01-27 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4966:
---

I've created a separate issue for the broken prompt response. 
https://issues.apache.org/jira/browse/CB-5906. The pull request has been merged.

 dialog
 --

 Key: CB-4966
 URL: https://issues.apache.org/jira/browse/CB-4966
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Dialogs
 Environment: firefoxos
Reporter: Piotr Zalewa

 I started developing it - only the CSS is left - no idea how to conect it to 
 main CSS (is it needed?)
 https://github.com/zalun/cordova-plugin-dialogs



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


[jira] [Resolved] (CB-5906) broken prompt response

2014-01-27 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-5906.
---

Resolution: Fixed

 broken prompt response
 --

 Key: CB-5906
 URL: https://issues.apache.org/jira/browse/CB-5906
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS, Plugin Dialogs
Affects Versions: 3.3.0
Reporter: Herm Wong
Assignee: Herm Wong
 Fix For: 3.4.0


 Prompt response was broken.
 There was also an error in buttonIndex (starting from 0 instead of 1)



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


[jira] [Commented] (CB-5906) broken prompt response

2014-01-27 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-5906:
---

pull request merged: 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;a=commit;h=3c1f5aecdb2a9fe47a962708e2f0bc72c7148d7d

 broken prompt response
 --

 Key: CB-5906
 URL: https://issues.apache.org/jira/browse/CB-5906
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS, Plugin Dialogs
Affects Versions: 3.3.0
Reporter: Herm Wong
Assignee: Herm Wong
 Fix For: 3.4.0


 Prompt response was broken.
 There was also an error in buttonIndex (starting from 0 instead of 1)



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


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

2014-01-24 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3208:
---

There seems to be a conflict in the ContactsProxy.js file when attempting the 
merge. Should I keep the version currently in the Apache repo or the one in 
your repo?

 contacts
 

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


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



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


[jira] [Commented] (CB-3204) initial implementation of cordova apis

2014-01-23 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3204:
---

I'll follow up on it. I did make a request on the mailing list last week. A few 
of our team members are away today and on Friday, so it may not happen until 
next week.

 initial implementation of cordova apis
 --

 Key: CB-3204
 URL: https://issues.apache.org/jira/browse/CB-3204
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong





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


[jira] [Commented] (CB-4919) camera

2014-01-16 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4919:
---

I've started a thread on the cordova dev mailing list requesting a plugin 
release.

 camera
 --

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






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


[jira] [Commented] (CB-3206) vibration

2014-01-14 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3206:
---

Merged into the dev branch on the apache repo: 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;a=commit;h=1ab3cdfd82a1b37fc711e5ba72ccd3937d9fecc7

 vibration
 -

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






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


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

2014-01-14 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-3208.
---

Resolution: Fixed

 contacts
 

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


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



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


[jira] [Commented] (CB-4919) camera

2014-01-14 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4919:
---

changes have been committed:
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=commit;h=464c37eb50467a7aed91e51aac371c8aed298811
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=commit;h=fc0678f9707350c40b488b4827f7e0944779be94
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=commit;h=ba278d249556369a58f2a5d3c1deb7e4e9d384a0

 camera
 --

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






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


[jira] [Resolved] (CB-5326) update geolocation docs

2014-01-14 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-5326.
---

Resolution: Fixed

 update geolocation docs
 ---

 Key: CB-5326
 URL: https://issues.apache.org/jira/browse/CB-5326
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Docs, FirefoxOS
Affects Versions: 3.1.0
Reporter: Herm Wong
Assignee: Herm Wong
Priority: Minor

 update the geolocation docs with the permissions required in manifest.webapp



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


[jira] [Commented] (CB-4920) device

2014-01-14 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4920:
---

merged into the dev branch: 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;a=commit;h=4bf5dee049edb8208e75ee7e050fcb1168a31245

 device
 --

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






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


[jira] [Created] (CB-5792) update plugin dialog docs with FirefoxOS details

2014-01-14 Thread Herm Wong (JIRA)
Herm Wong created CB-5792:
-

 Summary: update plugin dialog docs with FirefoxOS details
 Key: CB-5792
 URL: https://issues.apache.org/jira/browse/CB-5792
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong


https://github.com/apache/cordova-plugin-dialogs/pull/11



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


[jira] [Resolved] (CB-5792) update plugin dialog docs with FirefoxOS details

2014-01-14 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-5792.
---

Resolution: Fixed

 update plugin dialog docs with FirefoxOS details
 

 Key: CB-5792
 URL: https://issues.apache.org/jira/browse/CB-5792
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong

 https://github.com/apache/cordova-plugin-dialogs/pull/11



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


[jira] [Commented] (CB-5792) update plugin dialog docs with FirefoxOS details

2014-01-14 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-5792:
---

merged into the dev branch: 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;a=commit;h=8d7ad69a7b5aed7d1fbbdfde94e8bb852d55e796

https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;a=commit;h=15ac14eacbd1e494b2fc49a271f705355720f57a

 update plugin dialog docs with FirefoxOS details
 

 Key: CB-5792
 URL: https://issues.apache.org/jira/browse/CB-5792
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong

 https://github.com/apache/cordova-plugin-dialogs/pull/11



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


[jira] [Commented] (CB-3205) orientation

2014-01-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3205:
---

The pull request has been merged: 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;a=commit;h=0cad0fe934cc882932048828249095babdf0fe00

 orientation
 ---

 Key: CB-3205
 URL: https://issues.apache.org/jira/browse/CB-3205
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong





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


[jira] [Commented] (CB-4919) camera

2014-01-10 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4919:
---

This has been merged into the cordova-plugin-camera repository under the dev 
branch.

https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=commit;h=76eb49da95edd112d9eef8494615fd9d4e753e11

 camera
 --

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






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


[jira] [Resolved] (CB-4919) camera

2014-01-10 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-4919.
---

Resolution: Fixed

 camera
 --

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






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


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

2014-01-09 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3208:
---

I've merged the changes from 
https://github.com/apache/cordova-plugin-contacts/pull/16 into the Contacts 
plugin. Changes should propagate to github soon.


 contacts
 

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


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



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


[jira] [Commented] (CB-5326) update geolocation docs

2013-12-09 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-5326:
---

The supported platforms section needs to be updated to include FxOS.

 update geolocation docs
 ---

 Key: CB-5326
 URL: https://issues.apache.org/jira/browse/CB-5326
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Docs, FirefoxOS
Affects Versions: 3.1.0
Reporter: Herm Wong
Assignee: Herm Wong
Priority: Minor

 update the geolocation docs with the permissions required in manifest.webapp



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Reopened] (CB-5326) update geolocation docs

2013-12-09 Thread Herm Wong (JIRA)

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

Herm Wong reopened CB-5326:
---


 update geolocation docs
 ---

 Key: CB-5326
 URL: https://issues.apache.org/jira/browse/CB-5326
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Docs, FirefoxOS
Affects Versions: 3.1.0
Reporter: Herm Wong
Assignee: Herm Wong
Priority: Minor

 update the geolocation docs with the permissions required in manifest.webapp



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


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

2013-12-05 Thread Herm Wong (JIRA)

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

Herm Wong reopened CB-3208:
---


reopening until this issue has been fully tested.

 contacts
 

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


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



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-4919) camera

2013-12-03 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-4919.
---

Resolution: Fixed

 camera
 --

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






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4919) camera

2013-12-03 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4919:
---

This has been merged into the cordova-plugin-camera repository under the dev 
branch.

https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=commit;h=3424ddb39c25d28ccb976a817b7af9d371381447

 camera
 --

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






--
This message was sent by Atlassian JIRA
(v6.1#6144)


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

2013-12-03 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3208:
---

Contacts code changes have been merged into the dev branch for the 
Cordova-Plugin-Contacts repo.

https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;a=history;f=src/firefoxos/ContactsProxy.js;h=afd43a431eb2a7b9ca15ff3e599e405f77202d4e;hb=dev

The documentation changes have been pushed to master branch in the Cordova-Docs 
repo.
https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=commit;h=13835542ae22e9e8221b3c369b9500010516aad5



 contacts
 

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


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



--
This message was sent by Atlassian JIRA
(v6.1#6144)


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

2013-12-03 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-3208.
---

Resolution: Fixed

 contacts
 

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


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



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Closed] (CB-3202) DeviceReady Event not being handled

2013-12-03 Thread Herm Wong (JIRA)

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

Herm Wong closed CB-3202.
-


 DeviceReady Event not being handled
 ---

 Key: CB-3202
 URL: https://issues.apache.org/jira/browse/CB-3202
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS
Affects Versions: 2.6.0
Reporter: Herm Wong
Assignee: Herm Wong
Priority: Blocker

 when deploying the Cordova-FirefoxOS implementation onto the FirefoxOS 
 simulator or test device, the deviceready event does not seem to be getting 
 fired / or handled properly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-3202) DeviceReady Event not being handled

2013-12-03 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-3202.
---

Resolution: Fixed

 DeviceReady Event not being handled
 ---

 Key: CB-3202
 URL: https://issues.apache.org/jira/browse/CB-3202
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS
Affects Versions: 2.6.0
Reporter: Herm Wong
Assignee: Herm Wong
Priority: Blocker

 when deploying the Cordova-FirefoxOS implementation onto the FirefoxOS 
 simulator or test device, the deviceready event does not seem to be getting 
 fired / or handled properly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-1197) R D initial B2G implementation

2013-12-03 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-1197.
---

Resolution: Fixed

 R  D initial B2G implementation
 

 Key: CB-1197
 URL: https://issues.apache.org/jira/browse/CB-1197
 Project: Apache Cordova
  Issue Type: Task
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong





--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Resolved] (CB-1201) R D authoring a sample B2G app

2013-12-03 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-1201.
---

Resolution: Won't Fix

 R  D authoring a sample B2G app
 

 Key: CB-1201
 URL: https://issues.apache.org/jira/browse/CB-1201
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong





--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (CB-5415) FxOS plugin permissions documentation

2013-11-15 Thread Herm Wong (JIRA)
Herm Wong created CB-5415:
-

 Summary: FxOS plugin permissions documentation
 Key: CB-5415
 URL: https://issues.apache.org/jira/browse/CB-5415
 Project: Apache Cordova
  Issue Type: Task
  Components: FirefoxOS
Affects Versions: 3.2.0
Reporter: Herm Wong
Assignee: Herm Wong


List of all permissions in FxOS.

As plugins are completed the permissions required for the manifest.webapp 
should be documented with the corresponding API.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (CB-5416) Need to auto generate manifest.webapp with appropriate plugin permissions

2013-11-15 Thread Herm Wong (JIRA)
Herm Wong created CB-5416:
-

 Summary: Need to auto generate manifest.webapp with appropriate 
plugin permissions
 Key: CB-5416
 URL: https://issues.apache.org/jira/browse/CB-5416
 Project: Apache Cordova
  Issue Type: Task
  Components: CLI, FirefoxOS
Affects Versions: 3.2.0
Reporter: Herm Wong
Assignee: Herm Wong


When FxOS apps are built, the CLI needs to determine which plugins are used and 
also generate the correct permissions in the manifest.webapp file.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (CB-5326) update geolocation docs

2013-11-08 Thread Herm Wong (JIRA)
Herm Wong created CB-5326:
-

 Summary: update geolocation docs
 Key: CB-5326
 URL: https://issues.apache.org/jira/browse/CB-5326
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong


update the geolocation docs with the permissions required in webapp manifest.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (CB-5326) update geolocation docs

2013-11-08 Thread Herm Wong (JIRA)

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

Herm Wong updated CB-5326:
--

Component/s: Docs

 update geolocation docs
 ---

 Key: CB-5326
 URL: https://issues.apache.org/jira/browse/CB-5326
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Docs, FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong

 update the geolocation docs with the permissions required in webapp manifest.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3209) geolocation

2013-11-08 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3209:
---

created a subtask to update the geolocation docs at 
https://issues.apache.org/jira/browse/CB-5326

 geolocation
 ---

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


 geolocation spec: http://www.w3.org/TR/geolocation-API/



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5326) update geolocation docs

2013-11-08 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-5326:
---

Added the permissions info to the geolocation docs.

https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=commit;h=93b93efcb732efac13b0a96e12a595e00d3cea50

 update geolocation docs
 ---

 Key: CB-5326
 URL: https://issues.apache.org/jira/browse/CB-5326
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Docs, FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong

 update the geolocation docs with the permissions required in manifest.webapp



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (CB-5326) update geolocation docs

2013-11-08 Thread Herm Wong (JIRA)

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

Herm Wong updated CB-5326:
--

 Priority: Minor  (was: Major)
Affects Version/s: 3.1.0

 update geolocation docs
 ---

 Key: CB-5326
 URL: https://issues.apache.org/jira/browse/CB-5326
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Docs, FirefoxOS
Affects Versions: 3.1.0
Reporter: Herm Wong
Assignee: Herm Wong
Priority: Minor

 update the geolocation docs with the permissions required in manifest.webapp



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3209) geolocation

2013-11-06 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3209:
---

I'll merge in the latest changes to the apache repo.

As for documentation of the permissions required in the manifest.webapp, I 
think the best place would be under Accessing the Feature section in the 
geolocation docs.

http://cordova.apache.org/docs/en/edge/cordova_geolocation_geolocation.md.html#Geolocation



 geolocation
 ---

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


 geolocation spec: http://www.w3.org/TR/geolocation-API/



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3209) geolocation

2013-11-04 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3209:
---

In the interim, I think we should probably document the permissions required in 
README and also in the Cordova docs for geolocation.

 geolocation
 ---

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


 geolocation spec: http://www.w3.org/TR/geolocation-API/



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3209) geolocation

2013-11-01 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3209:
---

I've merged in Piotr's changes into the dev branch of the geolocation plugin.

 geolocation
 ---

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


 geolocation spec: http://www.w3.org/TR/geolocation-API/



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5128) Add new meta data to plugins.xml

2013-10-22 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-5128:
---

added to vibration plugin: 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;a=commit;h=1d5098df6cfe3130ef0d3460f4c52edbeeeacd54

 Add new meta data to plugins.xml
 

 Key: CB-5128
 URL: https://issues.apache.org/jira/browse/CB-5128
 Project: Apache Cordova
  Issue Type: Improvement
  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, Plugman
Reporter: Steve Gill
Assignee: Herm Wong
 Fix For: 3.2.0


 Rep tag - points to repo location
 Issues tag (maybe tracker tag) - points to issue tracker (for jira, link 
 should have component)
 Docs tag (if applicable) - points to docs location
 Description tag - short summary (might not be necessary if we decide to 
 output the readme on plugins.cordova.io for each plugin)
 Home Page Link (if applicable) - points to the plugin home page (not 
 applicable for cordova core plugins)
 Author tag - make it compatible with package.json author tag. Plugin.xml 
 gets converted to a package.json when you run the publish command.
 Keywords?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4919) camera

2013-10-17 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4919:
---

It's currently reflected on the dev branch.

https://github.com/apache/cordova-plugin-camera/blob/dev/plugin.xml

 camera
 --

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






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4919) camera

2013-10-08 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4919:
---

plugin.xml has been updated. 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=commit;h=eab4822ae984e2f7b22fc81c8649e6075d8e6718

 camera
 --

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






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Reopened] (CB-4919) camera

2013-10-08 Thread Herm Wong (JIRA)

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

Herm Wong reopened CB-4919:
---


 camera
 --

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






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Reopened] (CB-3209) geolocation

2013-10-08 Thread Herm Wong (JIRA)

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

Herm Wong reopened CB-3209:
---


leaving this in progress until we have tests written and have also confirmed 
the feature on a device.

 geolocation
 ---

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


 geolocation spec: http://www.w3.org/TR/geolocation-API/



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4919) camera

2013-10-08 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4919:
---

leaving this in progress until we have tests written and have also confirmed 
the feature on a device.

 camera
 --

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






--
This message was sent by Atlassian JIRA
(v6.1#6144)


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

2013-10-08 Thread Herm Wong (JIRA)

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

Herm Wong reopened CB-3208:
---


leaving this in progress until we have tests written and have also confirmed 
the feature on a device.

 contacts
 

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


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



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Reopened] (CB-3207) network

2013-10-08 Thread Herm Wong (JIRA)

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

Herm Wong reopened CB-3207:
---


leaving this in progress until we have tests written and have also confirmed 
the feature on a device.

 network
 ---

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


 Network API spec: 
 https://dvcs.w3.org/hg/dap/raw-file/tip/network-api/Overview.html



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3204) initial implementation of cordova apis

2013-10-02 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3204:
---

I haven't tried running our testing framework against the FirefoxOS plugins 
yet. For our other platforms we've been using 
https://github.com/apache/cordova-mobile-spec.

 initial implementation of cordova apis
 --

 Key: CB-3204
 URL: https://issues.apache.org/jira/browse/CB-3204
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS
Reporter: Herm Wong
Assignee: Herm Wong





--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-4919) camera

2013-10-02 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4919:
---

It should be added under the FirefoxOS section in the plugin.xml.

 camera
 --

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






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-3206) notification

2013-09-30 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3206:
---

When the initial plugin breakout was done for Cordova 3.0 vibration was lumped 
into the notification plugin since the pre 3.0 Cordova had the vibration api 
included under notifications.

This issue should actually be changed to reference implemenation of the 
vibration api.

 notification
 

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






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Assigned] (CB-3206) notification

2013-09-30 Thread Herm Wong (JIRA)

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

Herm Wong reassigned CB-3206:
-

Assignee: Herm Wong  (was: Steve Gill)

 notification
 

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






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (CB-3206) vibration

2013-09-30 Thread Herm Wong (JIRA)

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

Herm Wong updated CB-3206:
--

Summary: vibration  (was: notification)

 vibration
 -

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






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Created] (CB-4933) Research Accessibility APIs

2013-09-26 Thread Herm Wong (JIRA)
Herm Wong created CB-4933:
-

 Summary: Research Accessibility APIs
 Key: CB-4933
 URL: https://issues.apache.org/jira/browse/CB-4933
 Project: Apache Cordova
  Issue Type: Task
  Components: FirefoxOS
Affects Versions: 3.1.0
Reporter: Herm Wong
Assignee: Herm Wong
Priority: Minor




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (CB-4933) Research Accessibility APIs

2013-09-26 Thread Herm Wong (JIRA)

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

Herm Wong updated CB-4933:
--

Description: Investigate the AT (Assistive Technology) APIs supported by 
FirefoxOS.

 Research Accessibility APIs
 ---

 Key: CB-4933
 URL: https://issues.apache.org/jira/browse/CB-4933
 Project: Apache Cordova
  Issue Type: Task
  Components: FirefoxOS
Affects Versions: 3.1.0
Reporter: Herm Wong
Assignee: Herm Wong
Priority: Minor

 Investigate the AT (Assistive Technology) APIs supported by FirefoxOS.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-4933) Research Accessibility APIs

2013-09-26 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-4933:
---

FirefoxOS implements the same AT APIs used in Gecko.

General Overivew of Gecko's AT API support can be found here: 
https://developer.mozilla.org/en-US/docs/Accessibility/AT-APIs

Details regarding Mozilla's roadmap for Accessibility: 
https://wiki.mozilla.org/Accessibility

List of Gecko AT APIs: 
https://developer.mozilla.org/en-US/docs/Accessibility/AT-APIs/Gecko/Interfaces

Gecko also supports various desktop OS AT APIs from Windows  Linux more 
details can be found here: 
https://developer.mozilla.org/en-US/docs/Accessibility/AT-APIs/Implementation_Details

The desktop related AT APIs may not be relevant to Cordova-FirefoxOS.

Mozilla is also supporting the ARIA (Accessible Rich Internet Applications) 
standards proposed to W3C (http://www.w3.org/WAI/intro/aria). An overview of 
ARIA from Mozilla: 
https://developer.mozilla.org/en-US/docs/Accessibility/ARIA?redirectlocale=en-USredirectslug=ARIA

Info regarding FirefoxOS current accessibility from Marco Zehe (Mozilla dev 
working on Accessibility): http://www.marcozehe.de/category/firefoxos/




 Research Accessibility APIs
 ---

 Key: CB-4933
 URL: https://issues.apache.org/jira/browse/CB-4933
 Project: Apache Cordova
  Issue Type: Task
  Components: FirefoxOS
Affects Versions: 3.1.0
Reporter: Herm Wong
Assignee: Herm Wong
Priority: Minor

 Investigate the AT (Assistive Technology) APIs supported by FirefoxOS.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-3209) geolocation

2013-09-25 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-3209.
---

   Resolution: Fixed
Fix Version/s: 3.1.0

https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;a=commit;h=8840c938ea7909e7e74dd3a8e7ef61a96629b7d9

 geolocation
 ---

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


 geolocation spec: http://www.w3.org/TR/geolocation-API/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-09-25 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-3208.
---

   Resolution: Fixed
Fix Version/s: 3.1.0

https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;a=commit;h=ddd77f4e203f3bc1788287050fee9567333e7ccc

 contacts
 

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


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-3207) network

2013-09-25 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-3207.
---

   Resolution: Fixed
Fix Version/s: 3.1.0

https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;a=commit;h=c7425809161ef27e050abf1c943f9dfde0c8eed0

 network
 ---

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


 Network API spec: 
 https://dvcs.w3.org/hg/dap/raw-file/tip/network-api/Overview.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-4919) camera

2013-09-25 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-4919.
---

Resolution: Fixed

https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=commit;h=3a3bbb1cc9bfe4d04a560bf86bead1fd01a2904f

 camera
 --

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




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-4919) camera

2013-09-25 Thread Herm Wong (JIRA)
Herm Wong created CB-4919:
-

 Summary: camera
 Key: CB-4919
 URL: https://issues.apache.org/jira/browse/CB-4919
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Affects Versions: 3.0.0
Reporter: Herm Wong
 Fix For: 3.1.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CB-4919) camera

2013-09-25 Thread Herm Wong (JIRA)

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

Herm Wong reassigned CB-4919:
-

Assignee: Herm Wong

 camera
 --

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




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (CB-4920) device

2013-09-25 Thread Herm Wong (JIRA)

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

Herm Wong resolved CB-4920.
---

Resolution: Fixed

https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;a=commit;h=30ba3ce8e0ea2ed48e65fc607d838e54a012d926

 device
 --

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




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-4920) device

2013-09-25 Thread Herm Wong (JIRA)
Herm Wong created CB-4920:
-

 Summary: device
 Key: CB-4920
 URL: https://issues.apache.org/jira/browse/CB-4920
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: FirefoxOS
Affects Versions: 3.0.0
Reporter: Herm Wong
Assignee: Herm Wong
 Fix For: 3.1.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3202) DeviceReady Event not being handled

2013-08-06 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3202:
---

This fix didn't work for me when I tested on the latest Cordova-JS (from Aug. 
5, 2013) and FirefoxOS 5.0pre2 sim. Which version of Cordova-JS and FirefoxOS 
sim are you using?

 DeviceReady Event not being handled
 ---

 Key: CB-3202
 URL: https://issues.apache.org/jira/browse/CB-3202
 Project: Apache Cordova
  Issue Type: Bug
  Components: FirefoxOS
Affects Versions: 2.6.0
Reporter: Herm Wong
Assignee: Herm Wong
Priority: Blocker

 when deploying the Cordova-FirefoxOS implementation onto the FirefoxOS 
 simulator or test device, the deviceready event does not seem to be getting 
 fired / or handled properly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CB-3724) Breakout File Plugin for Android

2013-07-10 Thread Herm Wong (JIRA)

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

Herm Wong reassigned CB-3724:
-

Assignee: Herm Wong  (was: Steve Gill)

 Breakout File Plugin for Android
 

 Key: CB-3724
 URL: https://issues.apache.org/jira/browse/CB-3724
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin File
Reporter: Steve Gill
Assignee: Herm Wong
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3724) Breakout File Plugin for Android

2013-07-10 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3724:
---

The files have been copied into the plugin with this commit: 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;a=commit;h=acda8049cad222d304f7a43334d43018aeb277d1

I did not remove the files from the Cordova-Android repo.

This plugin needs to be retested on a device.

 Breakout File Plugin for Android
 

 Key: CB-3724
 URL: https://issues.apache.org/jira/browse/CB-3724
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin File
Reporter: Steve Gill
Assignee: Herm Wong
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CB-3726) Breakout File Transfer Plugin for iOS

2013-06-14 Thread Herm Wong (JIRA)

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

Herm Wong reassigned CB-3726:
-

Assignee: Herm Wong  (was: Steve Gill)

 Breakout File Transfer Plugin for iOS
 -

 Key: CB-3726
 URL: https://issues.apache.org/jira/browse/CB-3726
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin File Transfer
Reporter: Steve Gill
Assignee: Herm Wong
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (CB-3725) Breakout File Transfer Plugin for Android

2013-06-14 Thread Herm Wong (JIRA)

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

Herm Wong reassigned CB-3725:
-

Assignee: Herm Wong  (was: Steve Gill)

 Breakout File Transfer Plugin for Android
 -

 Key: CB-3725
 URL: https://issues.apache.org/jira/browse/CB-3725
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin File Transfer
Reporter: Steve Gill
Assignee: Herm Wong
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3725) Breakout File Transfer Plugin for Android

2013-06-14 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3725:
---

Android Java classes broken out:
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;a=commit;h=feb16bf34111b3dcb0ebc26991640414688af54d

Cordova-JS code:
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;a=commit;h=571d316e7ad3cf6df75f5485c72f38607a71cfcc

Android permissions:
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;a=commit;h=187a12725b5b37179f90b5903fcc82b7e5490c10

ready for testing on device.

 Breakout File Transfer Plugin for Android
 -

 Key: CB-3725
 URL: https://issues.apache.org/jira/browse/CB-3725
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin File Transfer
Reporter: Steve Gill
Assignee: Herm Wong
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3726) Breakout File Transfer Plugin for iOS

2013-06-14 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3726:
---

iOS code broken out:
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;a=commit;h=81cf31677f544332d3409b9c37624bc927ae2537

plugin.xml updated with iOS references:
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;a=commit;h=bfb7af458429f68876485df307ab2d29c2a28c6d

ready for testing on device.

 Breakout File Transfer Plugin for iOS
 -

 Key: CB-3726
 URL: https://issues.apache.org/jira/browse/CB-3726
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin File Transfer
Reporter: Steve Gill
Assignee: Herm Wong
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3648) Breakout Device Motion Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3648:
---

plugin has been broken out. requires testing on iOS device.

 Breakout Device Motion Plugin for iOS
 -

 Key: CB-3648
 URL: https://issues.apache.org/jira/browse/CB-3648
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Device Motion
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Reopened] (CB-3648) Breakout Device Motion Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong reopened CB-3648:
---


 Breakout Device Motion Plugin for iOS
 -

 Key: CB-3648
 URL: https://issues.apache.org/jira/browse/CB-3648
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Device Motion
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3654) Breakout Camera Plugin for Android

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3654:
---

code has been broken out into the plugin. requires testing on device.

 Breakout Camera Plugin for Android
 --

 Key: CB-3654
 URL: https://issues.apache.org/jira/browse/CB-3654
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin Camera
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3733) Breakout Network Information Plugin for Android

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3733:
---

code has been broken out into the plugin. requires testing on device.

 Breakout Network Information Plugin for Android
 ---

 Key: CB-3733
 URL: https://issues.apache.org/jira/browse/CB-3733
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin Network Information
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3690) Breakout Geolocation Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3690:
---

code has been broken out into the plugin. requires testing on device.

 Breakout Geolocation Plugin for iOS
 ---

 Key: CB-3690
 URL: https://issues.apache.org/jira/browse/CB-3690
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin Geolocation
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3689) Breakout Device Orientation Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3689:
---

code has been broken out into the plugin. requires testing on device.

 Breakout Device Orientation Plugin for iOS
 --

 Key: CB-3689
 URL: https://issues.apache.org/jira/browse/CB-3689
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin Device Orientation
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3734) Breakout Network Information Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3734:
---

code has been broken out into the plugin. requires testing on device.

 Breakout Network Information Plugin for iOS
 ---

 Key: CB-3734
 URL: https://issues.apache.org/jira/browse/CB-3734
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin Network Information
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3699) Breakout Console Plugin for Android

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3699:
---

code has been broken out into the plugin. requires testing on device.

 Breakout Console Plugin for Android
 ---

 Key: CB-3699
 URL: https://issues.apache.org/jira/browse/CB-3699
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin Console
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3701) Breakout Media Capture Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3701:
---

code has been broken out into the plugin. requires testing on device.

 Breakout Media Capture Plugin for iOS
 -

 Key: CB-3701
 URL: https://issues.apache.org/jira/browse/CB-3701
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin Media Capture
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3698) Breakout Console Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3698:
---

code has been broken out into the plugin. requires testing on device.

 Breakout Console Plugin for iOS
 ---

 Key: CB-3698
 URL: https://issues.apache.org/jira/browse/CB-3698
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin Console
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3717) Breakout Globalization Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3717:
---

code has been broken out into the plugin. requires testing on device.

 Breakout Globalization Plugin for iOS
 -

 Key: CB-3717
 URL: https://issues.apache.org/jira/browse/CB-3717
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin Globalization
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3724) Breakout File Plugin for Android

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3724:
---

code has been broken out into the plugin. requires testing on device.

 Breakout File Plugin for Android
 

 Key: CB-3724
 URL: https://issues.apache.org/jira/browse/CB-3724
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin File
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3723) Breakout File Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3723:
---

code has been broken out into the plugin. requires testing on device.

 Breakout File Plugin for iOS
 

 Key: CB-3723
 URL: https://issues.apache.org/jira/browse/CB-3723
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin File
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3688) Breakout Device Orientation Plugin for Android

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3688:
---

android permissions added to plugin.xml 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;a=commit;h=1d7c6a44aafa1b83617d84fa44bc581a76998bfc

 Breakout Device Orientation Plugin for Android
 --

 Key: CB-3688
 URL: https://issues.apache.org/jira/browse/CB-3688
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin Device Orientation
Reporter: Steve Gill
Assignee: Herm Wong
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3700) Breakout Media Capture Plugin for Android

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3700:
---

Android permission added to plugin.xml
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;a=commit;h=717476f7aa39f881a5234fc1b55f13a06ac82838

 Breakout Media Capture Plugin for Android
 -

 Key: CB-3700
 URL: https://issues.apache.org/jira/browse/CB-3700
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin Media Capture
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3724) Breakout File Plugin for Android

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3724:
---

Android permissions added to plugin.xml
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;a=commit;h=22c36d7f6327d34be694002da25b5bfc85f0971e

 Breakout File Plugin for Android
 

 Key: CB-3724
 URL: https://issues.apache.org/jira/browse/CB-3724
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin File
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3733) Breakout Network Information Plugin for Android

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3733:
---

Android permissions added to plugin.xml
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;a=commit;h=53210d77ea98b2793f76020d96874f94ae9f7013

 Breakout Network Information Plugin for Android
 ---

 Key: CB-3733
 URL: https://issues.apache.org/jira/browse/CB-3733
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin Network Information
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3660) Breakout Vibration Plugin for Android

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3660:
---

Android permission added to plugin.xml
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;a=commit;h=d5ca2f064f89dacc1573d826f91683a32a2cfaf2

 Breakout Vibration Plugin for Android
 -

 Key: CB-3660
 URL: https://issues.apache.org/jira/browse/CB-3660
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android, Plugin Vibration
Reporter: Steve Gill
Assignee: Herm Wong
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3670) Breakout Battery Status Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong commented on CB-3670:
---

code broken out into plugin. requires test on device.
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;a=commit;h=622b53742d35c62eba4ea0f6937441ba56f47124

 Breakout Battery Status Plugin for iOS
 --

 Key: CB-3670
 URL: https://issues.apache.org/jira/browse/CB-3670
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin Battery Status
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (CB-3723) Breakout File Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong edited comment on CB-3723 at 6/13/13 9:16 PM:


code has been broken out into the plugin. requires testing on device.
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;a=commit;h=476d017e43e2ced1acbb103504d443fdf817c531

  was (Author: hermwong):
code has been broken out into the plugin. requires testing on device.
  
 Breakout File Plugin for iOS
 

 Key: CB-3723
 URL: https://issues.apache.org/jira/browse/CB-3723
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin File
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (CB-3701) Breakout Media Capture Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong edited comment on CB-3701 at 6/13/13 9:19 PM:


code has been broken out into the plugin. requires testing on device.
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;a=commit;h=95562e020ce14b14893b9cc3c9d2394b2e1fc784

  was (Author: hermwong):
code has been broken out into the plugin. requires testing on device.
  
 Breakout Media Capture Plugin for iOS
 -

 Key: CB-3701
 URL: https://issues.apache.org/jira/browse/CB-3701
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin Media Capture
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (CB-3708) Breakout Media Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong edited comment on CB-3708 at 6/13/13 9:19 PM:


code has been broken out into the plugin. requires testing on device.
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;a=commit;h=f7293aaf912010e7fef9497395982f026f75287c

  was (Author: hermwong):
code has been broken out into the plugin. requires testing on device.
  
 Breakout Media Plugin for iOS
 -

 Key: CB-3708
 URL: https://issues.apache.org/jira/browse/CB-3708
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin Media
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (CB-3734) Breakout Network Information Plugin for iOS

2013-06-13 Thread Herm Wong (JIRA)

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

Herm Wong edited comment on CB-3734 at 6/13/13 9:21 PM:


code has been broken out into the plugin. requires testing on device.
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;a=commit;h=012af5b8c525308ac109d6a2b0c8e83e1290f7bb

  was (Author: hermwong):
code has been broken out into the plugin. requires testing on device.
  
 Breakout Network Information Plugin for iOS
 ---

 Key: CB-3734
 URL: https://issues.apache.org/jira/browse/CB-3734
 Project: Apache Cordova
  Issue Type: Improvement
  Components: iOS, Plugin Network Information
Reporter: Steve Gill
Assignee: Steve Gill
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


  1   2   >