[jira] [Commented] (CB-7560) Tel and Mailto links don't work in iframe

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit cf367cb49916196ce6009b54c4a6dfa9779be20c in cordova-ios's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=cf367cb ]

CB-7560 - Tel and Mailto links don't work in iframe


 Tel and Mailto links don't work in iframe
 -

 Key: CB-7560
 URL: https://issues.apache.org/jira/browse/CB-7560
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
 Environment: Tested on iPhone 4s running iOS 7
Reporter: Nathan Smith
Assignee: Shazron Abdullah
  Labels: iOS7
 Fix For: 3.7.0


 Tel and Mailto hyperlinks don't work if contained in an iframe.
 The cause of this issue is this line of code: 
 [GitHub|https://github.com/apache/cordova-ios/commit/7e0a32892a540295e7de5da6a4832dfdaf337ac0?diff=unified#diff-8e93b8e59d39213ac17678c5b7470b3cR206].
 It seems that {noformat}[NSURLConnection canHandleRequest:request]{noformat} 
 returns {{false}} in this case causing the links to not function.
 Example App:
 {code:title=app.html}
 !DOCTYPE html
 html
 head
 meta charset=utf-8/
 meta name=viewport content=initial-scale=1, maximum-scale=1, 
 user-scalable=no/
 /head
 body
 a href=tel:041245Top Level Tel/a
 a href=mailto:exam...@example.com;Top Level Mailto/a
 iframe src=iframe.html/iframe
 script type=text/javascript src=cordova.js/script
 /body
 /html
 {code}
 {code:title=iframe.html}
 !DOCTYPE html
 html
 head
 meta charset=utf-8/
 meta name=viewport content=initial-scale=1, maximum-scale=1, 
 user-scalable=no/
 /head
 body
 a href=tel:041245iFrame Tel/a
 a href=mailto:exam...@example.com;iFrame Mailto/a
 /body
 /html
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7560) Tel and Mailto links don't work in iframe

2014-09-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-7560.
--
   Resolution: Fixed
Fix Version/s: 3.7.0

Unit tests added as well

 Tel and Mailto links don't work in iframe
 -

 Key: CB-7560
 URL: https://issues.apache.org/jira/browse/CB-7560
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
 Environment: Tested on iPhone 4s running iOS 7
Reporter: Nathan Smith
Assignee: Shazron Abdullah
  Labels: iOS7
 Fix For: 3.7.0


 Tel and Mailto hyperlinks don't work if contained in an iframe.
 The cause of this issue is this line of code: 
 [GitHub|https://github.com/apache/cordova-ios/commit/7e0a32892a540295e7de5da6a4832dfdaf337ac0?diff=unified#diff-8e93b8e59d39213ac17678c5b7470b3cR206].
 It seems that {noformat}[NSURLConnection canHandleRequest:request]{noformat} 
 returns {{false}} in this case causing the links to not function.
 Example App:
 {code:title=app.html}
 !DOCTYPE html
 html
 head
 meta charset=utf-8/
 meta name=viewport content=initial-scale=1, maximum-scale=1, 
 user-scalable=no/
 /head
 body
 a href=tel:041245Top Level Tel/a
 a href=mailto:exam...@example.com;Top Level Mailto/a
 iframe src=iframe.html/iframe
 script type=text/javascript src=cordova.js/script
 /body
 /html
 {code}
 {code:title=iframe.html}
 !DOCTYPE html
 html
 head
 meta charset=utf-8/
 meta name=viewport content=initial-scale=1, maximum-scale=1, 
 user-scalable=no/
 /head
 body
 a href=tel:041245iFrame Tel/a
 a href=mailto:exam...@example.com;iFrame Mailto/a
 /body
 /html
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7551) [Camera][iOS 8] Scaled images show a white line

2014-09-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-7551.
--
Resolution: Fixed

 [Camera][iOS 8] Scaled images show a white line
 ---

 Key: CB-7551
 URL: https://issues.apache.org/jira/browse/CB-7551
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Camera
 Environment: iOS 8 GM
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 When scaling the image, do not allow floats, to avoid white line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7551) [Camera][iOS 8] Scaled images show a white line

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 3581c595d7d67b011aaf33b5b09e702c119d6b79 in cordova-plugin-camera's 
branch refs/heads/master from ktsour
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=3581c59 
]

CB-7551 - [Camera][iOS 8] Scaled images show a white line

Signed-off-by: Shazron Abdullah shaz...@apache.org


 [Camera][iOS 8] Scaled images show a white line
 ---

 Key: CB-7551
 URL: https://issues.apache.org/jira/browse/CB-7551
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Camera
 Environment: iOS 8 GM
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 When scaling the image, do not allow floats, to avoid white line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7560) Tel and Mailto links don't work in iframe

2014-09-16 Thread Nathan Smith (JIRA)

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

Nathan Smith commented on CB-7560:
--

Thanks for that very fast turnaround!

 Tel and Mailto links don't work in iframe
 -

 Key: CB-7560
 URL: https://issues.apache.org/jira/browse/CB-7560
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
 Environment: Tested on iPhone 4s running iOS 7
Reporter: Nathan Smith
Assignee: Shazron Abdullah
  Labels: iOS7
 Fix For: 3.7.0


 Tel and Mailto hyperlinks don't work if contained in an iframe.
 The cause of this issue is this line of code: 
 [GitHub|https://github.com/apache/cordova-ios/commit/7e0a32892a540295e7de5da6a4832dfdaf337ac0?diff=unified#diff-8e93b8e59d39213ac17678c5b7470b3cR206].
 It seems that {noformat}[NSURLConnection canHandleRequest:request]{noformat} 
 returns {{false}} in this case causing the links to not function.
 Example App:
 {code:title=app.html}
 !DOCTYPE html
 html
 head
 meta charset=utf-8/
 meta name=viewport content=initial-scale=1, maximum-scale=1, 
 user-scalable=no/
 /head
 body
 a href=tel:041245Top Level Tel/a
 a href=mailto:exam...@example.com;Top Level Mailto/a
 iframe src=iframe.html/iframe
 script type=text/javascript src=cordova.js/script
 /body
 /html
 {code}
 {code:title=iframe.html}
 !DOCTYPE html
 html
 head
 meta charset=utf-8/
 meta name=viewport content=initial-scale=1, maximum-scale=1, 
 user-scalable=no/
 /head
 body
 a href=tel:041245iFrame Tel/a
 a href=mailto:exam...@example.com;iFrame Mailto/a
 /body
 /html
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7204) Race condition when hiding and showing spinner

2014-09-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7204:


Github user kant2002 commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-55702064
  
When you are really fast this is not working. New view created before call 
to `[self destroyViews];` happens inside callback and application crash when it 
is executed second time. You could try it yourself, just run application and 
hide it during opening transition multiple times. 

Basically this is what happens:
```
// Pause
// Resume
[self createViews]
[self destroyViews]
// Pause
// Resume
[self createViews]
[self destroyViews]
```

where you expect following conditions
```
// Pause
// Resume
[self createViews]
// Pause
// Resume
[self createViews]
[self destroyViews]
[self destroyViews]
```

I know that this is not proper fix, since it will potentially(?) cause 
memory leak during that condition (not remember fully now, but when I discover 
that I deep belief that memory will be leacked).
To proper implement fix, I have to capture view which has to be destroyed 
inside callback that way if `[self createViews]` would be called and some 
handlers and views(?) would be overridden and leaked.


 Race condition when hiding and showing spinner
 --

 Key: CB-7204
 URL: https://issues.apache.org/jira/browse/CB-7204
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
 Environment: iOS
