cketti
cketti
Or we could be more clever about it and not try to display base64-encoded 10MB attachments in a TextView :)
Since I work on an email app I use the "show source" functionality of my desktop email client quite a lot. However, I find most of the time it's not...
@PiwwowPants: By that logic an email client should never forward attachments the user hasn't opened for viewing. I don't think we want to go there. Especially since we can never...
Depends on #2110 Note: You can get most of this functionality today by using one of the numerous "email shortcut" apps.
Developer documentation: https://developer.android.com/develop/ui/views/launch/shortcuts
When reporting crashes, please always include a debug log. https://github.com/thundernest/k-9/wiki/LoggingErrors This particular crash is probably the one we fixed in 6.305. See https://github.com/thundernest/k-9/pull/6304
I believe this feature needs some design work before it is ready to be implemented. Here's my list of unordered thoughts on this: * While this might have been motivated...
>> "System flags" and tags are different things to the user. I don't like to conflate them using flags like IMAP does it. > > conflicts with > >> While...
Looks like the method to parse CSS identifiers is incomplete. https://github.com/jhy/jsoup/blob/f28c024ba127fd701f0d195a359afbabff04d7a1/src/main/java/org/jsoup/parser/TokenQueue.java#L365-L376 The linked version of the CSS specification (CSS2) contains this: > In CSS, identifiers (including element names, classes, and...
> Is it a safe assumption that if the result of `ByteString.utf8()` contains the unicode replacement character then the underlying bytes are not valid UTF-8? Not really. The replacement character...