Update to SQLCipher with true WAL support.

This commit is contained in:
Greyson Parrelli
2021-08-18 10:16:54 -04:00
committed by Alex Hart
parent b904de5b50
commit 214e994e90
59 changed files with 610 additions and 628 deletions

View File

@@ -7,7 +7,7 @@ import android.database.Cursor;
import androidx.annotation.AnyThread;
import androidx.annotation.NonNull;
import net.sqlcipher.database.SQLiteDatabase;
import net.zetetic.database.sqlcipher.SQLiteDatabase;
import org.signal.core.util.concurrent.SignalExecutors;
import org.signal.core.util.logging.Log;