Closed patzootz closed 1 year ago
Sorry for the delay, will look into this as soon as I get the chance. Maybe there is some synchronization issue. I don't see a clear way out since the library is basically a wrapper for shared preferences.
Better late than never haha, just added multithreading support, pushing now
I'm using ksprefs library and from time to time i get javax.crypto.IllegalBlockSizeException I've found that if 2 threads or 2 calls are made at the same time the app crashes with the above exception. I can easily recreate the crash using these lines on samsung galaxy tab:
I have the prefs set us as such:
Thank you very much for the great lib!