[jira] [Commented] (CB-14017) Make com.android.support:support-v4 version configurable

2018-05-18 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-14017:
-

macdonst closed pull request #318: CB-14017 (android): Make 
com.android.support:support-v4 version configurable
URL: https://github.com/apache/cordova-plugin-camera/pull/318
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/plugin.xml b/plugin.xml
index e193b517..203b7a62 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -81,7 +81,8 @@
 
   
 
-
+
+
 
   
 


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Make com.android.support:support-v4 version configurable
> 
>
> Key: CB-14017
> URL: https://issues.apache.org/jira/browse/CB-14017
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Dmitry
>Assignee: jcesarmobile
>Priority: Major
>  Labels: easyfix
>
> Cordova build fails with exception:
>  :processDebugResourcesERROR: In  FontFamilyFont, unable 
> to find attribute android:fontVariationSettings
>  ERROR: In  FontFamilyFont, unable to find attribute 
> android:ttcIndex
>  This can be fixed in plugin.xml by upgrading 
> 
> to a higher version like 27.0.1 or downgrading to 23.+.
>  
> Examples (tested):
> 
> or
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-14017) Make com.android.support:support-v4 version configurable

2018-05-18 Thread ASF subversion and git services (JIRA)

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

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

Commit e334656933efee3d60bbd4654aa334538f263f78 in cordova-plugin-camera's 
branch refs/heads/master from [~jcesarmobile]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-camera.git;h=e334656 ]

CB-14017 (android): Make com.android.support:support-v4 version configurable 
(#318)



> Make com.android.support:support-v4 version configurable
> 
>
> Key: CB-14017
> URL: https://issues.apache.org/jira/browse/CB-14017
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Dmitry
>Assignee: jcesarmobile
>Priority: Major
>  Labels: easyfix
>
> Cordova build fails with exception:
>  :processDebugResourcesERROR: In  FontFamilyFont, unable 
> to find attribute android:fontVariationSettings
>  ERROR: In  FontFamilyFont, unable to find attribute 
> android:ttcIndex
>  This can be fixed in plugin.xml by upgrading 
> 
> to a higher version like 27.0.1 or downgrading to 23.+.
>  
> Examples (tested):
> 
> or
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-14017) Make com.android.support:support-v4 version configurable

2018-04-15 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-14017:
---

I can't reproduce as the problem is not really caused by camera plugins, but by 
other plugins using + for the support version, which picks the beta 28. Anyway, 
we need to make the version configurable, so I've changed the title and will 
use your issue for it.

> Make com.android.support:support-v4 version configurable
> 
>
> Key: CB-14017
> URL: https://issues.apache.org/jira/browse/CB-14017
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Dmitry
>Priority: Major
>  Labels: easyfix
>
> Cordova build fails with exception:
>  :processDebugResourcesERROR: In  FontFamilyFont, unable 
> to find attribute android:fontVariationSettings
>  ERROR: In  FontFamilyFont, unable to find attribute 
> android:ttcIndex
>  This can be fixed in plugin.xml by upgrading 
> 
> to a higher version like 27.0.1 or downgrading to 23.+.
>  
> Examples (tested):
> 
> or
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-14017) Make com.android.support:support-v4 version configurable

2018-04-15 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-14017:
-

jcesarmobile opened a new pull request #318: CB-14017 (android): Make 
com.android.support:support-v4 version configurable
URL: https://github.com/apache/cordova-plugin-camera/pull/318
 
 
   
   
   
   ### Platforms affected
   Android
   
   ### What does this PR do?
   Creates a variable so users can configure the com.android.support:support-v4 
version
   
   ### What testing has been done on this change?
   
   
   ### Checklist
   - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
   - [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
   - [ ] Added automated test coverage as appropriate for this change.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Make com.android.support:support-v4 version configurable
> 
>
> Key: CB-14017
> URL: https://issues.apache.org/jira/browse/CB-14017
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Dmitry
>Priority: Major
>  Labels: easyfix
>
> Cordova build fails with exception:
>  :processDebugResourcesERROR: In  FontFamilyFont, unable 
> to find attribute android:fontVariationSettings
>  ERROR: In  FontFamilyFont, unable to find attribute 
> android:ttcIndex
>  This can be fixed in plugin.xml by upgrading 
> 
> to a higher version like 27.0.1 or downgrading to 23.+.
>  
> Examples (tested):
> 
> or
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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