redlor / Minitask

Simple and lightweight todo list/task list for Android
Apache License 2.0
12 stars 8 forks source link

Mark in some way items with a reminder date in the past #23

Open redlor opened 6 years ago

redlor commented 6 years ago

Would be nice if items already expired are marked so the user can easily identify them.

danielblokus commented 6 years ago

Hey @redlor I would like to show you my version: movie

redlor commented 6 years ago

@danielblokus nice animation! looking at the database, only the expired items are bouncing, correct?

danielblokus commented 6 years ago

yes, I've compared the reminderDate and current date

redlor commented 6 years ago

great! this is the logic I use for the Today and Week fragment. you can make a pull request if you wish.

danielblokus commented 6 years ago

there is a lot of code to refactor but I'll send it soon

redlor commented 6 years ago

@danielblokus I merged the pull request but it is only working in the Inbox, did you notice it?

danielblokus commented 6 years ago

@redlor it should work for today and week page

redlor commented 6 years ago

@danielblokus does it work for you? for me it doesn't but I cannot understand why

NataliiaPrivezentseva commented 6 years ago

Hi @redlor! I've found, why you animation did not work for the Today and fixed it. Also I've done some refactoring for Page, Today and Week Fragments.