[jira] [Closed] (CB-13778) file plugin not loading on android

2018-01-12 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-13778.
-
Resolution: Cannot Reproduce

Sorry but I can't reproduce this on a regular Cordova project, so it's probably 
related to Phonegap Build. Contact them if they offer some support or write on 
the forum (https://forums.adobe.com/community/phonegap/build)

Also, Phonegap build doesn't offer cordova-android 7 yet, they just updated to 
the cli to 7.1.0, which uses cordova-android 6.3.0. 

> file plugin not loading on android
> --
>
> Key: CB-13778
> URL: https://issues.apache.org/jira/browse/CB-13778
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: cordova-android-7.0.0
> Environment: {
> "name": "helloworld",
> "displayName": "HelloCordova",
> "version": "1.0.0",
> "description": "A sample Apache Cordova application that responds to the 
> deviceready event.",
> "main": "index.js",
> "scripts": {
> "test": "echo \"Error: no test specified\" && exit 1"
> },
> "author": "Apache Cordova Team",
> "license": "Apache-2.0",
> "dependencies": {
> "cordova-android": "^7.0.0",
> "cordova-browser": "^5.0.3",
> "cordova-plugin-file": "^6.0.1",
> "cordova-plugin-whitelist": "^1.3.3"
> },
> "cordova": {
> "plugins": {
> "cordova-plugin-file": {},
> "cordova-plugin-whitelist": {}
> },
> "platforms": [
> "android",
> "browser"
> ]
> }
> }
>Reporter: Julien Garand
>Priority: Blocker
>
> Just created a helloworld application and adding file plugin. Then built 
> android apk using build.phonegap.com services
> cordova.file is undefined, even after deviceready event…



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

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



[jira] [Commented] (CB-13777) Add flag to show camera grid (leveling lines)

2018-01-12 Thread Gustavo Schmidt (JIRA)

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

Gustavo Schmidt commented on CB-13777:
--

Thank you for the clarification.

> Add flag to show camera grid (leveling lines)
> -
>
> Key: CB-13777
> URL: https://issues.apache.org/jira/browse/CB-13777
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-plugin-camera
>Reporter: Gustavo Schmidt
>Priority: Trivial
>
> Hello everyone,
> Do you think it makes sense to add a flag to show the camera grid in this 
> project?
> I know it's possible to implement this using other plugins, I ask because 
> this is a common feature in most OSs.
> Thanks,
> Gustavo



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

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



[jira] [Commented] (CB-13739) Android build is broken due to libraries with text relocations

2018-01-12 Thread Alexander Tchitchigin (JIRA)

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

Alexander Tchitchigin commented on CB-13739:


[~bowserj] I'm getting this error on two devices. My primary testing device is 
Samsung Galaxy Tab 3 10.1 (SM-T510, x86 Atom) with unofficial Android 7.1.2 
ROM. Second device is Samsung Galaxy Tab 4 10.1 (ARM) with stock Android 5.0.2 
ROM.

I've just tried to build and lunch absolutely fresh app generated with 
{{cordova create}} without any plugins and got the same errors. I didn't have 
any issues before certain update of Cordova and Android SDK. Unfortunately I 
don't remember the versions that worked fine before the update.


> Android build is broken due to libraries with text relocations
> --
>
> Key: CB-13739
> URL: https://issues.apache.org/jira/browse/CB-13739
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova-android-7.0.0
> Environment: Build systems: Ubuntu Linux and PhoneGap Build
> Android versions: 5.0.2 and 7.1.2
>Reporter: Alexander Tchitchigin
>Assignee: Joe Bowser
> Attachments: photo_2018-01-08_12-25-17.jpg
>
>
> When I build an Android app and run it on a device I get the result in the 
> screenshot: there are a number of libraries with text relocations that 
> Android refuses to load hence the application is broken and doesn't work. 
> Release build refuses to start at all.
> Before updating Cordova and Android SDK everything worked OK, I was able to 
> build and run the app and previous version is published to Google Play. But I 
> didn't memorize the version number when it all worked, unfortunately. App 
> code was updated either but I don't see how updated JS, CSS and images could 
> make Cordova link with new libraries with relocations.
> Cordova behaves the same to me both locally with the latest version (cordova 
> 8.0.0, android 7.0.0) and in PhoneGap Build.
> I'd like to know the right build settings to produce working build or at 
> least some workaround. I tried to play with cdvBuildToolsVersion and 
> cdvCompileSdkVersion but had no success.



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

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



[jira] [Created] (CB-13778) file plugin not loading on android

2018-01-12 Thread Julien Garand (JIRA)
Julien Garand created CB-13778:
--

 Summary: file plugin not loading on android
 Key: CB-13778
 URL: https://issues.apache.org/jira/browse/CB-13778
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-file
Affects Versions: cordova-android-7.0.0
 Environment: {
"name": "helloworld",
"displayName": "HelloCordova",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the 
deviceready event.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"dependencies": {
"cordova-android": "^7.0.0",
"cordova-browser": "^5.0.3",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-whitelist": "^1.3.3"
},
"cordova": {
"plugins": {
"cordova-plugin-file": {},
"cordova-plugin-whitelist": {}
},
"platforms": [
"android",
"browser"
]
}
}
Reporter: Julien Garand
Priority: Blocker


Just created a helloworld application and adding file plugin. Then built 
android apk using build.phonegap.com services


cordova.file is undefined, even after deviceready event…



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

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



[jira] [Issue Comment Deleted] (CB-10950) Phonegap app in the background when capture and select image for gallery app stop/restart.

2018-01-12 Thread Reed Richards (JIRA)

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

Reed Richards updated CB-10950:
---
Comment: was deleted

(was: [~riknoll] [~ignaciotoptier] could confirm this, onResume is never throw 
when App restart after restart having been put in the background

cordova-plugin-camera@3.0.0
cordova-android@6.4.0

tested on Android 8.1)

> Phonegap app in the background when capture and select image for gallery app 
> stop/restart. 
> ---
>
> Key: CB-10950
> URL: https://issues.apache.org/jira/browse/CB-10950
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 5.0.1
>Reporter: Lokesh Patel
>  Labels: android, triaged, wfc
>
> Hi,
> In android application when the user tries for capturing images and select 
> image from gallery app stop/restart.
> I found below details after search lots of google and forums:
> " The Phonegap (Cordova) Camera Plugin calls the native camera and this makes 
> Android Garbage Collector to kill background applications."
> Thanks,
> Lokesh Patel



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

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



[jira] [Commented] (CB-13644) [Windows] "Element not found" exception thrown when launching Windows 8.1 app on Windows 10

2018-01-12 Thread Maarten Manders (JIRA)

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

Maarten Manders commented on CB-13644:
--

Unfortunately it seems like the change is not synced in 
_cordova-windows/template/www/cordova.js_.
I don't know if this has to be done manually or what, but currently using the 
platform from git doesn't solve the issue.

> [Windows] "Element not found" exception thrown when launching Windows 8.1 app 
> on Windows 10
> ---
>
> Key: CB-13644
> URL: https://issues.apache.org/jira/browse/CB-13644
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
> Environment: Windows 10, build 15063.
> Windows 8.1 app build.
> Cordova 7.1.0
> Cordova-windows 5.0.0
> Visual Studio 2015.
>Reporter: Maarten Manders
>Assignee: Jesse MacFadyen
>Priority: Critical
>  Labels: cordova-windows@4.5.0
>
> The following exception is thrown when launching a Windows 8.1 app on Windows 
> 10:
> {code:javascript}
> Exception is about to be caught by JavaScript library code at line 2083, 
> column 9 in ms-appx://com.test/www/cordova.js
> 0x80070490 - JavaScript runtime error: Element not found.
> {code}
> This occurs due to the addition made in 
> https://issues.apache.org/jira/browse/CB-12238. The check isn't sufficient to 
> account for the use case described above.
> I believe this to be the solution:
> {code:javascript}
> // Make title bg color match splashscreen bg color
> function colorizeTitleBar() {
> var appView = 
> Windows.UI.ViewManagement.ApplicationView.getForCurrentView();
> if (appView.titleBar && (isWin10UWP || isWp10)) {
> titleInitialBgColor = appView.titleBar.backgroundColor;
> appView.titleBar.backgroundColor = titleBgColor;
> appView.titleBar.buttonBackgroundColor = titleBgColor;
> }
> }
> // Revert title bg color
> function revertTitleBarColor() {
> var appView = 
> Windows.UI.ViewManagement.ApplicationView.getForCurrentView();
> if (appView.titleBar && (isWin10UWP || isWp10)) {
> appView.titleBar.backgroundColor = titleInitialBgColor;
> appView.titleBar.buttonBackgroundColor = titleInitialBgColor;
> }
> }
> {code}



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

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



[jira] [Closed] (CB-13777) Add flag to show camera grid (leveling lines)

2018-01-12 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-13777.
-
Resolution: Won't Do

Same for iOS, we use the UIImagePickerController, which doesn't have that.
It should be possible by using a overlay, but then it won't use the default 
buttons and we will have to add all of them ourselves, to much work and 
complexities (like handling button localizations) and not too much gain. 
Closing as won't do

> Add flag to show camera grid (leveling lines)
> -
>
> Key: CB-13777
> URL: https://issues.apache.org/jira/browse/CB-13777
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-plugin-camera
>Reporter: Gustavo Schmidt
>Priority: Trivial
>
> Hello everyone,
> Do you think it makes sense to add a flag to show the camera grid in this 
> project?
> I know it's possible to implement this using other plugins, I ask because 
> this is a common feature in most OSs.
> Thanks,
> Gustavo



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

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



[jira] [Resolved] (CB-12679) Remove Permissions section from cordova-plugin-statusbar docs

2018-01-12 Thread jcesarmobile (JIRA)

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

jcesarmobile resolved CB-12679.
---
Resolution: Fixed

> Remove Permissions section from cordova-plugin-statusbar docs
> -
>
> Key: CB-12679
> URL: https://issues.apache.org/jira/browse/CB-12679
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-statusbar
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>  Labels: backlog, easyfix
>
> The permissions section of the cordova-plugin-statusbar doesn't make sense as 
> the feature tags are added on the platforms config.xml on plugin install
> https://github.com/apache/cordova-plugin-statusbar#permissions



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

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



[jira] [Commented] (CB-12679) Remove Permissions section from cordova-plugin-statusbar docs

2018-01-12 Thread ASF subversion and git services (JIRA)

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

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

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

Merge pull request #95 from jcesarmobile/CB-12679

CB-12679: Remove Permissions section

> Remove Permissions section from cordova-plugin-statusbar docs
> -
>
> Key: CB-12679
> URL: https://issues.apache.org/jira/browse/CB-12679
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-statusbar
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>  Labels: backlog, easyfix
>
> The permissions section of the cordova-plugin-statusbar doesn't make sense as 
> the feature tags are added on the platforms config.xml on plugin install
> https://github.com/apache/cordova-plugin-statusbar#permissions



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

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



[jira] [Commented] (CB-12679) Remove Permissions section from cordova-plugin-statusbar docs

2018-01-12 Thread ASF subversion and git services (JIRA)

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

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

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

Merge pull request #95 from jcesarmobile/CB-12679

CB-12679: Remove Permissions section

> Remove Permissions section from cordova-plugin-statusbar docs
> -
>
> Key: CB-12679
> URL: https://issues.apache.org/jira/browse/CB-12679
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-statusbar
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>  Labels: backlog, easyfix
>
> The permissions section of the cordova-plugin-statusbar doesn't make sense as 
> the feature tags are added on the platforms config.xml on plugin install
> https://github.com/apache/cordova-plugin-statusbar#permissions



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

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



[jira] [Commented] (CB-12679) Remove Permissions section from cordova-plugin-statusbar docs

2018-01-12 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12679: Remove Permissions section


> Remove Permissions section from cordova-plugin-statusbar docs
> -
>
> Key: CB-12679
> URL: https://issues.apache.org/jira/browse/CB-12679
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-statusbar
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>  Labels: backlog, easyfix
>
> The permissions section of the cordova-plugin-statusbar doesn't make sense as 
> the feature tags are added on the platforms config.xml on plugin install
> https://github.com/apache/cordova-plugin-statusbar#permissions



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

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