Search found 94 matches

by jassing
31 Dec 2019 21:01
Forum: User Help / Bug Reports
Topic: cant get this filter to work, which removes notifications that DON’T contain certain keywords
Replies: 7
Views: 14901

Re: cant get this filter to work, which removes notifications that DON’T contain certain keywords

You would use either The true branch of an expression NOT contain(notification_text, "bet") !contains(notification_text, "bet") Or contains(notification_text, "bet") == false Or the false branch of contain(notification_text, "bet") A these match notification_text if the string 'bet' is not found. Th...
by jassing
31 Dec 2019 18:17
Forum: Feature Requests
Topic: Option to allow externally modified file
Replies: 3
Views: 15747

Option to allow externally modified file

I did a mass search/replace on a variable via a text editor.
But upon opening the file, it warns me that all flows will be disabled. Annoying.
Would be nice to have the option to accept that the file is legit; after all we'd know if we changed it...
by jassing
31 Dec 2019 18:11
Forum: EAP - Early Access Program
Topic: EAP version 1.38.0-dev
Replies: 157
Views: 1675380

Re: EAP version 1.38.0-dev

I uninstalled the rap & installed the release. Then ticked the box to grant access.. Now Automagic can no longer access the SD card. Prior to EAP, no problem. I did not enter the path by hand.
Ideas?
Screenshot_20191231-100610.png
Screen shot
Screenshot_20191231-100610.png (120.39 KiB) Viewed 87722 times
by jassing
29 Dec 2019 22:36
Forum: User Help / Bug Reports
Topic: [BUG] Hardware Buttons failed execution [NEEDS TESTERS]
Replies: 4
Views: 10333

Re: Hardware Buttons failed execution [NEEDS TESTERS]

Desmanto wrote:
29 Dec 2019 18:54
5. Flow now working properly.
Same here.. Except, I had to reboot my phone; Stopping Automagic & restarting the service isn't enough,...
by jassing
29 Dec 2019 22:17
Forum: User Help / Bug Reports
Topic: cant get this filter to work, which removes notifications that DON’T contain certain keywords
Replies: 7
Views: 14901

Re: cant get this filter to work, which removes notifications that DON’T contain certain keywords

Code: Select all

contains(notification_text, "bet")
This matches bet, better, nobet... It ignores "words"
You need to either NOT/! or use the false branch.
by jassing
23 Dec 2019 20:41
Forum: User Help / Bug Reports
Topic: Notification on lock screen?
Replies: 2
Views: 6727

Re: Notification on lock screen?

Seems obvious now...
Thanks
by jassing
23 Dec 2019 12:05
Forum: User Help / Bug Reports
Topic: Notification on lock screen?
Replies: 2
Views: 6727

Notification on lock screen?

Is there a way to specify if an Automagic notification should or shouldn't appear on the lock screen? (other than the global /system setting)
by jassing
23 Dec 2019 11:03
Forum: Feature Requests
Topic: Option for 'new' when adding blocks
Replies: 7
Views: 25041

Re: Option for 'new' when adding blocks

Agreed... It was merely an annoyance. It is the slowdown that frustrating..
by jassing
23 Dec 2019 10:58
Forum: Feature Requests
Topic: Zip file task
Replies: 0
Views: 18975

Zip file task

Zip files should have option to be additive
Need way to examine contents (date, size (un)compressed, date, etc...
by jassing
23 Dec 2019 03:42
Forum: Feature Requests
Topic: Option for 'new' when adding blocks
Replies: 7
Views: 25041

Option for 'new' when adding blocks

I rarely reuse blocks, if I do, I usually copy them...
So when adding a block, it'd be nice if there was an option to default to new...

Along this line, when switching from reuse to new, be nice if the search criteria is saved between the two.