You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/28 16:06:52 UTC

[GitHub] [cordova-plugin-file-transfer] BrokerBisiako87 opened a new issue #316: cordova-plugin-file-transfer for Cordova Android 10

BrokerBisiako87 opened a new issue #316:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/316


   <!--
   Please have a look at the issue templates you get when you click "New issue" in the GitHub UI.
   We very much prefer issues created by using one of these templates.
   -->
   
   ### Issue Type
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   
   - [ ] Bug Report
   
   ## Description
   HI friend! There is a problem when I compile the package. This message appears
   
   **Task :app:compileDebugJavaWithJavac FAILED**
   ```
   java\org\apache\cordova\filetransfer\FileTransfer.java:48: error: cannot find symbol
   import org.apache.cordova.Whitelist;
                            ^
     symbol:   class Whitelist
     location: package org.apache.cordova
   ..\android\app\src\main\java\org\apache\cordova\filetransfer\FileTransfer.java:691: error: cannot find symbol
                   Whitelist whitelist = (Whitelist)gwl.invoke(webView);
                   ^
     symbol:   class Whitelist
     location: class org.apache.cordova.filetransfer.FileTransfer
   ..\android\app\src\main\java\org\apache\cordova\filetransfer\FileTransfer.java:691: error: cannot find symbol
                   Whitelist whitelist = (Whitelist)gwl.invoke(webView);
                                          ^
     symbol:   class Whitelist
     location: class org.apache.cordova.filetransfer.FileTransfer
   ..\android\app\src\main\java\org\apache\cordova\filetransfer\FileTransfer.java uses unchecked or unsafe operations.
   Note: Recompile with -Xlint:unchecked for details.
   ```
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   If I remove the plugin, it compiles perfectly
   
    >  strippedNativeLibsDir   
    is deprecated and no longer used. Please remove it from your build configuration.
   
   ### Command or Code
   cordova build android
   
   ### Environment, Platform, Device
   
   
   
   
   ### Version information
   
   
   Cordova: Cordova CLI, Cordova Plugins 
   
   
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` -->
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-file-transfer] brunoalex commented on issue #316: cordova-plugin-file-transfer for Cordova Android 10

Posted by GitBox <gi...@apache.org>.
brunoalex commented on issue #316:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/316#issuecomment-984531926


   the file transfere to server not working on sdk 30 ..cant transfer to server 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-file-transfer] mahomedalid commented on issue #316: cordova-plugin-file-transfer for Cordova Android 10

Posted by GitBox <gi...@apache.org>.
mahomedalid commented on issue #316:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/316#issuecomment-975915025


   Just for the record you can try:
   
   ```
   $ cordova plugin rm cordova-plugin-file-transfer
   $ cordova plugin add https://github.com/apache/cordova-plugin-file-transfer
   ```
   
   to use the git version. It works.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-file-transfer] alitalaee edited a comment on issue #316: cordova-plugin-file-transfer for Cordova Android 10

Posted by GitBox <gi...@apache.org>.
alitalaee edited a comment on issue #316:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/316#issuecomment-937795325


   this issue is fixed please check below link . i hope they will merge it soon as soon on the latest version 
   
   https://github.com/apache/cordova-plugin-file-transfer/commit/2cdb0403a81821e144998c8d9a00d338d6ece3ee


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-file-transfer] MauriBrig commented on issue #316: cordova-plugin-file-transfer for Cordova Android 10

Posted by GitBox <gi...@apache.org>.
MauriBrig commented on issue #316:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/316#issuecomment-936250946


   @BrokerBisiako87 , You were able to solve the problem?? I am in the same situation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-file-transfer] alitalaee commented on issue #316: cordova-plugin-file-transfer for Cordova Android 10

Posted by GitBox <gi...@apache.org>.
alitalaee commented on issue #316:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/316#issuecomment-937795325


   this issue is fixed please check below link 
   https://github.com/apache/cordova-plugin-file-transfer/commit/2cdb0403a81821e144998c8d9a00d338d6ece3ee


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-file-transfer] alitalaee commented on issue #316: cordova-plugin-file-transfer for Cordova Android 10

Posted by GitBox <gi...@apache.org>.
alitalaee commented on issue #316:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/316#issuecomment-937795325


   this issue is fixed please check below link 
   https://github.com/apache/cordova-plugin-file-transfer/commit/2cdb0403a81821e144998c8d9a00d338d6ece3ee


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-file-transfer] alitalaee edited a comment on issue #316: cordova-plugin-file-transfer for Cordova Android 10

Posted by GitBox <gi...@apache.org>.
alitalaee edited a comment on issue #316:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/316#issuecomment-937795325


   this issue is fixed please check below link . i hope they will merge it soon as soon on the latest version 
   
   https://github.com/apache/cordova-plugin-file-transfer/commit/2cdb0403a81821e144998c8d9a00d338d6ece3ee


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-file-transfer] CodeWithOz commented on issue #316: cordova-plugin-file-transfer for Cordova Android 10

Posted by GitBox <gi...@apache.org>.
CodeWithOz commented on issue #316:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/316#issuecomment-931481815


   Disclaimer: I'm not a maintainer of this plugin. This issue has been fixed but hasn't been released yet. You can try installing from the latest commit in the master branch to see if the problem goes away.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-plugin-file-transfer] CoooWeee commented on issue #316: cordova-plugin-file-transfer for Cordova Android 10

Posted by GitBox <gi...@apache.org>.
CoooWeee commented on issue #316:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/316#issuecomment-1080129413


   Whitelisl is renamed to AllowList.
   
   Renaming following in my project fixed the issue:
   
   Whitelist => AllowList
   addWhiteListEntry => addAllowListEntry
   isUrlWhiteListed => isUrlAllowListed
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org