[jira] [Commented] (CB-9220) Persistent path different from 3.7.0 to 4.0.2 (Phonegap 5.1.1)

2015-07-03 Thread Ian Clelland (JIRA)

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

Ian Clelland commented on CB-9220:
--

The data from config.xml will be compiled into the file /res/xml/config.xml in 
the APK. It's a binary file, but the strings should be present in plain text.

The file plugin is almost certainly getting its configuration from there, but 
the best thing to do might be to add some logging statements or breakpoints 
around line 160 in FileUtils.java to see what it actually happening. If you are 
getting "compatibility", is is most likely a sign that no actual preference 
value is being found.

> Persistent path different from 3.7.0 to 4.0.2 (Phonegap 5.1.1)
> --
>
> Key: CB-9220
> URL: https://issues.apache.org/jira/browse/CB-9220
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin File
>Affects Versions: 4.1.0
> Environment: HTC One M7 / Android 5.0.2
>Reporter: Matthew Horn
>Assignee: Joe Bowser
> Attachments: cordova-5-config2.xml
>
>
> Config.xml
> 
> 
> 
> window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, 
> function(fileSystem){});
> Version 3.7.0
> FS: fileSystem.root.toURL(): 
> file:///data/data/com.myapp.app.myapp/files/files/
> FS: fileSystem.root.toInternalURL(): cdvfile://localhost/persistent/
> FS: fileSystem.root.nativeURL: 
> file:///data/data/com.myapp.app.myapp/files/files/
> Version 5.1.1
> FS: fileSystem.root.toURL(): file:///storage/emulated/0/
> FS: fileSystem.root.toInternalURL(): cdvfile://localhost/persistent/
> FS: fileSystem.root.nativeURL: file:///storage/emulated/0/
> window.resolveLocalFileSystemURL('cdvfile://localhost/persistent/', 
> function(oEntry){})
> Version 3.7.0
> nativeURL: "file:///data/data/com.myapp.app.myapp/files/files/"
> Version 5.1.1
> nativeURL: "file:///storage/emulated/0/"
> This is currently breaking links to existing data, any ideas? 



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

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



[jira] [Commented] (CB-9275) cordova-plugin-file-transfer fails to build on WP8

2015-07-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9275:


Github user nikhilkh commented on the pull request:


https://github.com/apache/cordova-plugin-file-transfer/pull/91#issuecomment-118370272
  
@vladimir-kotikov Can you please help review?


> cordova-plugin-file-transfer fails to build on WP8
> --
>
> Key: CB-9275
> URL: https://issues.apache.org/jira/browse/CB-9275
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer, WP8
>Affects Versions: 1.2.1
>Reporter: Nikhil Khandelwal
>Assignee: Nikhil Khandelwal
>
> REPRO STEPS:
> 1. cordova create test
> 2. cordova plugin add cordova-plugin-file-transfer
> 3. cordova platform add wp8
> 4. cordova build
> EXPECTED RESULTS:
> No compile error
> ACTUAL RESULTS:
> Compile error because of referencing a type in unreleased master version of 
> cordova-wp8.
> Plugins\cordova-plugin-file-transfer\FileTransfer.cs(442,28): error CS1501: 
> No overload for method 'Deserialize' takes 2 ar guments 
> [d:\apps\test\platforms\wp8\HelloCordova.csproj]



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

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



[jira] [Commented] (CB-9286) cordova build android fails with [Error: Android SDK not found...]

2015-07-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9286:


Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-android/pull/191#issuecomment-118369603
  
LGTM


> cordova build android fails with [Error: Android SDK not found...]
> --
>
> Key: CB-9286
> URL: https://issues.apache.org/jira/browse/CB-9286
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 4.1.0
> Environment: Windows,
> ANDROID_HOME is not set
> PATH doesn't include Android SDK path
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: android
>
> 1. In a batch command shell: set ANDROID_HOME=   (ANDROID_HOME is not set)
> 2. Ensure that PATH doesn't include Android SDK path
> 3. cordova build android
> ACTUAL RESULTS: [Error: Android SDK not found. Make sure that it is 
> installed. If it is not at the default location, set the ANDROID_HOME 
> environment variable.]
> EXPECTED RESULTS: No error. cordova-android has logic to detect ANDROID_HOME 
> variable based on default installed locations on a machine.
> This is a regression with the check_reqs changes.



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

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



[jira] [Commented] (CB-8936) Surface platform-specific logs in buildbot

2015-07-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8936:


Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-medic/pull/58#issuecomment-118368144
  
This seems useful. If it works well you should add it to cordova-windows 
with a 'log' script, similar to how other platforms do it and just invoke it 
from there.


