MichalS
MichalS
Please add NegativeListener also for PromptDialog.
I have Solax inverter and I need to use the excess energy. Would be possible to support it? Basically when: - Solar produce energy - Battery is full - Load...
Hello, I do this: ` JealousSky jealousSky = JealousSky.getInstance(); jealousSky.initialize( "longestPasswordEverCreatedInAllTheUniverseOrMore", "FFD7BADF2FBB1999"); jealousSky.encryptToFile(new FileInputStream(fileInput1),fileOutput1.getAbsolutePath()); jealousSky.decryptToFile(new FileInputStream(fileInput2),fileOutput2.getAbsolutePath()); ` And I get java.io.IOException: Error while finalizing cipher when file is decrypted.