Search found 27 matches

by manuel
30 Jul 2013 18:04
Forum: User Help / Bug Reports
Topic: Any reason for the log not working?
Replies: 6
Views: 16560

Re: Any reason for the log not working?

No, there is no filter. And I have checked with a workflow action and it works. I have added this to the flow (so now there are two parallel actions after the trigger) and one works and the other don't. Here is the log : 0.07.2013 19:57:08.687 [Flow4] Start executing action 'Script: log(location);' ...
by manuel
30 Jul 2013 12:43
Forum: User Help / Bug Reports
Topic: Checking for null in a script
Replies: 1
Views: 6982

Checking for null in a script

What is the right syntax to check for a null value?

Can I just use the following?

Code: Select all

if ( a != null) {
...
}
by manuel
30 Jul 2013 06:18
Forum: User Help / Bug Reports
Topic: Any reason for the log not working?
Replies: 6
Views: 16560

Any reason for the log not working?

Hi, I'm unable to make the logging work. I don't know if there is something special I should do for it to work. I have a test workflow with only [Period Location Update] => [script: log(location);] and the location doesn't get written in the log. The workflow works, the automagic general information...
by manuel
10 Jul 2013 06:40
Forum: Feature Requests
Topic: Adaptative Location
Replies: 5
Views: 15689

Re: Adaptative Location

I see, but this is the kind of solution I want to avoid. Two flows with several steps for each location/action pair is too convoluted, when it could be elegantly embedded in the trigger.
by manuel
09 Jul 2013 12:51
Forum: Feature Requests
Topic: Adaptative Location
Replies: 5
Views: 15689

Re: Adaptative Location

This is not exactly what I want. The second flow should start checking until it is in the exact point or disable itself if outside of the "capture area". But I would need to create a couple of flows for each location I want to check... I know that I can hack a solution, but I see this more as a buil...
by manuel
09 Jul 2013 07:26
Forum: Feature Requests
Topic: Adaptative Location
Replies: 5
Views: 15689

Adaptative Location

I don't know if this is feasible or easy to implement, but it would be welcome (battery usage is a nightmare in Android, specially with GPS related features). Right now, we have to select Network, Wifi or GPS location provider. Network is low on battery and precision and GPS high on both, Wifi being...
by manuel
06 Jul 2013 07:15
Forum: Flow Sharing Area
Topic: Location based task
Replies: 0
Views: 7628

Location based task

This set of flows allows you to create taks, delete them, and be notified when you are in a location (Home, work,... please edit the location ): "Add task" should be linked to a shorcut and allow you to add a task to the list. It also ensures that "Location based task" is enabled. You need to add th...