Reporter: Andrey Kurdyumov
Priority: Minor
 Attachments: Screenshot 2014-07-27 at 19.31.09.png


 I have application which show spinner on resume to indicate loading activity 
 for the application.
 When quickly show and hide application there appears race condition which 
 result in the application crash.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7204) Race condition when hiding and showing spinner

2014-09-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7204:


Github user kant2002 commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-55703938
  
Sorry, I reread your comment and realize that my earlier comment is 
probably off-topic.


 Race condition when hiding and showing spinner
 --

 Key: CB-7204
 URL: https://issues.apache.org/jira/browse/CB-7204
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
 Environment: iOS
Reporter: Andrey Kurdyumov
Priority: Minor
 Attachments: Screenshot 2014-07-27 at 19.31.09.png


 I have application which show spinner on resume to indicate loading activity 
 for the application.
 When quickly show and hide application there appears race condition which 
 result in the application crash.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7523) Possible error in the plugin.xml

2014-09-16 Thread Ilya Buziuk (JIRA)

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

Ilya Buziuk commented on CB-7523:
-

 Plans are to start a plugins release today
[~cmarcelk] sounds great!

 Possible error in the plugin.xml
 

 Key: CB-7523
 URL: https://issues.apache.org/jira/browse/CB-7523
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Contacts
Reporter: Ilya Buziuk

 I think there is an error in the plugin.xml
 https://github.com/apache/cordova-plugin-contacts/blob/master/plugin.xml#L67
 Should be  merges, instead of merge



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7499) Cordova dialogs should support BIDI text

2014-09-16 Thread Mike Billau (JIRA)

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

Mike Billau commented on CB-7499:
-

Hmmm, this plugin now depends on a specific version of Android (at least for 
this feature to work) so maybe I need add in the engine tag to plugin.xml?

 Cordova dialogs should support BIDI text
 

 Key: CB-7499
 URL: https://issues.apache.org/jira/browse/CB-7499
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Affects Versions: Master
Reporter: Mike Billau
Assignee: Mike Billau
Priority: Minor
  Labels: bidirectional, globalization
 Fix For: 3.7.0


 Since API 19, Andorid has had the facilities to deal with bidirectional text, 
 however, current Cordova notification implementation does not correctly 
 handle bidirectional text in dialogs.
 We can see this is the case by first setting the language to Hebrew and then 
 launching the following dialogs:
 navigator.notification.confirm(Pure English !!!, function(){}, 7); 
 navigator.notification.confirm(עברית היא שפה מדוברת בIsrael !, 
 function(){}, 8);
 Since we are in Hebrew, the base text direction will be RTL. This means that 
 when we see the second notification with the Hebrew text, it will be 
 right-justified. When we click and see the Pure English !!! notication, 
 because locale is RTL, we should expect to see: !!! Pure English and it 
 should be right-justified, however, we still see Pure English !!!, left 
 justified.
 http://w3-03.ibm.com/globalization/page/publish/4353
 Ideally you should be able to just add   android:supportsRtl=true to the 
 manifest, however, this is doesn't seem to ne enough without setting the text 
 direction to the locale for all of the dialogs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7561) have a test period with a shared npm-shrinkwrap before building an rc

2014-09-16 Thread Marcel Kinard (JIRA)
Marcel Kinard created CB-7561:
-

 Summary: have a test period with a shared npm-shrinkwrap before 
building an rc
 Key: CB-7561
 URL: https://issues.apache.org/jira/browse/CB-7561
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Coho
Reporter: Marcel Kinard
Assignee: Marcel Kinard
Priority: Minor


Although we publish our releases with an npm-shrinkwrap, we don't test with it. 
There should be a defined test period where all the developers are using the 
same npm-shrinkwrap so that problems can be found before the rc is posted for a 
vote and published to users.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7549) [StatusBar][iOS 8] Landscape issue

2014-09-16 Thread Tim Higgins (JIRA)

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

Tim Higgins commented on CB-7549:
-

Shazron
It appears someone else has also found this issue and put a pull request in.  
here is the link, i have made the change to my code and it all works.  
http://www.mail-archive.com/dev@cordova.apache.org/msg22117.html   

Thanks for your help

 [StatusBar][iOS 8] Landscape issue
 --

 Key: CB-7549
 URL: https://issues.apache.org/jira/browse/CB-7549
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Statusbar
Affects Versions: 3.5.0
 Environment: Jquerymobile 1.4.3, Jquery 2.0.3, cordova 3.5 iOS, iOS 8
Reporter: Tim Higgins
Assignee: Shazron Abdullah

 not for sure if this is an xcode setting, cordova ios8 issue or jquerymobile 
 ios8 issue.  if you create a new cordova project, force it to Landscape 
 only(phone or ipad doesnt matter), then include JqueryMobile (1.4.3) and run 
 the project in iOS 8 the display will be chopped up into 3 sections.  ReRun 
 it in iOS 7 simulator and everything is fine.  so it has something to do with 
 being forced to Landscape.  enclosed is the code i am using to recreate the 
 problem.
 {code}
 !DOCTYPE html
 html
   head
   title/title
   meta name=viewport content=initial-scale=1.0, maximum-scale=1.0, 
 user-scalable=no /
   meta name=msapplication-tap-highlight content=no /
   meta name=format-detection content=telephone=no /
  meta charset=utf-8
  
link rel=stylesheet 
 href=http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.css;
   
   /head
   
   
   style type=text/css
   
   div.div_Body {
   height: 100%;
   
   position: relative;
   border:2px solid DarkGoldenrod;
   border-radius:7px;
   font: bold 14px Arial;
   font-family:Arial, Helvetica, sans-serif;
   color:Black;
   text-align:center;
   background: #FF;
   }
 /style
   
   
   
   body id=body class=noselect  
   script
   
   window.addEventListener('load', function () { 
 document.addEventListener('deviceready', function () {onDeviceReady() }, 
 false); }, false);
   
   /* When this function is called, PhoneGap has been initialized and 
 is ready to roll */
   function onDeviceReady()
   {
   console.log(in device ready);
   console.log(height  + screen.height);
   console.log(width  + screen.width);
   var myscreenWidth = screen.width;
}
   /script
   
   
   div data-role=page class=ui-page  data-theme=b 
   
   div data-role=header   class=ui-header data-theme=b 
   h1 class=ui-title tabindex=0 role=heading 
 aria-level=1Test/h1
   /div
div data-role=content style=height: 670px class=ui-content 
 div_Body role=main
   p  Send Help/p
   /div
  /div
  
   script type=text/javascript charset=utf-8 
 src=cordova.js/script
 script src=http://code.jquery.com/jquery-1.9.1.js;/script
 script 
 src=http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.js;/script
   /body
 /html
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7533) inappbrowser plugin not working with angularJs + cordova 3.5.1 release

2014-09-16 Thread aitzol berasategi (JIRA)

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

aitzol berasategi updated CB-7533:
--
Attachment: logcat3.5.1
logcat3.5.0

Hi, I send the logcat of each version of cordova. I tested with android 4.4
emulator, Pipo M6Pro 9.8 inches tablet android 4.2 and android 4.4 Motorola
Moto G mobile device. In version 3.5.0 of cordova links open correctly in
the system browser using the inappbrowser plugin, but with version
3.5.1 nothing
happens.





-- 


mendiApp v2.0 http://mendigida.com
itsasondoBTT.com http://itsasondobtt.com
MENDIgida.com http://mendigida.com

 “GAZA. MUNDUKO ESPETXERIK HANDIENA”
