Search found 257 matches

by kintrupf
12 Aug 2016 10:45
Forum: Feature Requests
Topic: Optional buttons for Message Dialog?
Replies: 2
Views: 8676

Re: Optional buttons for Message Dialog?

I completely missed the Confirmation Dialog action :o
You should really group the actions/triggers into categories, there are simply way to many to keep stock :D

Having at least one button with the message dialog would be great! Thanks!
by kintrupf
10 Aug 2016 06:52
Forum: Feature Requests
Topic: Optional buttons for Message Dialog?
Replies: 2
Views: 8676

Optional buttons for Message Dialog?

I was wondering why the Message Dialog action does not provide an (optional) Ok button? I know that the message dialog can be dismissed by the back key or a timeout, but I don't find it intuitive at all. So, could you please add some checkboxes in the action's properties to optionally add an Ok, Yes...
by kintrupf
10 Aug 2016 06:45
Forum: Feature Requests
Topic: Folders for variables
Replies: 5
Views: 14887

Re: Folders for variables

While talking about folders or groups: it would be immensely useful if you could group the actions, triggers, conditions and script functions into groups. Even as an heavy Automagic user for many years I'm still constantly searching the long lists :( So, for example, moving all Bluetooth or WiFi rel...
by kintrupf
01 Aug 2016 06:26
Forum: Flow Sharing Area
Topic: SmartUnlock
Replies: 32
Views: 130094

Re: SmartUnlock

valzi wrote:I love this. Thanks. Is it possible to remove the icon from my status bar?
I'm glad you like it :D
Removing the icon should be no problem. I'll add an option for this, should not take to long.
by kintrupf
21 Jul 2016 11:05
Forum: Feature Requests
Topic: Add action (Rename file)
Replies: 22
Views: 60111

Re: Add action (Rename file)

One step ahead: to monitor more than one directory and tu move the files to the same directory (from A or B, both to C) may I use the same flow or it's better to create another flow? You can use the same flow! Tap on the trigger icon in the flow, then tap on the menu button on top, then select New ...
by kintrupf
19 Jul 2016 06:41
Forum: Feature Requests
Topic: Add action (Rename file)
Replies: 22
Views: 60111

Re: Add action (Rename file)

what does it means this? {registered_path}/{path} The part inside the curly braces is where the magic happens :mrgreen: These are the so called "variables" and they are filled in by the trigger. {registered_path} is the path which is monitored by the trigger and {path} is the file that has actually...
by kintrupf
18 Jul 2016 07:28
Forum: Feature Requests
Topic: Add action (Rename file)
Replies: 22
Views: 60111

Re: Add action (Rename file)

That is actually very simple to do, you only need the trigger you've mentioned and one additional action ;) Take a look at the attached flow. In the action Move File I used the variables from the File Observer trigger to move any new camera picture to the root of the user storage and add the „_MOVED...
by kintrupf
15 Jul 2016 09:43
Forum: Feature Requests
Topic: Add action (Rename file)
Replies: 22
Views: 60111

Re: Add action (Rename file)

Take a look at the following flow. I made it sometime ago to create a daily backup of every flow on my phone and store the three most recent of those in my Dropbox. You'll fine plenty of variable usage there (all things within curly braces are variables), and also a lot of file manipulation, includi...
by kintrupf
14 Jul 2016 09:18
Forum: Feature Requests
Topic: Add action (Rename file)
Replies: 22
Views: 60111

Re: Add action (Rename file)

wfrcrd wrote:I have a trigger wich works "file observer" and the I set the action Init variable list as you can see on the image.
It would be probably best if you'd tell us what the ultimate goal of your flow is. That way, we might help you better!
by kintrupf
13 Jul 2016 06:19
Forum: Feature Requests
Topic: Add action (Rename file)
Replies: 22
Views: 60111

Re: Add action (Rename file)

How can I rename a set of files if I don't know the file names but only the directory where those files will be stored? It's possible to use some wildcard? You can use the action Init Variable File List (which supports wildcards) to store the names of the files in a list and then iterate through th...