Page 1 of 1

Flow for DGT GTD & To-Do Lis

Posted: 08 Jul 2014 18:42
by Voleon
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.

Re: Flow for DGT GTD & To-Do Lis

Posted: 09 Jul 2014 09:09
by Martin
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

Re: Flow for DGT GTD & To-Do Lis

Posted: 09 Jul 2014 10:03
by Voleon
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

Re: Flow for DGT GTD & To-Do Lis

Posted: 09 Jul 2014 10:41
by Martin
Thanks :D