App crashes if sdcard is inaccessible or permissions to access sdcard are missing

Issue #7 resolved
Iaroslav Sheptykin created an issue

The app crashes on Android 6.x right away if permissions to access the storage are not granted. This happens because DB is placed on sdcard. Moving DB into internal APP storage solves the problem. Any reason we need to keep DB on sdcard?