340 kilometro karratu eta 1.500.000 biztanle dituen lurraldea bonbardatzea
ekintza kriminala da.


 inappbrowser plugin not working with angularJs + cordova 3.5.1 release 
 ---

 Key: CB-7533
 URL: https://issues.apache.org/jira/browse/CB-7533
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin InAppBrowser
Affects Versions: 3.5.0
 Environment: I have an issue with angularJs + Cordova 3.5.1 hybrid 
 webapp
Reporter: aitzol berasategi
  Labels: inappbrowser, javascript, newbie
 Fix For: 3.5.0

 Attachments: logcat3.5.0, logcat3.5.1


 External links that I have in my angularJs + cordova3.5.0 app with 
 inappbrowser plugin works fine. My app crashed after cordova is upgraded to 
 the 3.5.1 release, and then inappbrowser  doesnt work.
 I call external links in appcontroller.js as well:
 $scope.kanpoLink = function(link){
 window.open(link, '_system', 'location=yes');
 }
 Sorry for my English.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6469) Restore plugins from config.xml

2014-09-16 Thread Gorkem ERCAN (JIRA)

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

Gorkem ERCAN commented on CB-6469:
--

See https://github.com/apache/cordova-lib/pull/86  for the implementation of 
local and git url based restores.

 Restore plugins from config.xml
 ---

 Key: CB-6469
 URL: https://issues.apache.org/jira/browse/CB-6469
 Project: Apache Cordova
  Issue Type: New Feature
  Components: CLI
Affects Versions: 3.4.0
Reporter: Gorkem ERCAN
Assignee: Gorkem ERCAN

 CLI should be able to restore plugins that are listed on the top level 
 config.xml. 
 Essentially an entry like below, should cause the 
 org.apache.cordova.core.console plugin  version 0.2.8 to be installed from 
 registry. If version is omitted is should just use the latest available from 
 registry. 
 feature name=Console
  param name=id value=org.apache.cordova.core.console /
 param name=version value=0.2.8 /
 /feature
 Moreover we should add a save plugins command to save the currently installed 
 plugins to config.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7538) Beep in Android locks main UI thread

2014-09-16 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-7538:


This is some weird Samsung bug with beep, not related to the main bug.  I'll 
file a new one, accept the pull request and close this.

 Beep in Android locks main UI thread
 

 Key: CB-7538
 URL: https://issues.apache.org/jira/browse/CB-7538
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Reporter: David Peacock
Assignee: Joe Bowser

 When using the navigator.notification.beep() the main UI thread gets locked 
 up.  This is especially noticeable when you have a long notification 
 ringtone, or are calling beep with a parameter (i.e. beep(10)).  Beep should 
 be done in it's own thread.
 I will be submitting a pull request that resolves this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7538) Beep in Android locks main UI thread

2014-09-16 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-7538.

Resolution: Fixed

 Beep in Android locks main UI thread
 

 Key: CB-7538
 URL: https://issues.apache.org/jira/browse/CB-7538
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Reporter: David Peacock
Assignee: Joe Bowser

 When using the navigator.notification.beep() the main UI thread gets locked 
 up.  This is especially noticeable when you have a long notification 
 ringtone, or are calling beep with a parameter (i.e. beep(10)).  Beep should 
 be done in it's own thread.
 I will be submitting a pull request that resolves this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7538) Beep in Android locks main UI thread

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

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

CB-7538 Android beep thread fix Beep now executes in it's own thread. It
was previously executing in the main UI thread which was causing the
application to lock up will the beep was occurring.  Closing pull
request


 Beep in Android locks main UI thread
 

 Key: CB-7538
 URL: https://issues.apache.org/jira/browse/CB-7538
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Reporter: David Peacock
Assignee: Joe Bowser

 When using the navigator.notification.beep() the main UI thread gets locked 
 up.  This is especially noticeable when you have a long notification 
 ringtone, or are calling beep with a parameter (i.e. beep(10)).  Beep should 
 be done in it's own thread.
 I will be submitting a pull request that resolves this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7562) Beep doesn't work on Samsung devices

2014-09-16 Thread Joe Bowser (JIRA)
Joe Bowser created CB-7562:
--

 Summary: Beep doesn't work on Samsung devices
 Key: CB-7562
 URL: https://issues.apache.org/jira/browse/CB-7562
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Reporter: Joe Bowser


Found when testing CB-7538, for some reason it can't find the ringtone for 
notification.  Probably can't do much, but this should be investigated further.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7538) Beep in Android locks main UI thread

2014-09-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7538:


Github user dpeacock closed the pull request at:

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


 Beep in Android locks main UI thread
 

 Key: CB-7538
 URL: https://issues.apache.org/jira/browse/CB-7538
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Reporter: David Peacock
Assignee: Joe Bowser

 When using the navigator.notification.beep() the main UI thread gets locked 
 up.  This is especially noticeable when you have a long notification 
 ringtone, or are calling beep with a parameter (i.e. beep(10)).  Beep should 
 be done in it's own thread.
 I will be submitting a pull request that resolves this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

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

CB-7512 Add gradle environment vars for signing apks


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7536) Give better error message for missing android SDK requirements

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

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

CB-7536 check_reqs: windows tweaks + sdk manager error message

1. Don't escape \s since those are used by windows for directory seperators
2. Don't warn about missing directories on windows when we're just
testing for their existence
3. Don't give command to install sdk from command-line, since they also
require Build-tools and Platform-tools (which are not installed by
default with IDE-less SDK installer).


 Give better error message for missing android SDK requirements
 --

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

 When you don't have the correct SDK installed, or when you don't have Java, 
 or when you don't have an emulator AVD, we should give even better error 
 messages.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

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

CB-7512 Change gradle android plugins from 0.10 - 0.12


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 00f6d30e081c6a81ad0fb2aeb437f3840a73f39c in cordova-android's branch 
refs/heads/4.0.x from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=00f6d30 ]

CB-7512 Change gradle android plugins from 0.10 - 0.12


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7536) Give better error message for missing android SDK requirements

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 090822eb4196e81063b7b3ffd04705fe706384ef in cordova-android's branch 
refs/heads/4.0.x from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=090822e ]

CB-7536 check_reqs: windows tweaks + sdk manager error message

1. Don't escape \s since those are used by windows for directory seperators
2. Don't warn about missing directories on windows when we're just
testing for their existence
3. Don't give command to install sdk from command-line, since they also
require Build-tools and Platform-tools (which are not installed by
default with IDE-less SDK installer).


 Give better error message for missing android SDK requirements
 --

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

 When you don't have the correct SDK installed, or when you don't have Java, 
 or when you don't have an emulator AVD, we should give even better error 
 messages.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7499) Cordova dialogs should support BIDI text

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit d9900a725d84c5629cdb0f783b7ef99ac9d8bb72 in cordova-android's branch 
refs/heads/4.0.x from [~mrbillau]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=d9900a7 ]

Second part of CB-7499, support RTL text direction


 Cordova dialogs should support BIDI text
 

 Key: CB-7499
 URL: https://issues.apache.org/jira/browse/CB-7499
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Affects Versions: Master
Reporter: Mike Billau
Assignee: Mike Billau
Priority: Minor
  Labels: bidirectional, globalization
 Fix For: 3.7.0


 Since API 19, Andorid has had the facilities to deal with bidirectional text, 
 however, current Cordova notification implementation does not correctly 
 handle bidirectional text in dialogs.
 We can see this is the case by first setting the language to Hebrew and then 
 launching the following dialogs:
 navigator.notification.confirm(Pure English !!!, function(){}, 7); 
 navigator.notification.confirm(עברית היא שפה מדוברת בIsrael !, 
 function(){}, 8);
 Since we are in Hebrew, the base text direction will be RTL. This means that 
 when we see the second notification with the Hebrew text, it will be 
 right-justified. When we click and see the Pure English !!! notication, 
 because locale is RTL, we should expect to see: !!! Pure English and it 
 should be right-justified, however, we still see Pure English !!!, left 
 justified.
 http://w3-03.ibm.com/globalization/page/publish/4353
 Ideally you should be able to just add   android:supportsRtl=true to the 
 manifest, however, this is doesn't seem to ne enough without setting the text 
 direction to the locale for all of the dialogs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 25be42d3857c0d841db899ce226836f466b71dcb in cordova-android's branch 
