conversations-classic/src/main/java/eu/siacs/conversations
Alexander df64d965a0 explicitly set secure_delete pragma for SQLite database (#3039)
Conversations stores sensitive data, such as SQLiteAxolotlStore tables, in its database.

secure_delete=ON is the default for newer Android devices:
https://android-review.googlesource.com/c/platform/external/sqlite/+/209123

However, older devices had it disabled by default, so any database created than has this setting disabled and it will not be updated automatically.

Also, the default might be changed in the future (for example, to "FAST", added in 2017), so it is safer to set it explicitly.
2018-05-20 16:50:27 +02:00
..
crypto do not include body in simple status updates to not trigger fts update 2018-05-10 10:47:28 +02:00
entities do not save draft if message is completly empty and fixed appending shared text 2018-05-19 14:30:42 +02:00
generator changed command paramater for new push server 2018-05-16 11:29:06 +02:00
http use Tor to download map tiles if configured to do so 2018-05-11 12:42:39 +02:00
parser do not use end in catchup mam queries 2018-05-11 11:16:29 +02:00
persistance explicitly set secure_delete pragma for SQLite database (#3039) 2018-05-20 16:50:27 +02:00
services Make nickname matching case-sensitive (#3035) 2018-05-20 15:54:34 +02:00
ui do not save draft if message is completly empty and fixed appending shared text 2018-05-19 14:30:42 +02:00
utils make file observer listen for moves 2018-05-20 16:19:23 +02:00
xml convert empty resources in messages to bare jid 2018-04-28 21:30:30 +02:00
xmpp do not include body in simple status updates to not trigger fts update 2018-05-10 10:47:28 +02:00
Config.java ban can be disabled in Config.java (#3016) 2018-05-05 19:40:43 +02:00