plusonelabs / calendar-widget

An calender widget for your Android home screen.
Apache License 2.0
369 stars 126 forks source link

Support for selecting task lists to display #313

Closed ekalin closed 5 years ago

ekalin commented 5 years ago

This should be the last big change: support for selecting which task lists to display. I've reused essentially the calendar selection logic already existing.

Works great for OpenTasks, but needed a few workarounds for Samsung (it does not support all features necessary), as described in its commit.

This should be independent of the discussion we're having about task dates in #308; whatever is decided should not require changes here.


Fun fact: while on the emulator setting the color of the check mark works fine, in my Samsung S9 (Android 9), they're always dark gray. A font issue, perhaps? Any suggestions on another symbol for tasks? Leave as is?

yvolk commented 5 years ago

@ekalin Please rebase on the updated branch and resolve conflicts.

ekalin commented 5 years ago

Rebased.

ekalin commented 5 years ago

I've fixed the first two items. For the other ones, it might be better if you did the changes yourself: I got the general idea of what you have in mind, but not the details of how you intend to do it. (And I also think it's overkil...)

yvolk commented 5 years ago

Thank you, Eduardo!