disusered / cordova-safe

File encryption for Cordova.
MIT License
35 stars 22 forks source link

404 Not Found: cordova-safe #4

Closed mhilcher closed 8 years ago

mhilcher commented 9 years ago

Hi,

I added the plugin to my cordova project and it is shown in the plugin directory. But I get this error when trying to compile the project.

When I type "cordova plugins" in the project directory I get the following output:

cordova-safe 1.0.6 "Safe"
org.apache.cordova.camera 0.3.6 "Camera"
org.apache.cordova.device 0.3.0 "Device"
org.apache.cordova.file 1.3.3 "File"
org.apache.cordova.file-transfer 0.4.8 "File Transfer"
org.apache.cordova.geolocation 0.3.12 "Geolocation"
org.apache.cordova.network-information 0.2.15 "Network Information"
org.apache.cordova.splashscreen 1.0.0 "Splashscreen"

Where is the error?

Thx, Martin

disusered commented 9 years ago

Hi, I received a similar report due to RNCryptor. I've been busy but I plan on fixing it tomorrow, thanks for the report!

bgrayburn commented 8 years ago

any chance this would be fixed soon? thanks for the library! much needed

disusered commented 8 years ago

That was the loooooooooooooongest tomorrow! Yes, I am working on it now, I was between projects and very backed up! Glad to be able to contribute again, I will update this issue when I have something to push.

bgrayburn commented 8 years ago

Thank you Carlos, no worries On Jul 20, 2015 17:17, "Carlos Antonio" notifications@github.com wrote:

That was the loooooooooooooongest tomorrow! Yes, I am working on it now, I was between projects and very backed up! Glad to be able to contribute again, I will update this issue when I have something to push.

— Reply to this email directly or view it on GitHub https://github.com/disusered/cordova-safe/issues/4#issuecomment-123042641 .

disusered commented 8 years ago

I am looking at this and made some progress, tomorrow I will continue and hopefully release a fix!

bgrayburn commented 8 years ago

Thanks!

On Mon, Jul 27, 2015, 21:47 Carlos Antonio notifications@github.com wrote:

Closed #4 https://github.com/disusered/cordova-safe/issues/4.

— Reply to this email directly or view it on GitHub https://github.com/disusered/cordova-safe/issues/4#event-366731688.

disusered commented 8 years ago

No problem! https://travis-ci.org/disusered/cordova-safe has a log of the plugin getting automatically installed and setup in an emulator in case you want to reference a clean slate install. I confirmed the encrypt and decrypt operations worked on both platforms, so hopefully this addresses the issue you encountered.