deltachat-ios icon indicating copy to clipboard operation
deltachat-ios copied to clipboard

Lock and √ icons appear blurry

Open troilus opened this issue 1 year ago • 3 comments

  • Device:
  • iOS version:
  • Delta Chat version:
  • Expected behavior:
  • Actual behavior:
  • Steps to reproduce the problem:
  • Screenshots:
  • Logs:

troilus avatar Jul 10 '22 01:07 troilus

the icons want to stay incognito :)

but yes, this is a longer standing issue ... fixing it was always superseeded by more important things :)

r10s avatar Jul 10 '22 09:07 r10s

also sending/pending icon is different to the other platforms and lacks the animation. maybe that is easy enough to fix at the same time.

Simon-Laux avatar Aug 03 '22 14:08 Simon-Laux

maybe we could use vector icons instead?

Simon-Laux avatar Sep 30 '22 15:09 Simon-Laux

nb: it is okay in the chatlist, it is blurry only on the message list.

r10s avatar Jan 16 '23 13:01 r10s

the issue probably is the NSTextAttachment, cmp https://stackoverflow.com/questions/27281945/blurry-image-nstextattachment-on-nsattributedstring , svg does not help (tested with SFSymbol images)

we should either not use NSTextAttachment or apply a fix as described on stackoverflow above

r10s avatar Nov 05 '23 17:11 r10s

Only for the padlock icon though in my tests, the other icons were fixable without using svg in #1921

Simon-Laux avatar Nov 05 '23 18:11 Simon-Laux

maybe #1921 is indeed good enough, i will have a closer look when 1.42 is out and resurrect as needed. the svg needs to be removed, the png are not the issue in general,

maybe a horizontal stackview is the prober solution, this NSTextAttachment is blurry even for svg of #1921 (although already far better)

the svg are not that share as they could be; still an improvement, though

r10s avatar Nov 05 '23 18:11 r10s