Vincent Breitmoser
Vincent Breitmoser
sounds good :+1:
Can confirm, this is still a thing. Just tried to set up the bridge - no dice.
I agree. Worst case it's a dump of random memory or something like that. It was also one of the only reasons why nitrokeys didn't "just work" in OpenKeychain. Please...
Phew. I have to admit, I don't really remember the specifics back from February :| Assuming a homeserver that isn't massively overprovisioned, extraordinarily allocating a couple hundred megs or even...
"on wifi" is generally understood as "unmetered" by users. android has logic for detecting metered wifi connections (typically hotspots from other phones), that can be used internally.
This should be relatively simple to implement, now that we actually have the source in the db. Just open an activity, load the message, write it to a string and...
I do agree that tags should be separate from other flags in our data model. I don't quite see why this can't work in a minimum viable way and sync...
see #2219 and #2228
for the record, it's also possible to replace the android-shipped bouncycastle provider with the regular one, that'll also fix this issue: ``` implementation "org.bouncycastle:bcprov-jdk15on:1.64" ``` ```java Security.removeProvider("BC"); Security.insertProviderAt(org.bouncycastle.jce.provider.BouncyCastleProvider(), 0); ```
Hey there. Thanks for your work on this app, I'm a happy daily user :) I'd like to add here that I would also *love* this feature. The motivation is...