Commit Graph

8 Commits

Author SHA1 Message Date
Nick Parker
81572c7207 Add support for Upsert via Room API, remove custom exception classes
Removed the following exception classes for better integration with Room:

net.zetetic.database.SQLException
net.zetetic.database.sqlcipher.SQLiteAbortException
net.zetetic.database.sqlcipher.SQLiteAccessPermException
net.zetetic.database.sqlcipher.SQLiteBindOrColumnIndexOutOfRangeException
net.zetetic.database.sqlcipher.SQLiteBlobTooBigException
net.zetetic.database.sqlcipher.SQLiteCantOpenDatabaseException
net.zetetic.database.sqlcipher.SQLiteConstraintException
net.zetetic.database.sqlcipher.SQLiteDatabaseCorruptException
net.zetetic.database.sqlcipher.SQLiteDatabaseLockedException
net.zetetic.database.sqlcipher.SQLiteDatatypeMismatchException
net.zetetic.database.sqlcipher.SQLiteDiskIOException
net.zetetic.database.sqlcipher.SQLiteDoneException
net.zetetic.database.sqlcipher.SQLiteException
net.zetetic.database.sqlcipher.SQLiteFullException
net.zetetic.database.sqlcipher.SQLiteMisuseException
net.zetetic.database.sqlcipher.SQLiteOutOfMemoryException
net.zetetic.database.sqlcipher.SQLiteReadOnlyDatabaseException
net.zetetic.database.sqlcipher.SQLiteTableLockedException
2023-02-24 12:00:53 -06:00
Nick Parker
8ca242b415 Update README to ref. new version number and Maven Central ref 2022-08-04 14:31:14 -05:00
Nick Parker
f32ddd1c8a Updates to README template 2022-03-04 14:31:38 -06:00
Nick Parker
fe3be94702 Bump version to 4.5.1 2022-03-04 11:04:39 -06:00
Nick Parker
ac213a39f3 Include Android NDK version in README documentation 2021-08-31 14:29:48 -05:00
Nick Parker
9a99513683 Generate README.md from template file to avoid stale version numbers 2021-08-30 16:08:27 -05:00
Nick Parker
f3dbb25708 Use static libcrypto instead of dynamic version 2021-08-27 16:48:55 -05:00
Nick Parker
2de69e164e Initial README 2021-07-23 13:44:19 -05:00