refs/heads/4.0.x from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=25be42d ]

CB-7512 Add gradle environment vars for signing apks


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6617) inAppBrowser does not contain the localStorage of the parent window

2014-09-16 Thread Ralph S Theart (JIRA)

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

Ralph S Theart commented on CB-6617:


Hey Shazron I know it's been a while...just wanted to be sure I understood what 
you were saying ...are saying I should be able to use cordova.js in IAB? how? I 
tried app.loadUrlInApp('file://pages/someFile.html'); and it throws 
exception...sorry if I'm confused. 

{code}
-[__NSCFString charValue]: unrecognized selector sent to instance 0xbe8e340
2014-09-16 14:02:38.458 URA[21516:70b] *** WebKit discarded an uncaught 
exception in the 
webView:decidePolicyForNavigationAction:request:frame:decisionListener: 
delegate: NSInvalidArgumentException -[__NSCFString charValue]: unrecognized 
selector sent to instance 0xbe8e340
{code}

 inAppBrowser does not contain the localStorage of the parent window
 ---

 Key: CB-6617
 URL: https://issues.apache.org/jira/browse/CB-6617
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, iOS, Plugin InAppBrowser
Affects Versions: 3.4.0
Reporter: Ralph S Theart
Assignee: Joe Bowser
  Labels: android, localstorage

 Why is it that I can share localStorage information between wbeviews(I refer 
 to my app and a inappbrowser instance) in iOS but not in Android.
 If I do...
 {code}
 //location: index.html (in my app)
 localStorage.setItem('Cheese':'Brie');
 {code}
 Then if I try to retrieve this data from locally served html file via 
 inappbroweser in android
 {code}
 var item = localStorage.getItem('Cheese');
 item = null
 {code}
 It never get set... BUT if I recompile my app and locally served html file 
 via inAppBroweser then it's there.
 I feel like i'm missing something..
 How in the world are people passing data back and forth between the app view 
 and the iab view?? I need to pass deep objects back and forth ...so using url 
 parameters is unacceptable. Neither is using inject js...as it is not 
 consistent in android the data does not always make it to the iab 
 instance and sometimes becomes undefined...I have tested this with LoadStart, 
 LoadStop...it's just not consistent.
 iOS just works...could you help me thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 533677df8b5d07903c8e70e1351d922d41ba18a8 in cordova-android's branch 
refs/heads/4.0.x from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=533677d ]

CB-7512 Speed up gradle builds by building debug or release (not both)


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

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

CB-7512 Speed up gradle builds by building debug or release (not both)


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7383) [Release + 3.6.0] Parent Issue

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 7d593689eeb195c0ed0b4090c0f670db129ba67d in cordova-js's branch 
refs/heads/3.6.x from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=7d59368 ]

CB-7383 depend on a more recent version of browserify, bump self version


 [Release + 3.6.0] Parent Issue
 --

 Key: CB-7383
 URL: https://issues.apache.org/jira/browse/CB-7383
 Project: Apache Cordova
  Issue Type: Task
  Components: Amazon FireOS, Android, App Hello World, BlackBerry, 
 CLI, CordovaJS, CordovaLib, FirefoxOS, iOS, mobile-spec, Ubuntu, Windows 8, 
 WP8
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.6.0


 Parent bug for the 3.6.0 Cordova Release.
 Workflow here:
 http://wiki.apache.org/cordova/CuttingReleases
 Release Master: ?
 Component Leads: Refer to assignee of Test  Tag sub-tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7383) [Release + 3.6.0] Parent Issue

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 6353bdfa0831d13360fe6fdd9fc927d4c4287959 in cordova-lib's branch 
refs/heads/rb_0.21.10 from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=6353bdf ]

CB-7383: depend on a newer version of cordova-js, bump self version


 [Release + 3.6.0] Parent Issue
 --

 Key: CB-7383
 URL: https://issues.apache.org/jira/browse/CB-7383
 Project: Apache Cordova
  Issue Type: Task
  Components: Amazon FireOS, Android, App Hello World, BlackBerry, 
 CLI, CordovaJS, CordovaLib, FirefoxOS, iOS, mobile-spec, Ubuntu, Windows 8, 
 WP8
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.6.0


 Parent bug for the 3.6.0 Cordova Release.
 Workflow here:
 http://wiki.apache.org/cordova/CuttingReleases
 Release Master: ?
 Component Leads: Refer to assignee of Test  Tag sub-tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CB-6617) inAppBrowser does not contain the localStorage of the parent window

2014-09-16 Thread Ralph S Theart (JIRA)

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

Ralph S Theart edited comment on CB-6617 at 9/16/14 6:48 PM:
-

Hey Shazron I know it's been a while...just wanted to be sure I understood what 
you were saying ...are saying I should be able to use cordova.js in IAB? how? I 
tried app.loadUrlInApp('file://pages/someFile.html'); and it throws 
exception...sorry if I'm confused. 

{code}
-[__NSCFString charValue]: unrecognized selector sent to instance 0xbe8e340
2014-09-16 14:02:38.458 URA[21516:70b] *** WebKit discarded an uncaught 
exception in the 
webView:decidePolicyForNavigationAction:request:frame:decisionListener: 
delegate: NSInvalidArgumentException -[__NSCFString charValue]: unrecognized 
selector sent to instance 0xbe8e340
{code}

*EDIT*
The error above is related to something else but I still can't get this to 
work. How can I used cordova.js within IAB??


was (Author: drumaboy46):
Hey Shazron I know it's been a while...just wanted to be sure I understood what 
you were saying ...are saying I should be able to use cordova.js in IAB? how? I 
tried app.loadUrlInApp('file://pages/someFile.html'); and it throws 
exception...sorry if I'm confused. 

{code}
-[__NSCFString charValue]: unrecognized selector sent to instance 0xbe8e340
2014-09-16 14:02:38.458 URA[21516:70b] *** WebKit discarded an uncaught 
exception in the 
webView:decidePolicyForNavigationAction:request:frame:decisionListener: 
delegate: NSInvalidArgumentException -[__NSCFString charValue]: unrecognized 
selector sent to instance 0xbe8e340
{code}

 inAppBrowser does not contain the localStorage of the parent window
 ---

 Key: CB-6617
 URL: https://issues.apache.org/jira/browse/CB-6617
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, iOS, Plugin InAppBrowser
Affects Versions: 3.4.0
Reporter: Ralph S Theart
Assignee: Joe Bowser
  Labels: android, localstorage

 Why is it that I can share localStorage information between wbeviews(I refer 
 to my app and a inappbrowser instance) in iOS but not in Android.
 If I do...
 {code}
 //location: index.html (in my app)
 localStorage.setItem('Cheese':'Brie');
 {code}
 Then if I try to retrieve this data from locally served html file via 
 inappbroweser in android
 {code}
 var item = localStorage.getItem('Cheese');
 item = null
 {code}
 It never get set... BUT if I recompile my app and locally served html file 
 via inAppBroweser then it's there.
 I feel like i'm missing something..
 How in the world are people passing data back and forth between the app view 
 and the iab view?? I need to pass deep objects back and forth ...so using url 
 parameters is unacceptable. Neither is using inject js...as it is not 
 consistent in android the data does not always make it to the iab 
 instance and sometimes becomes undefined...I have tested this with LoadStart, 
 LoadStop...it's just not consistent.
 iOS just works...could you help me thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7383) [Release + 3.6.0] Parent Issue

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit 949cd5e76734b2f1750b346b975805a63a35ba41 in cordova-plugman's branch 
refs/heads/rb_0.22.7 from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=949cd5e ]

