sms-translate/app
Tom Levy bfd5450435 Add bulk version of updateLastConversationMessage()
In situations where we want to update multiple conversations (e.g.
during import), we can make it faster by only calling
contentResolver.delete() once.

(We still make separate calls to getConversations() because it doesn't
support multiple IDs, and likewise insertOrUpdateConversation()
doesn't support bulk insert.)
2024-12-27 11:58:41 +00:00
..
src Add bulk version of updateLastConversationMessage() 2024-12-27 11:58:41 +00:00
.gitignore Update .gitignore 2024-01-23 00:08:18 +05:30
build.gradle.kts Disable language splits 2024-12-26 14:11:38 +05:30
detekt-baseline.xml Add reusable workflows for PRs and testing builds 2024-09-28 12:36:38 +02:00
lint-baseline.xml Add reusable workflows for PRs and testing builds 2024-09-28 12:36:38 +02:00
proguard-rules.pro Rename package to org.fossify.messages 2024-01-18 01:05:03 +05:30