ramack / ActivityDiary

Android diary for any kind of activities
GNU General Public License v3.0
73 stars 37 forks source link

White on White Statistics #269

Open Zakkumaru opened 5 years ago

Zakkumaru commented 5 years ago

TL;DR: To recreate this bug, create a task with a white (or, light) background. If that task is used enough to show up in the statistics page, the text will be white-on-white.

I suggest that part be labeled as a [bug].

My suggestion for a feature request, or, [fix], is to tally the color numbers to figure out if it's on the [light] or [dark] spectrum. From there, you can easily make the text black or white.

Better yet, you could also label the statistics with the inverse of their activity color.

san621 commented 4 years ago

Altering of the font size solves this bug. The function of font size is available in my Github repository.

https://github.com/san621/ActivityDiary

ramack commented 4 years ago

@san621 thanks for working on this. If you want to contribute this into the main version of ActivityDiary - which would be great - I'd like to ask you to check the contribution section in the readme and if it is your own work and you release it under the terms of "GPLv3 (or later)" submit a PR against my repo.