> Surface platform-specific logs in buildbot
> --
>
> Key: CB-8936
> URL: https://issues.apache.org/jira/browse/CB-8936
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Medic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Platform specific logs (e.g. logcat for android, stderr.log and stdin.log for 
> iOS etc.) should be gathered and displayed in buildbot.



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

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



[jira] [Commented] (CB-8936) Surface platform-specific logs in buildbot

2015-07-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8936:


GitHub user alsorokin opened a pull request:

https://github.com/apache/cordova-medic/pull/58

CB-8936 Gathering logs on Windows

https://issues.apache.org/jira/browse/CB-8936

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

$ git pull https://github.com/MSOpenTech/cordova-medic CB-8936

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

https://github.com/apache/cordova-medic/pull/58.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 #58


commit 36d9d6875e800332f7c7da108e66b8b179ce9413
Author: alsorokin 
Date:   2015-07-03T14:33:54Z

CB-8936 Gathering logs on Windows




> Surface platform-specific logs in buildbot
> --
>
> Key: CB-8936
> URL: https://issues.apache.org/jira/browse/CB-8936
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Medic
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Platform specific logs (e.g. logcat for android, stderr.log and stdin.log for 
> iOS etc.) should be gathered and displayed in buildbot.



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

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



[jira] [Updated] (CB-9288) [WP8] DisallowOverscroll parameter does not have any effect

2015-07-03 Thread JIRA

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

Manuel Carrasco Moñino updated CB-9288:
---
Summary: [WP8] DisallowOverscroll parameter does not have any effect  (was: 
DisallowOverscroll parameter does not have any effect in wp8)

> [WP8] DisallowOverscroll parameter does not have any effect
> ---
>
> Key: CB-9288
> URL: https://issues.apache.org/jira/browse/CB-9288
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: WP8
>Reporter: Manuel Carrasco Moñino
>Assignee: Jesse MacFadyen
>
> 1- Create a new phonegap app.
> 2- Deploy the app in a WP either with 'Phonegap Developer App' or after 
> building it.
> 3- swipe one finger down, and you can see over-scrolling effect happening at 
> the top.
> 4- modify config.xml setting the preference value DisallowOverscroll to true.
> 5- reload the app, and over-scrolling continues.
> As additional information: following the same process in a iOS device, #4 
> fixes overscrolling.
> IMO this is an important issue since this issue prevents the app look as 
> native.



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

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



[jira] [Updated] (CB-9289) No Coordinate without gps

2015-07-03 Thread Alessandro (JIRA)

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

Alessandro updated CB-9289:
---
Fix Version/s: (was: 4.3.0)

> No Coordinate without gps
> -
>
> Key: CB-9289
> URL: https://issues.apache.org/jira/browse/CB-9289
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Geolocation
>Affects Versions: 4.3.0
>Reporter: Alessandro
>
> I'm trying this plugin on andoird device and when I try it with active gps I 
> receive the coordinate when I try it without gps I receive timeout. I 
> increase the time out but I receive the same error furthermore without 
> connection I receive timeout.



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

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



[jira] [Updated] (CB-9289) No Coordinate without gps

2015-07-03 Thread Alessandro (JIRA)

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

Alessandro updated CB-9289:
---
Affects Version/s: 4.3.0

> No Coordinate without gps
> -
>
> Key: CB-9289
> URL: https://issues.apache.org/jira/browse/CB-9289
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Geolocation
>Affects Versions: 4.3.0
>Reporter: Alessandro
>
> I'm trying this plugin on andoird device and when I try it with active gps I 
> receive the coordinate when I try it without gps I receive timeout. I 
> increase the time out but I receive the same error furthermore without 
> connection I receive timeout.



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

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



[jira] [Updated] (CB-9289) No Coordinate without gps

2015-07-03 Thread Alessandro (JIRA)

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

Alessandro updated CB-9289:
---
Fix Version/s: 4.3.0

> No Coordinate without gps
> -
>
> Key: CB-9289
> URL: https://issues.apache.org/jira/browse/CB-9289
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Geolocation
>Reporter: Alessandro
> Fix For: 4.3.0
>
>
> I'm trying this plugin on andoird device and when I try it with active gps I 
> receive the coordinate when I try it without gps I receive timeout. I 
> increase the time out but I receive the same error furthermore without 
> connection I receive timeout.



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

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



[jira] [Updated] (CB-9289) No Coordinate without gps

2015-07-03 Thread Alessandro (JIRA)

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

Alessandro updated CB-9289:
---
Component/s: Plugin Geolocation