CB-7383: depend on a newer version of cordova-lib


 [Release + 3.6.0] Parent Issue
 --

 Key: CB-7383
 URL: https://issues.apache.org/jira/browse/CB-7383
 Project: Apache Cordova
  Issue Type: Task
  Components: Amazon FireOS, Android, App Hello World, BlackBerry, 
 CLI, CordovaJS, CordovaLib, FirefoxOS, iOS, mobile-spec, Ubuntu, Windows 8, 
 WP8
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.6.0


 Parent bug for the 3.6.0 Cordova Release.
 Workflow here:
 http://wiki.apache.org/cordova/CuttingReleases
 Release Master: ?
 Component Leads: Refer to assignee of Test  Tag sub-tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7383) [Release + 3.6.0] Parent Issue

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit e305584f6c8fceed9b929ab509b86e6de14b38e3 in cordova-cli's branch 
refs/heads/rb_3.6.0-0.2.8 from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=e305584 ]

CB-7383 depend on a newer version of cordova-lib


 [Release + 3.6.0] Parent Issue
 --

 Key: CB-7383
 URL: https://issues.apache.org/jira/browse/CB-7383
 Project: Apache Cordova
  Issue Type: Task
  Components: Amazon FireOS, Android, App Hello World, BlackBerry, 
 CLI, CordovaJS, CordovaLib, FirefoxOS, iOS, mobile-spec, Ubuntu, Windows 8, 
 WP8
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.6.0


 Parent bug for the 3.6.0 Cordova Release.
 Workflow here:
 http://wiki.apache.org/cordova/CuttingReleases
 Release Master: ?
 Component Leads: Refer to assignee of Test  Tag sub-tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

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

CB-7512 Use aligned apk rather than unaligned apk when sorting


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit a5d300c6ff7bbcec4bbb982ac7a4195333260941 in cordova-android's branch 
refs/heads/4.0.x from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=a5d300c ]

CB-7512 Use aligned apk rather than unaligned apk when sorting


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

Commit ac34bf1e54661bf5397846fc52800810fc1fb302 in cordova-android's branch 
refs/heads/4.0.x from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=ac34bf1 ]

CB-7512 Fix gradle not copying all archs to out/ (broken by prev commit)


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

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

CB-7512 Fix gradle not copying all archs to out/ (broken by prev commit)


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7563) Implement iOS Geocoding

2014-09-16 Thread Joe Beuckman (JIRA)
Joe Beuckman created CB-7563:


 Summary: Implement iOS Geocoding
 Key: CB-7563
 URL: https://issues.apache.org/jira/browse/CB-7563
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Plugin Geolocation
Affects Versions: 3.5.0
Reporter: Joe Beuckman
Priority: Minor


CLGeocoder would be easy to implement and add a useful feature to the plugin. 
https://developer.apple.com/Library/ios/documentation/CoreLocation/Reference/CLGeocoder_class/Reference/Reference.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7564) Renaming project can incorrectly rename files.

2014-09-16 Thread Michael Brooks (JIRA)
Michael Brooks created CB-7564:
--

 Summary: Renaming project can incorrectly rename files.
 Key: CB-7564
 URL: https://issues.apache.org/jira/browse/CB-7564
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: Michael Brooks
Priority: Minor


Consider a project with the name Foo in config.xml. This project also has a 
plugin with the files Data_Foo.m and Data_Foo.h. When the project name is 
changed from Foo to Bar and recompiled, it will produce a build error. This 
is because Xcode file references for Data_Foo.m and Data_Foo.h are updated 
to Data_Bar.m and Data_Bar.h.

---

You can reproduce this issue with a real-world example.

{noformat}
$ git clone https://github.com/phonegap/phonegap-app-developer.git
$ cd phonegap-app-developer/
$ cordova build ios
# should be successful
#
# edit www/config.xml
#update nameWhatever/name
#
$ cordova build ios
# should see a ADBMobile_Whatever.h error
#
# open the Xcode project and rename:
#Plugins/ADBMobile_Whatever.h = Plugins/ADBMobile_PhoneGap.h
#Plugins/ADBMobile_Whatever.m = Plugins/ADBMobile_PhoneGap.m
#
$ cordova build ios
# should be successful
{noformat}


A real-life example can be found in



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7564) Renaming project can incorrectly rename files.

2014-09-16 Thread Michael Brooks (JIRA)

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

Michael Brooks updated CB-7564:
---
Description: 
Consider a project with the name Foo in config.xml. This project also has a 
plugin with the files Data_Foo.m and Data_Foo.h. When the project name is 
changed from Foo to Bar and recompiled, it will produce a build error. This 
is because Xcode file references for Data_Foo.m and Data_Foo.h are updated 
to Data_Bar.m and Data_Bar.h.

---

You can reproduce this issue with a real-world example:

{noformat}
$ git clone https://github.com/phonegap/phonegap-app-developer.git
$ cd phonegap-app-developer/
$ cordova build ios
# should be successful
#
# edit www/config.xml
#update nameWhatever/name
#
$ cordova build ios
# should see a ADBMobile_Whatever.h error
#
# open the Xcode project and rename:
#Plugins/ADBMobile_Whatever.h = Plugins/ADBMobile_PhoneGap.h
#Plugins/ADBMobile_Whatever.m = Plugins/ADBMobile_PhoneGap.m
#
$ cordova build ios
# should be successful
{noformat}

  was:
Consider a project with the name Foo in config.xml. This project also has a 
plugin with the files Data_Foo.m and Data_Foo.h. When the project name is 
changed from Foo to Bar and recompiled, it will produce a build error. This 
is because Xcode file references for Data_Foo.m and Data_Foo.h are updated 
to Data_Bar.m and Data_Bar.h.

---

You can reproduce this issue with a real-world example.

{noformat}
$ git clone https://github.com/phonegap/phonegap-app-developer.git
$ cd phonegap-app-developer/
$ cordova build ios
# should be successful
#
# edit www/config.xml
#update nameWhatever/name
#
$ cordova build ios
# should see a ADBMobile_Whatever.h error
#
# open the Xcode project and rename:
#Plugins/ADBMobile_Whatever.h = Plugins/ADBMobile_PhoneGap.h
#Plugins/ADBMobile_Whatever.m = Plugins/ADBMobile_PhoneGap.m
#
$ cordova build ios
# should be successful
{noformat}


 Renaming project can incorrectly rename files.
 --

 Key: CB-7564
 URL: https://issues.apache.org/jira/browse/CB-7564
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: Michael Brooks
Priority: Minor

 Consider a project with the name Foo in config.xml. This project also has a 
 plugin with the files Data_Foo.m and Data_Foo.h. When the project name is 
 changed from Foo to Bar and recompiled, it will produce a build error. 
 This is because Xcode file references for Data_Foo.m and Data_Foo.h are 
 updated to Data_Bar.m and Data_Bar.h.
 ---
 You can reproduce this issue with a real-world example:
 {noformat}
 $ git clone https://github.com/phonegap/phonegap-app-developer.git
 $ cd phonegap-app-developer/
 $ cordova build ios
 # should be successful
 #
 # edit www/config.xml
 #update nameWhatever/name
 #
 $ cordova build ios
 # should see a ADBMobile_Whatever.h error
 #
 # open the Xcode project and rename:
 #Plugins/ADBMobile_Whatever.h = Plugins/ADBMobile_PhoneGap.h
 #Plugins/ADBMobile_Whatever.m = Plugins/ADBMobile_PhoneGap.m
 #
 $ cordova build ios
 # should be successful
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7564) Renaming project can incorrectly rename files.

