Search found 10 matches

by Luca.Biraghi
14 May 2019 13:18
Forum: User Help / Bug Reports
Topic: Upper case for just the first letter of the word
Replies: 3
Views: 8599

Re: Upper case for just the first letter of the word

Thanks a lot for helping.
The 1st solution worked like a charm!

Luca
by Luca.Biraghi
13 May 2019 13:07
Forum: User Help / Bug Reports
Topic: Upper case for just the first letter of the word
Replies: 3
Views: 8599

Upper case for just the first letter of the word

Hello! I need help to find a way to upper the case of the first letter of each word of a string. For example, String: Today is a beautiful day Output: Today Is A Beautiful Day The upper and lower case function works on the whole string, not just the first letter of the words. Is there a way to get t...
by Luca.Biraghi
21 Oct 2018 13:35
Forum: User Help / Bug Reports
Topic: Mobile data usage
Replies: 2
Views: 7246

Mobile data usage

Hello Martin! I write to ask a question. I've already built a flow to monitor and show in notification my mobile data usage but, having shifted to an operator that resets his plan every month on the same day, I'd like to build a simpler flow. For the one I use now, I use Init network traffic variabl...
by Luca.Biraghi
11 Jul 2018 16:44
Forum: Flow Sharing Area
Topic: Drink water reminder
Replies: 4
Views: 17744

Re: Drink water reminder

I think you can edit the scripts in the water_amount widget when you press a water quantity. You can add a global variable for the last drunk time in this way global_lastdrunktime = getDate() so that when you press a quantity button it stores the moment you press. Then you can work on the notificati...
by Luca.Biraghi
11 Jul 2018 16:23
Forum: Flow Sharing Area
Topic: Time tracker
Replies: 0
Views: 9415

Time tracker

I've created a simple flow to track time. The behavior is quite different from the one used in the various app available on the store. These apps have a timer running during the activity. My flows act differently. They store the initial activity time in a variable then, at the end of the activity, c...
by Luca.Biraghi
30 Jul 2017 17:22
Forum: General
Topic: Time trigger when powered off
Replies: 1
Views: 8280

Time trigger when powered off

Hi everyone. I just wanted to ask if there is an easy and effective way to let Automagic start a flow as soon as booted if it couldn't do "on time" because the tablet was powered down. As example: Trigger: time based trigger. Every day at 00:20 start the flow Acion: increment global variable "a" by ...
by Luca.Biraghi
20 Jun 2017 20:45
Forum: User Help / Bug Reports
Topic: Known Issues on Android 7
Replies: 51
Views: 143053

Re: Known Issues on Android 7

Hello! I've tried to solve the problem with a time flow that launches a wifi-scan every 10 minutes but it quite drains battery. The same thing, i think, would happen if i wake the device with a "turn display on" flow. What a pity! On marshmallow the wifi scan worked flawlessy...as soon as i entered ...
by Luca.Biraghi
19 Apr 2017 12:22
Forum: User Help / Bug Reports
Topic: Known Issues on Android 7
Replies: 51
Views: 143053

Re: Known Issues on Android 7

Hello! I've read that Nougat has problems with "wifi scan" service and that in can be solved through activating GPS but i have a strange wifi scan behavour and maybe is not GPS realted: I've a flow that checks for wifi scan results and should accomplish some tasks. Whenever i turn on the display, th...
by Luca.Biraghi
19 Feb 2017 21:32
Forum: Flow Sharing Area
Topic: Drink water reminder
Replies: 4
Views: 17744

Re: Drink water reminder

So sorry that the "initialize" flow had wrong names for the variables. I've updated the xml file.
Please download the new attachment, overwrite the initialize flow and run it.
Beg your pardon!

Luca
from Italy
by Luca.Biraghi
19 Feb 2017 14:14
Forum: Flow Sharing Area
Topic: Drink water reminder
Replies: 4
Views: 17744

Drink water reminder

Hello everyone, I was looking for an app that reminds me to drink water during the day, but at last I decided to build this feature using Automagic by myself. I decided to share with the community if someone is interested in this remind and wants to try it. It consist of four flows and four widgets....