Daniel Gultsch
Daniel Gultsch
There are a few commits that are probably unrelated to the webrtc bump * [Revert "do not restart wakelock if activity is finishing"](https://github.com/iNPUTmice/Conversations/pull/4310/commits/eb4e6f08cee2c56ab4931d588b74a988cd1a74b3) * [Revert "show 'using account …' in...
2.10.9 will be available on fdroid.
I've added some more detailed logs and it seems that the compress+write operation is slowing things down (rather than the image read); Which matches the observation that the pre send...
I’m unable to reproduce this crash. It looks like your camera app is not granting URI permissions. Which operating system and camera app are you using?
Showing the JID was a user requested feature. We can’t make everyone happy I’m afraid.
In Conversations a key that is removed from the PEP device list will only appear as inactive (grayed out in Conversations). We won’t send messages to inactive devices but they...
Fixed here https://github.com/iNPUTmice/lttrs-autocrypt/commit/ab025ad3947c5f2c1d811f755a413fa1a2af741b (but Ltt.rs needs to bump the library version)
Hi Sam, thank your for reporting this. If you have a moment would you mind checking if current master fixes the issue? (Or if now that this is fixed we...
I've added more logging around the code in question. https://github.com/iNPUTmice/lttrs-android/actions/runs/1756425673 Probably something going wrong during retrieval of the Autocrypt Setup message but. I do however have no issues with my...
This Tutorial [Page from network and database](https://developer.android.com/topic/libraries/architecture/paging/v3-network-db) describes the network + caching db model that we use.