2014-09-16 Thread Michael Brooks (JIRA)

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

Michael Brooks updated CB-7564:
---
Description: 
Consider a project with the name Foo in config.xml. This project also has a 
plugin with the files Data_Foo.m and Data_Foo.h. When the project name is 
changed from Foo to Bar and recompiled, it will produce a build error. This 
is because Xcode file references for Data_Foo.m and Data_Foo.h are updated 
to Data_Bar.m and Data_Bar.h.

---

You can reproduce this issue with a real-world example.

{noformat}
$ git clone https://github.com/phonegap/phonegap-app-developer.git
$ cd phonegap-app-developer/
$ cordova build ios
# should be successful
#
# edit www/config.xml
#update nameWhatever/name
#
$ cordova build ios
# should see a ADBMobile_Whatever.h error
#
# open the Xcode project and rename:
#Plugins/ADBMobile_Whatever.h = Plugins/ADBMobile_PhoneGap.h
#Plugins/ADBMobile_Whatever.m = Plugins/ADBMobile_PhoneGap.m
#
$ cordova build ios
# should be successful
{noformat}

  was:
Consider a project with the name Foo in config.xml. This project also has a 
plugin with the files Data_Foo.m and Data_Foo.h. When the project name is 
changed from Foo to Bar and recompiled, it will produce a build error. This 
is because Xcode file references for Data_Foo.m and Data_Foo.h are updated 
to Data_Bar.m and Data_Bar.h.

---

You can reproduce this issue with a real-world example.

{noformat}
$ git clone https://github.com/phonegap/phonegap-app-developer.git
$ cd phonegap-app-developer/
$ cordova build ios
# should be successful
#
# edit www/config.xml
#update nameWhatever/name
#
$ cordova build ios
# should see a ADBMobile_Whatever.h error
#
# open the Xcode project and rename:
#Plugins/ADBMobile_Whatever.h = Plugins/ADBMobile_PhoneGap.h
#Plugins/ADBMobile_Whatever.m = Plugins/ADBMobile_PhoneGap.m
#
$ cordova build ios
# should be successful
{noformat}


A real-life example can be found in


 Renaming project can incorrectly rename files.
 --

 Key: CB-7564
 URL: https://issues.apache.org/jira/browse/CB-7564
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: Michael Brooks
Priority: Minor

 Consider a project with the name Foo in config.xml. This project also has a 
 plugin with the files Data_Foo.m and Data_Foo.h. When the project name is 
 changed from Foo to Bar and recompiled, it will produce a build error. 
 This is because Xcode file references for Data_Foo.m and Data_Foo.h are 
 updated to Data_Bar.m and Data_Bar.h.
 ---
 You can reproduce this issue with a real-world example.
 {noformat}
 $ git clone https://github.com/phonegap/phonegap-app-developer.git
 $ cd phonegap-app-developer/
 $ cordova build ios
 # should be successful
 #
 # edit www/config.xml
 #update nameWhatever/name
 #
 $ cordova build ios
 # should see a ADBMobile_Whatever.h error
 #
 # open the Xcode project and rename:
 #Plugins/ADBMobile_Whatever.h = Plugins/ADBMobile_PhoneGap.h
 #Plugins/ADBMobile_Whatever.m = Plugins/ADBMobile_PhoneGap.m
 #
 $ cordova build ios
 # should be successful
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7565) Improve Debugging guide

2014-09-16 Thread Edna Morales (JIRA)
Edna Morales created CB-7565:


 Summary: Improve Debugging guide
 Key: CB-7565
 URL: https://issues.apache.org/jira/browse/CB-7565
 Project: Apache Cordova
  Issue Type: Task
  Components: Docs
Reporter: Edna Morales
Priority: Minor


Improve debugging guides for users. Give tips and tools and make them platform 
specific where appropriate.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7563) Implement iOS Geocoding

2014-09-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7563:


GitHub user jbeuckm opened a pull request:

https://github.com/apache/cordova-plugin-geolocation/pull/26

added simple geolocation

Addresses CB-7563

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jbeuckm/cordova-plugin-geolocation CB-7563

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-geolocation/pull/26.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #26


commit 08f3d9c5a639091826492eb2eb0db38c22bab458
Author: joe joseph.beuck...@usbank.com
Date:   2014-09-16T19:18:43Z

added simple geolocation




 Implement iOS Geocoding
 ---

 Key: CB-7563
 URL: https://issues.apache.org/jira/browse/CB-7563
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Plugin Geolocation
Affects Versions: 3.5.0
Reporter: Joe Beuckman
Priority: Minor
  Labels: features

 CLGeocoder would be easy to implement and add a useful feature to the plugin. 
 https://developer.apple.com/Library/ios/documentation/CoreLocation/Reference/CLGeocoder_class/Reference/Reference.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7563) Implement iOS Geocoding

2014-09-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-7563:
--

This is a nice contrib, thanks! However, unfortunately this doesn't jive with 
with our conformance to the HTML5 Geolocation API: 
http://www.w3.org/TR/geolocation-API/ but it would only be an iOS extension. 
This should be proposed in the cordova-dev mailing list if you want to add it 
in.

 Implement iOS Geocoding
 ---

 Key: CB-7563
 URL: https://issues.apache.org/jira/browse/CB-7563
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Plugin Geolocation
Affects Versions: 3.5.0
Reporter: Joe Beuckman
Priority: Minor
  Labels: features

 CLGeocoder would be easy to implement and add a useful feature to the plugin. 
 https://developer.apple.com/Library/ios/documentation/CoreLocation/Reference/CLGeocoder_class/Reference/Reference.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7564) Renaming project can incorrectly rename files.

2014-09-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-7564:
-
Component/s: (was: iOS)
 CLI
Environment: iOS

 Renaming project can incorrectly rename files.
 --

 Key: CB-7564
 URL: https://issues.apache.org/jira/browse/CB-7564
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Michael Brooks
Priority: Minor

 Consider a project with the name Foo in config.xml. This project also has a 
 plugin with the files Data_Foo.m and Data_Foo.h. When the project name is 
 changed from Foo to Bar and recompiled, it will produce a build error. 
 This is because Xcode file references for Data_Foo.m and Data_Foo.h are 
 updated to Data_Bar.m and Data_Bar.h.
 ---
 You can reproduce this issue with a real-world example:
 {noformat}
 $ git clone https://github.com/phonegap/phonegap-app-developer.git
 $ cd phonegap-app-developer/
 $ cordova build ios
 # should be successful
 #
 # edit www/config.xml
 #update nameWhatever/name
 #
 $ cordova build ios
 # should see a ADBMobile_Whatever.h error
 #
 # open the Xcode project and rename:
 #Plugins/ADBMobile_Whatever.h = Plugins/ADBMobile_PhoneGap.h
 #Plugins/ADBMobile_Whatever.m = Plugins/ADBMobile_PhoneGap.m
 #
 $ cordova build ios
 # should be successful
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7565) Improve Debugging guide

2014-09-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7565:


GitHub user eymorale opened a pull request:

https://github.com/apache/cordova-docs/pull/237

CB-7565 add debugging guide for iOS with references to xcode and safari web 
inspector



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/eymorale/cordova-docs CB-7565

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-docs/pull/237.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #237


