bitfireAT / davx5-ose

DAVx⁵ is an open-source CalDAV/CardDAV suite and sync app for Android. You can also access your online files (WebDAV) with it.
https://www.davx5.com
GNU General Public License v3.0
1.25k stars 69 forks source link

dark theme / black text basically unreadable on dark background #718

Closed mbiebl closed 1 month ago

mbiebl commented 1 month ago

As can be seen in the exemplary screenshot, the black text on dark background is hardly readable.

Screenshot_20240411_145813 Screenshot_20240411_145834 Screenshot_20240411_145906

rfc2822 commented 1 month ago

[Rant] I dislike dark mode so much 😢 Why does it even exist?

Problem seems to be related to ClickableText in combination with Spanned.toAnnotatedString(); normal Text composables are not affected.

Possible solution: https://stackoverflow.com/a/72899062

mbiebl commented 1 week ago

It seems #725 only fixed the issue for the login pages but not the intro pages. Or am I missing something?

rfc2822 commented 1 week ago

In the main branch? It's currently a mix of M2 and M3, probably because of that. If the problem persists after the M3 rewrite is complete, please re-open.

mbiebl commented 4 days ago

I tested with with v4.3.16.1-ose, but you are right: It probably makes sense to wait until the M3 rewrite is complete.