[APP - 4.1+] To-Day - the to-do list just for today :D

crazyfool_1

Senior Member
Nov 25, 2010
1,019
3,344
0
Another little utility app I've been working on :D

I'm a big fan of to-do lists apps but I was often finding myself editing the same list in Google Keep (my app of choice) everyday - adding new tasks, marking them as done, deleting them tomorrow to add new ones etc..
Also I thought it was a bit overkill to use a whole to-do app to manage just one list, and I found it annoying having to keep opening Google Keep, find my list for today & then edit it etc.. so I built To-Day.

In case the naming isn't as clever as I think, To-Day is an app to create a list of today's most important tasks directly from the notification drawer (for devices running Nougat & up). You can view the whole list directly in the notification drawer & swipe to mark tasks as complete directly in the notification drawer. Once the clock strikes midnight the list is cleared & you start again.

That's it. No bells, no whistles, nothing fancy - just productivity.

I've just published the app on the Play Store - Would love to know what you guys think.. :)

And any bugs or issues you find please do let me know..

PS: If you find it useful a review would be MASSIVELY appreciated ;)
 

Attachments

Last edited:

isosika

Senior Member
Apr 21, 2011
80
17
0
I like the no-bs approach. I am a simple man and I prefer simple solutions ;)

Personally I prefer your other app "Remindee" much more. My tasks quite often are situated within longer time span than single day.
 
  • Like
Reactions: crazyfool_1

crazyfool_1

Senior Member
Nov 25, 2010
1,019
3,344
0
I like the no-bs approach. I am a simple man and I prefer simple solutions ;)

Personally I prefer your other app "Remindee" much more. My tasks quite often are situated within longer time span than single day.
Appreciate the feedback buddy ?

I'm in a similar position, I guess this is more for those quick tasks that I don't particularly have a time except they need to be done today, in which case they don't necessarily need a reminder..

But hey use whatever you prefer best!! (After all I made them both ??)
 
  • Like
Reactions: isosika

crazyfool_1

Senior Member
Nov 25, 2010
1,019
3,344
0
Yet another nice utility, many thanks! If considerable amount of users agree, 'task complete' checkbox could be handy,possibly?
Glad you like it! Atm (apologies - it's not obvious) you can swipe tasks to mark as complete either from the notification or inside the app itself :good:
 
  • Like
Reactions: axxbat

axxbat

Senior Member
Sep 20, 2016
125
40
0
Moscow,RU
Glad you like it! Atm (apologies - it's not obvious) you can swipe tasks to mark as complete either from the notification or inside the app itself :good:
Got it, sir, thanks! Have got a little bit too many notifications, and To-Day tasks merged. Prevented merging notifications from the same app via interface, and discovered 'Swipe to complete' feature. Certainly, it's enough!
 

m0d

Senior Member
Nov 3, 2010
1,045
418
103
- Added option to set tasks for tomorrow
Interesting app.

Just wondering, if option set task for tommorow is enabled does it automatically add unfinished tasks for the next day if not completed or do you have to manually set it for tomorrow?
First option would be great.

Also, permissions does not match app description:

  • receive data from Internet
  • view network connections
  • full network access
  • prevent device from sleeping
Why internet?
Not in description:
To-Day lets you put your most important tasks right in the notification drawer.

Add new tasks directly from the notification drawer. Swipe tasks as complete directly from the notification drawer. Once the clock strikes midnight - your list is cleared & you start again.

No bells, no whistles, no bs.. just productivity ?
Also, is prevent device from sleeping really required for app context?
I do not believe notifications really need this permission?
 

crazyfool_1

Senior Member
Nov 25, 2010
1,019
3,344
0
Interesting app.

Just wondering, if option set task for tommorow is enabled does it automatically add unfinished tasks for the next day if not completed or do you have to manually set it for tomorrow?
First option would be great.

Also, permissions does not match app description:

receive data from Internet
view network connections
full network access
prevent device from sleeping

Why internet?
Not in description:


Also, is prevent device from sleeping really required for app context?
I do not believe notifications really need this permission?
It doesn't currently but that's a good idea! Maybe I could add that as an optional setting.. ?

Re permissions internet & network is required for Crashlytics (crash reporting), not sure about preventing the device from sleeping - that's not a permission I've declared so I'm thinking that's something added from the Firebase SDK. Either way the app doesn't do anything other than post notifications for your tasks so it shouldn't be keeping your device awake for any reason :)
 
  • Like
Reactions: m0d

m0d

Senior Member
Nov 3, 2010
1,045
418
103
Thank you for the quick response.
It doesn't currently but that's a good idea! Maybe I could add that as an optional setting.. ?
I believe there is at least two different methods to implement this.
  1. Have a general switch in settings, enable/disable, when enabled all uncompleted tasks are automatically moved to the next day, as creating a task means it should be completed.
  2. Have an option when creating task itself, per task "must complete" option, if task has this checked ( checkbox), then task is carried forward, if not cleared at the end of day
 
  • Like
Reactions: crazyfool_1