commit 54de15e7822180c02e57564579fbede752687f47
Author: Edna Morales eymor...@us.ibm.com
Date:   2014-09-16T19:55:12Z

CB-7565 add debugging guide for iOS with xcode and safari web inspector

commit 27d01f1f0129ca885932da992c43bbe8874756c9
Author: Edna Morales eymor...@us.ibm.com
Date:   2014-09-16T20:01:28Z

CB-7565 mixmatch typo in iOS debugging guide




 Improve Debugging guide
 ---

 Key: CB-7565
 URL: https://issues.apache.org/jira/browse/CB-7565
 Project: Apache Cordova
  Issue Type: Task
  Components: Docs
Reporter: Edna Morales
Priority: Minor

 Improve debugging guides for users. Give tips and tools and make them 
 platform specific where appropriate.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7565) Improve Debugging guide

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

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

CB-7565 - Add debugging guide for iOS with Xcode and Safari Web Inspector

Signed-off-by: Shazron Abdullah shaz...@apache.org


 Improve Debugging guide
 ---

 Key: CB-7565
 URL: https://issues.apache.org/jira/browse/CB-7565
 Project: Apache Cordova
  Issue Type: Task
  Components: Docs
Reporter: Edna Morales
Priority: Minor

 Improve debugging guides for users. Give tips and tools and make them 
 platform specific where appropriate.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7565) Improve Debugging guide

2014-09-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7565:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-docs/pull/237#issuecomment-55810732
  
Patch integrated (commits squashed). However, the output is a bit weird for 
the Xcode Debugging link (not your fault, it's joDoc's). Through it's own 
magic, it split the link to only link to the Xcode text, but not the whole 
Xcode Debugging. Debugging links to ... itself.


 Improve Debugging guide
 ---

 Key: CB-7565
 URL: https://issues.apache.org/jira/browse/CB-7565
 Project: Apache Cordova
  Issue Type: Task
  Components: Docs
Reporter: Edna Morales
Priority: Minor

 Improve debugging guides for users. Give tips and tools and make them 
 platform specific where appropriate.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7565) Improve Debugging guide

2014-09-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-7565.
--
   Resolution: Fixed
Fix Version/s: 3.7.0
 Assignee: Shazron Abdullah

 Improve Debugging guide
 ---

 Key: CB-7565
 URL: https://issues.apache.org/jira/browse/CB-7565
 Project: Apache Cordova
  Issue Type: Task
  Components: Docs
Reporter: Edna Morales
Assignee: Shazron Abdullah
Priority: Minor
 Fix For: 3.7.0


 Improve debugging guides for users. Give tips and tools and make them 
 platform specific where appropriate.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7487) Writing a file doesn't show up on android MTP

2014-09-16 Thread David Peacock (JIRA)

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

David Peacock commented on CB-7487:
---

I filled out an ICLA about a year ago when I submitted some BB10 fixes.  It's 
showing up as Dave Peacock under http://people.apache.org/committer-index.html

 Writing a file doesn't show up on android MTP
 -

 Key: CB-7487
 URL: https://issues.apache.org/jira/browse/CB-7487
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin File
Affects Versions: 3.4.0
 Environment: Nexus 5 and Windows 7
Reporter: David Peacock
Assignee: Ian Clelland

 Using the file plug-in to write out a file works, but when you use MTP to 
 view the file when connected to USB on Windows the file doesn't show up.  
 The file shows up on the device or through adb.  Rebooting the device or 
 using things to refresh the MTP will have the file appear.  This was tested 
 on multiple Nexus 5 devices on multiple Windows 7 machines.
 Cordova should be broadcasting ACTION_MEDIA_SCANNER_SCAN_FILE on the file to 
 have it appear immediately.
 I will be submitting a pull request on the file plug-in for a fix I've tested 
 and confirmed that resolves this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7487) Writing a file doesn't show up on android MTP

2014-09-16 Thread Joe Bowser (JIRA)

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

Joe Bowser commented on CB-7487:


Awesome! 

 Writing a file doesn't show up on android MTP
 -

 Key: CB-7487
 URL: https://issues.apache.org/jira/browse/CB-7487
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin File
Affects Versions: 3.4.0
 Environment: Nexus 5 and Windows 7
Reporter: David Peacock
Assignee: Ian Clelland

 Using the file plug-in to write out a file works, but when you use MTP to 
 view the file when connected to USB on Windows the file doesn't show up.  
 The file shows up on the device or through adb.  Rebooting the device or 
 using things to refresh the MTP will have the file appear.  This was tested 
 on multiple Nexus 5 devices on multiple Windows 7 machines.
 Cordova should be broadcasting ACTION_MEDIA_SCANNER_SCAN_FILE on the file to 
 have it appear immediately.
 I will be submitting a pull request on the file plug-in for a fix I've tested 
 and confirmed that resolves this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7549) [StatusBar][iOS 8] Landscape issue

2014-09-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7549:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/15#issuecomment-55829982
  
https://issues.apache.org/jira/browse/CB-7549



 [StatusBar][iOS 8] Landscape issue
 --

 Key: CB-7549
 URL: https://issues.apache.org/jira/browse/CB-7549
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Statusbar
Affects Versions: 3.5.0
 Environment: Jquerymobile 1.4.3, Jquery 2.0.3, cordova 3.5 iOS, iOS 8
Reporter: Tim Higgins
Assignee: Shazron Abdullah

 not for sure if this is an xcode setting, cordova ios8 issue or jquerymobile 
 ios8 issue.  if you create a new cordova project, force it to Landscape 
 only(phone or ipad doesnt matter), then include JqueryMobile (1.4.3) and run 
 the project in iOS 8 the display will be chopped up into 3 sections.  ReRun 
 it in iOS 7 simulator and everything is fine.  so it has something to do with 
 being forced to Landscape.  enclosed is the code i am using to recreate the 
 problem.
 {code}
 !DOCTYPE html
 html
   head
   title/title
   meta name=viewport content=initial-scale=1.0, maximum-scale=1.0, 
 user-scalable=no /
   meta name=msapplication-tap-highlight content=no /
   meta name=format-detection content=telephone=no /
  meta charset=utf-8
  
link rel=stylesheet 
 href=http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.css;
   
   /head
   
   
   style type=text/css
   
   div.div_Body {
   height: 100%;
   
   position: relative;
   border:2px solid DarkGoldenrod;
   border-radius:7px;
   font: bold 14px Arial;
   font-family:Arial, Helvetica, sans-serif;
   color:Black;
   text-align:center;
   background: #FF;
   }
 /style
   
   
   
   body id=body class=noselect  
   script
   
   window.addEventListener('load', function () { 
 document.addEventListener('deviceready', function () {onDeviceReady() }, 
 false); }, false);
   
   /* When this function is called, PhoneGap has been initialized and 
 is ready to roll */
   function onDeviceReady()
   {
   console.log(in device ready);
   console.log(height  + screen.height);
   console.log(width  + screen.width);
   var myscreenWidth = screen.width;
}
   /script
   
   
   div data-role=page class=ui-page  data-theme=b 
   
   div data-role=header   class=ui-header data-theme=b 
   h1 class=ui-title tabindex=0 role=heading 
 aria-level=1Test/h1
   /div
div data-role=content style=height: 670px class=ui-content 
 div_Body role=main
   p  Send Help/p
   /div
  /div
  
   script type=text/javascript charset=utf-8 
 src=cordova.js/script
 script src=http://code.jquery.com/jquery-1.9.1.js;/script
 script 
 src=http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.js;/script
   /body
 /html
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7566) FileTransfer: Doc incorrectly says that mimeType defaults to image/jpeg

