- Sep 24, 2021
-
-
Daniel Gultsch authored
-
- Sep 21, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
This reverts commit 231d97ea. Migrating to AndroidX Fragments seems to have some unforseen side effects and no clear benefits
-
Daniel Gultsch authored
on device contacts (contacts not synced) have an unstable system uri. For quicksy.im contacts we can identify the contact based on the phone number instead. fixes #4174
-
Daniel Gultsch authored
fixes #4165
-
- Sep 20, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Alexei Sorokin authored
-
Ashique Bava authored
-
- Sep 15, 2021
-
-
Daniel Gultsch authored
fixes #4167
-
Daniel Gultsch authored
the transcoder library we used hasn’t been updated in years this commit switches to a maintained fork https://natario1.github.io/Transcoder/
-
- Sep 11, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Sep 10, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Sep 08, 2021
-
-
Daniel Gultsch authored
This reverts commit 8d45cc58.
-
Daniel Gultsch authored
-
Millesimus authored
-
Millesimus authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Sep 07, 2021
-
-
Millesimus authored
-
Millesimus authored
-
Millesimus authored
-
Daniel Gultsch authored
-
Maximilian Weiler authored
-
Daniel Gultsch authored
-
Alexei Sorokin authored
"uuid" is a primary key in "messages" but not in "messages_index", the implication of that is very slow matching by UUID. What can be done instead is matching messages_index.rowid to messages.rowid, that is, an always-present clustered index. This not only improves performance of full-text search but also of just updating messages in any shape or form.
-
Alexei Sorokin authored
It now uses the data from the messages table instead of having a copy of each message. The message UUIDs are no longer part of the index.
-
- Sep 05, 2021
-
-
Daniel Gultsch authored
-
- Aug 27, 2021
-
-
Daniel Gultsch authored
-
- Aug 25, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
If we don’t executePendingTransactions we might still access the overview fragment while a replacement operation is in the works. This will lead to two conversationfragments opening.
-
- Aug 24, 2021
-
-
Daniel Gultsch authored
-