> No Coordinate without gps
> -
>
> Key: CB-9289
> URL: https://issues.apache.org/jira/browse/CB-9289
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Geolocation
>Reporter: Alessandro
>
> I'm trying this plugin on andoird device and when I try it with active gps I 
> receive the coordinate when I try it without gps I receive timeout. I 
> increase the time out but I receive the same error furthermore without 
> connection I receive timeout.



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

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



[jira] [Created] (CB-9289) No Coordinate without gps

2015-07-03 Thread Alessandro (JIRA)
Alessandro created CB-9289:
--

 Summary: No Coordinate without gps
 Key: CB-9289
 URL: https://issues.apache.org/jira/browse/CB-9289
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Alessandro


I'm trying this plugin on andoird device and when I try it with active gps I 
receive the coordinate when I try it without gps I receive timeout. I increase 
the time out but I receive the same error furthermore without connection I 
receive timeout.



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

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



[jira] [Created] (CB-9288) DisallowOverscroll parameter does not have any effect in wp8

2015-07-03 Thread JIRA
Manuel Carrasco Moñino created CB-9288:
--

 Summary: DisallowOverscroll parameter does not have any effect in 
wp8
 Key: CB-9288
 URL: https://issues.apache.org/jira/browse/CB-9288
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Reporter: Manuel Carrasco Moñino
Assignee: Jesse MacFadyen


1- Create a new phonegap app.
2- Deploy the app in a WP either with 'Phonegap Developer App' or after 
building it.
3- swipe one finger down, and you can see over-scrolling effect happening at 
the top.
4- modify config.xml setting the preference value DisallowOverscroll to true.
5- reload the app, and over-scrolling continues.

As additional information: following the same process in a iOS device, #4 fixes 
overscrolling.

IMO this is an important issue since this issue prevents the app look as native.



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

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



[jira] [Commented] (CB-9280) Some geolocation mobile-specs pending on real device

2015-07-03 Thread lijingjing (JIRA)

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

lijingjing commented on CB-9280:


yes,i am sure geolocation was truned on because the cordova-mobilespec manual 
geolocation can get geolocation.
And l  run this on Android 5.0 device.auto geolocation also pending.
these Auto cases block are in the wrong judgment platform.



> Some geolocation mobile-specs pending on real device
> 
>
> Key: CB-9280
> URL: https://issues.apache.org/jira/browse/CB-9280
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Geolocation
>Affects Versions: 4.0.0
> Environment: Nexus 5 device
>Reporter: lijingjing
>Priority: Minor
>
> The cordova-mobile-spec auto geolocation test doesn't work anymore.
> real device could not pending.



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

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



[jira] [Created] (CB-9287) Not enough Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1

2015-07-03 Thread Dennis Patzer (JIRA)
Dennis Patzer created CB-9287:
-

 Summary: Not enough Icons and Splashscreens for Windows 8.1 and 
Windows Phone 8.1
 Key: CB-9287
 URL: https://issues.apache.org/jira/browse/CB-9287
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows, Windows 8
Affects Versions: 4.0.0
 Environment: Cordova 4.0.0, Windows Platform 3.7.1
Reporter: Dennis Patzer
Assignee: Jesse MacFadyen


For some reason, for example only one splashscreen size is supported (620x300). 
When I add other sizes by adding the following line:



The image isn't copied to the cordova/platforms/windows/images folder when 
building. This is the reason why it's also not included and referenced in the 
resulting package.windows.appxmanifest.

Why is that?? Or am I doing something wrong?



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

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



[jira] [Commented] (CB-9172) Android "cordova run" sometimes locks up the emulator

2015-07-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9172:


Github user alsorokin commented on a diff in the pull request:

https://github.com/apache/cordova-android/pull/188#discussion_r33845281
  
--- Diff: bin/templates/cordova/lib/emulator.js ---
@@ -238,13 +242,13 @@ module.exports.wait_for_emulator = 
function(num_running) {
  */
--- End diff --

Done


> Android "cordova run" sometimes locks up the emulator
> -
>
> Key: CB-9172
> URL: https://issues.apache.org/jira/browse/CB-9172
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: Master
> Environment: Android on OSX and Windows
>Reporter: Dmitry Blotsky
>  Labels: adb, android
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> ADB commands used in "cordova run" for Android don't always wait for proper 
> success conditions on Android, sometimes calling operations at the wrong 
> time. For example, sometimes installation happens too soon after emulator 
> boot, and the emulator locks up.
> The implementation of "cordova run" for Android should be made more robust. A 
> reference implementation can be found in the Jenkins Android code, here: 
> https://github.com/jenkinsci/android-emulator-plugin/blob/master/src/main/java/hudson/plugins/android_emulator/InstallBuilder.java.



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

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