Flow for DGT GTD & To-Do Lis

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
Voleon
Posts: 2
Joined: 08 Jul 2014 10:06

Flow for DGT GTD & To-Do Lis

Post by Voleon » 08 Jul 2014 18:42

Hello everyone,
I like automagic. I'm looking for the solution to implement time management by DGT GTD app. It should show only tasks that are relevant to the area.
I know that that it should be:
Send Intent [ Action:com.dg.gtd.LOCATOR_FILTER Cat:None Mime Type: Data:filter://?context= @★Home Extra:gtd.launch.APP:true Extra:gtd.WIDGET:true Package: Class: Target:Broadcast Receiver ]

Could you please help me to implement this? I spent 3 hours to try do it by myself, finding any solution for automagic, but didn't succeed.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Flow for DGT GTD & To-Do Lis

Post by Martin » 09 Jul 2014 09:09

Hi,

You can use an action Send Broadcast to send the intent with following settings (untested):

Action: com.dg.gtd.LOCATOR_FILTER
Data URI: filter://?context= @★Home
Extras:
putBoolean("gtd.launch.APP", true);
putBoolean("gtd.WIDGET", true);


Regards,
Martin

Voleon
Posts: 2
Joined: 08 Jul 2014 10:06

Re: Flow for DGT GTD & To-Do Lis

Post by Voleon » 09 Jul 2014 10:03

Hi Martin,

Thank you for quick response! It works and now I have cool time management system with additional automation. I think the automagic is the best, I found that I needed - powerful, comfortable to use (especially recording UI control), visual with logic circuitry... (tried before it many others during trial periods - llama, macroDroid, tasker, automateIt).
Thanks,
Alex

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Flow for DGT GTD & To-Do Lis

Post by Martin » 09 Jul 2014 10:41

Thanks :D

Post Reply