2014-09-16 Thread Jonathan Aquino (JIRA)
Jonathan Aquino created CB-7566:
---

 Summary: FileTransfer: Doc incorrectly says that mimeType defaults 
to image/jpeg
 Key: CB-7566
 URL: https://issues.apache.org/jira/browse/CB-7566
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Reporter: Jonathan Aquino
Priority: Trivial


The documentation for mimeType at 
https://github.com/apache/cordova-plugin-file-transfer/blob/master/doc/index.md 
says 

mimeType: The mime type of the data to upload. Defaults to image/jpeg.

However, if you look at the code in 
https://github.com/apache/cordova-plugin-file-transfer/blob/master/src/ios/CDVFileTransfer.m
 you will see that mimeType is actually not sent if it is unset:

if (mimeType != nil) {
[postBodyBeforeFile appendData:[[NSString 
stringWithFormat:@Content-Type: %@\r\n, mimeType] 
dataUsingEncoding:NSUTF8StringEncoding]];
}

I recommend changing the doc from Defaults to image/jpeg. to If unspecified, 
no Content-Type will be sent.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7549) [StatusBar][iOS 8] Landscape issue

2014-09-16 Thread ASF subversion and git services (JIRA)

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

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

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

CB-7549 - [StatusBar][iOS 8] Landscape issue

When starting an app in landscape mode in ios 8 and then calling 
StatusBar.overlaysWebView(false), the screen would be pushed down all the way.  
Changing the orientation did not fix the issue, leaving the page pushed down 
the width of the device.

We found that excluding the changes above in ios 8 fixed the issue, although 
it's possible that this is hiding a landscape orientation bug in ios 8 that may 
get fixed later.

Signed-off-by: Shazron Abdullah shaz...@apache.org


 [StatusBar][iOS 8] Landscape issue
 --

 Key: CB-7549
 URL: https://issues.apache.org/jira/browse/CB-7549
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Statusbar
Affects Versions: 3.5.0
 Environment: Jquerymobile 1.4.3, Jquery 2.0.3, cordova 3.5 iOS, iOS 8
Reporter: Tim Higgins
Assignee: Shazron Abdullah

 not for sure if this is an xcode setting, cordova ios8 issue or jquerymobile 
 ios8 issue.  if you create a new cordova project, force it to Landscape 
 only(phone or ipad doesnt matter), then include JqueryMobile (1.4.3) and run 
 the project in iOS 8 the display will be chopped up into 3 sections.  ReRun 
 it in iOS 7 simulator and everything is fine.  so it has something to do with 
 being forced to Landscape.  enclosed is the code i am using to recreate the 
 problem.
 {code}
 !DOCTYPE html
 html
   head
   title/title
   meta name=viewport content=initial-scale=1.0, maximum-scale=1.0, 
 user-scalable=no /
   meta name=msapplication-tap-highlight content=no /
   meta name=format-detection content=telephone=no /
  meta charset=utf-8
  
link rel=stylesheet 
 href=http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.css;
   
   /head
   
   
   style type=text/css
   
   div.div_Body {
   height: 100%;
   
   position: relative;
   border:2px solid DarkGoldenrod;
   border-radius:7px;
   font: bold 14px Arial;
   font-family:Arial, Helvetica, sans-serif;
   color:Black;
   text-align:center;
   background: #FF;
   }
 /style
   
   
   
   body id=body class=noselect  
   script
   
   window.addEventListener('load', function () { 
 document.addEventListener('deviceready', function () {onDeviceReady() }, 
 false); }, false);
   
   /* When this function is called, PhoneGap has been initialized and 
 is ready to roll */
   function onDeviceReady()
   {
   console.log(in device ready);
   console.log(height  + screen.height);
   console.log(width  + screen.width);
   var myscreenWidth = screen.width;
}
   /script
   
   
   div data-role=page class=ui-page  data-theme=b 
   
   div data-role=header   class=ui-header data-theme=b 
   h1 class=ui-title tabindex=0 role=heading 
 aria-level=1Test/h1
   /div
div data-role=content style=height: 670px class=ui-content 
 div_Body role=main
   p  Send Help/p
   /div
  /div
  
   script type=text/javascript charset=utf-8 
 src=cordova.js/script
 script src=http://code.jquery.com/jquery-1.9.1.js;/script
 script 
 src=http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.js;/script
   /body
 /html
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7549) [StatusBar][iOS 8] Landscape issue

2014-09-16 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-7549.
--
Resolution: Fixed

 [StatusBar][iOS 8] Landscape issue
 --

 Key: CB-7549
 URL: https://issues.apache.org/jira/browse/CB-7549
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Statusbar
Affects Versions: 3.5.0
 Environment: Jquerymobile 1.4.3, Jquery 2.0.3, cordova 3.5 iOS, iOS 8
Reporter: Tim Higgins
Assignee: Shazron Abdullah

 not for sure if this is an xcode setting, cordova ios8 issue or jquerymobile 
 ios8 issue.  if you create a new cordova project, force it to Landscape 
 only(phone or ipad doesnt matter), then include JqueryMobile (1.4.3) and run 
 the project in iOS 8 the display will be chopped up into 3 sections.  ReRun 
 it in iOS 7 simulator and everything is fine.  so it has something to do with 
 being forced to Landscape.  enclosed is the code i am using to recreate the 
 problem.
 {code}
 !DOCTYPE html
 html
   head
   title/title
   meta name=viewport content=initial-scale=1.0, maximum-scale=1.0, 
 user-scalable=no /
   meta name=msapplication-tap-highlight content=no /
   meta name=format-detection content=telephone=no /
  meta charset=utf-8
  
link rel=stylesheet 
 href=http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.css;
   
   /head
   
   
   style type=text/css
   
   div.div_Body {
   height: 100%;
   
   position: relative;
   border:2px solid DarkGoldenrod;
   border-radius:7px;
   font: bold 14px Arial;
   font-family:Arial, Helvetica, sans-serif;
   color:Black;
   text-align:center;
   background: #FF;
   }
 /style
   
   
   
   body id=body class=noselect  
   script
   
   window.addEventListener('load', function () { 
 document.addEventListener('deviceready', function () {onDeviceReady() }, 
 false); }, false);
   
   /* When this function is called, PhoneGap has been initialized and 
 is ready to roll */
   function onDeviceReady()
   {
   console.log(in device ready);
   console.log(height  + screen.height);
   console.log(width  + screen.width);
   var myscreenWidth = screen.width;
}
   /script
   
   
   div data-role=page class=ui-page  data-theme=b 
   
   div data-role=header   class=ui-header data-theme=b 
   h1 class=ui-title tabindex=0 role=heading 
 aria-level=1Test/h1
   /div
div data-role=content style=height: 670px class=ui-content 
 div_Body role=main
   p  Send Help/p
   /div
  /div
  
   script type=text/javascript charset=utf-8 
 src=cordova.js/script
 script src=http://code.jquery.com/jquery-1.9.1.js;/script
 script 
 src=http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.js;/script
   /body
 /html
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7204) Race condition when hiding and showing spinner

2014-09-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7204:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-55830716
  
Not sure what you meant exactly by your last comment. So is my proposed fix 
would be the better way in your opinion?


 Race condition when hiding and showing spinner
 --

 Key: CB-7204
 URL: https://issues.apache.org/jira/browse/CB-7204
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
 Environment: iOS
Reporter: Andrey Kurdyumov
Priority: Minor
 Attachments: Screenshot 2014-07-27 at 19.31.09.png


 I have application which show spinner on resume to indicate loading activity 
 for the application.
 When quickly show and hide application there appears race condition which 
 result in the application crash.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)