[jira] [Commented] (CB-5202) Android Video Capture crashes app on 4.3

2014-11-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-5202:


Github user clelland commented on the pull request:


https://github.com/apache/cordova-plugin-media-capture/pull/13#issuecomment-64928592
  
The AVI issue is partially dealt with by #28, BTW.


> Android Video Capture crashes app on 4.3
> 
>
> Key: CB-5202
> URL: https://issues.apache.org/jira/browse/CB-5202
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Media Capture
>Affects Versions: 3.0.0
> Environment: Android 4.3
>Reporter: Tom Saunders
>Assignee: Andrew Grieve
> Fix For: 3.5.0
>
>
> Using the cordova video capture plugin crashes the application when returning 
> from the capture video intent. No data is returned. 
> This is a known issue with Android 4.3, the workaround is to explicitly 
> specify a location for saving the video
> Relevant stackoverflows:
> http://stackoverflow.com/questions/18472953/video-capture-in-android-4-3-using-camera-app-intent
> http://stackoverflow.com/questions/18120775/android-android-provider-mediastore-action-video-capture-return-null-onactivityr



--
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-5202) Android Video Capture crashes app on 4.3

2014-11-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-5202:


Github user clelland commented on the pull request:


https://github.com/apache/cordova-plugin-media-capture/pull/13#issuecomment-64928561
  
This was committed some time ago: 0c7941fb. @mbillau, can you close this PR?


> Android Video Capture crashes app on 4.3
> 
>
> Key: CB-5202
> URL: https://issues.apache.org/jira/browse/CB-5202
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin Media Capture
>Affects Versions: 3.0.0
> Environment: Android 4.3
>Reporter: Tom Saunders
>Assignee: Andrew Grieve
> Fix For: 3.5.0
>
>
> Using the cordova video capture plugin crashes the application when returning 
> from the capture video intent. No data is returned. 
> This is a known issue with Android 4.3, the workaround is to explicitly 
> specify a location for saving the video
> Relevant stackoverflows:
> http://stackoverflow.com/questions/18472953/video-capture-in-android-4-3-using-camera-app-intent
> http://stackoverflow.com/questions/18120775/android-android-provider-mediastore-action-video-capture-return-null-onactivityr



--
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-8100) Getting media position syncroniously

2014-11-28 Thread Alex (JIRA)
Alex created CB-8100:


 Summary: Getting media position syncroniously
 Key: CB-8100
 URL: https://issues.apache.org/jira/browse/CB-8100
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin Media
Reporter: Alex
Priority: Trivial


Implement sychronious method (property) for getting current media position.

Currently officially only async method getCureentPosition is supported. Is it 
possible to support sync method? I know that media has _position property and 
sync method now can be implemented like (at least it works for me):

media.getCureentPosition()
var position = media._position

Is it possible to implement it officially?



--
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-8099) Remove unnecessary steps from master.cfg

2014-11-28 Thread Maria Bukharina (JIRA)
Maria Bukharina created CB-8099:
---

 Summary: Remove unnecessary steps from master.cfg
 Key: CB-8099
 URL: https://issues.apache.org/jira/browse/CB-8099
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Maria Bukharina


*create_app_steps* and *platform_add_steps* are unnecessary, since medic 
creates mobilespec app using "createmobilespec" command from mobilespec 



--
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-5977) Deprecate Android Geolocation plugin

2014-11-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-5977:


Github user clelland commented on the pull request:


https://github.com/apache/cordova-plugin-geolocation/pull/24#issuecomment-64895842
  
I don't think this is a bug -- see 
[CB-5977](https://issues.apache.org/jira/browse/CB-5977) for the discussion 
about removing the Android geolocation plugin code. The built-in implementation 
works just as well, or better, than our plugin now.


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



--
This message was sent by Atlassian JIRA
(v6.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-8094) Under Windows Store some of geolocation tests requires user interaction and failed by timeout

2014-11-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8094:


GitHub user MariaBukharina opened a pull request:

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

CB-8094 Pended autotests for Windows Store since they require user 
interaction

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

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

$ git pull https://github.com/MSOpenTech/cordova-plugin-geolocation CB-8094

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

https://github.com/apache/cordova-plugin-geolocation/pull/33.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 #33


commit f241443985681e263e566cf71c71b254a818172a
Author: maria.bukharina 
Date:   2014-11-28T10:53:56Z

CB-8094 Pended auto tests for Windows Store since they require user 
interaction




> Under Windows Store some of geolocation tests requires user interaction and 
> failed by timeout
> -
>
> Key: CB-8094
> URL: https://issues.apache.org/jira/browse/CB-8094
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec, Plugin Geolocation
>Reporter: Maria Bukharina
>
> Under Windows Store auto tests geolocation.spec.5 - 8 asks user permission 
> for use geolocation. So proposed to pend them for now.



--
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