monolifed

Results 14 comments of monolifed

Crowdin is free for open source projects: https://crowdin.com/page/open-source-project-setup-request

CryptoLoad.java uses some Android imports. `protected DatabaseForNotes doInBackground(final Void... params)` seems to be the function you need. You also need DatabaseForNotes( and IDatabaseForNotes) to read data into. Then probably you...

I tried to create a program that loads/prints the database (but I didn't test it). https://gist.github.com/monolifed/dfac55524705de4285f3bba6167f250a Exporting seems to be a better way but exporting unencrypted data might be undesirable...