Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for exclusion of key-value pairs and use SupportSQLiteDatabase interface to be able to support other SQLiteDatabase implementations #1

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

h4n23s
Copy link
Contributor

@h4n23s h4n23s commented Jan 2, 2022

Excluding key-value pairs is important when you don't want to include passphrases in your backups.

The other change is very useful when using an sqlite encryption layer like android-database-sqlcipher, which features it's own SQLiteDatabaseimplementation. This generalization is essential to be able to support backups in privacy-friendly-finance-manager.

…interface to be able to support other SQLiteDatabase implementations
@Kamuno Kamuno added the enhancement New feature or request label Jan 10, 2022
@Kamuno Kamuno merged commit 5829352 into SecUSo:master Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants