NachiketaVadera / EBookDownloader

This is an Android project that uses Jsoup to parse and find ebooks to download.
MIT License
44 stars 12 forks source link

White text on light background is hard to read #4

Closed denilsonsa closed 4 years ago

denilsonsa commented 5 years ago

The first time I used the app (installed from f-droid), the text was fine and readable. The second time I opened it, this happened:

screenshot_20190129-080103__01

The search results are shown as white text on dark background (following my phone's dark mode theme). This is good.

The history screen, however, doesn't follow my phone's theme and is black text on white background.

Ideally, it would be great if the app used the same colors as the rest of my phone; but I'd also settle for enough contrast with whatever colors you choose.

NachiketaVadera commented 5 years ago

@denilsonsa Hello.

The history screen, however, doesn't follow my phone's theme and is black text on white background.

The history module has not been completely implemented yet. It was out there to see how the users respond to the possibility of the said feature. The next update should solve this bug.

Ideally, it would be great if the app used the same colors as the rest of my phone; but I'd also settle for enough contrast with whatever colors you choose.

The app will have a full UI overhaul as soon as I have enough time to make a proper design and start implementing it. The new UI should follow all the standard rules.

Thank you for taking up interest in the app's improvement.

PS -: If you want an immediate fix or just want to help out even more that what you've done, feel free to send a pull request.

NachiketaVadera commented 4 years ago

Hey! The issue has been resolved with the latest commit. Sorry for the delay and thanks for taking up interest.