Search found 76 matches

by Pepy
25 Jun 2019 06:29
Forum: User Help / Bug Reports
Topic: Alternative Method for Changing Battery Style in Status Bar
Replies: 13
Views: 27179

Re: Alternative Method for Changing Battery Style in Status Bar

I skimmed through your thread and took a look at the pictures and it seems that it just presents a more user-friendly way of displaying and showing changed settings so I don't think it's any different than doing it manually with a simple System Setting Changed trigger and Notification on Screen acti...
by Pepy
24 Jun 2019 01:19
Forum: User Help / Bug Reports
Topic: Alternative Method for Changing Battery Style in Status Bar
Replies: 13
Views: 27179

Re: Alternative Method for Changing Battery Style in Status Bar

Thanks for the suggestion, but I'm unsure how that would help if creating a new flow with trigger System Setting Changed that displays the changed setting (which you toggle manually in setting) doesn't give any results? I used to use the status_bar_battery_style setting as well, but after a recent u...
by Pepy
24 Jun 2019 01:15
Forum: User Help / Bug Reports
Topic: Toggle NFC with Set System Setting?
Replies: 8
Views: 16639

Re: Toggle NFC with Set System Setting?

Control UI manipulates on-screen elements, so the screen is required to be on. And as I said before, either root or Control UI are your only other options that I know of.

Also, bad connection? Might want to delete the duplicate posts.
by Pepy
23 Jun 2019 23:36
Forum: User Help / Bug Reports
Topic: Toggle NFC with Set System Setting?
Replies: 8
Views: 16639

Re: Toggle NFC with Set System Setting?

Toggling airplane mode using the global setting airplane_mode_on only changes the state of the QS tile for me; the services (eg. Wi-Fi) remain unaffected. As far as I know, NFC does not have an associated setting; the ones you mentioned serve a different purpose: airplane_mode_radios : specifies whi...
by Pepy
23 Jun 2019 23:15
Forum: Feature Requests
Topic: Disable Individual Triggers Within a Flow
Replies: 7
Views: 20162

Re: Disable Individual Triggers Within a Flow

Sometimes there will be trade-off between less flow count and tidier flow. I hate one-trick-pony flow, but when it is needed, then it can't be helped. I prefer tidier in most cases. Yeah, this is completely subjective. Other than for efficiency purposes (as little elements executed as possible) I w...
by Pepy
23 Jun 2019 22:46
Forum: Feature Requests
Topic: Find and Replace for Script and Expression Elements
Replies: 4
Views: 17146

Re: Find and Replace for Script and Expression Elements

Maybe script editor UI can be added with some extra feature : Line numbers, find and replace, go to, custom user function (similar to autotext). This works only for this script/expression/control UI. For all flow replacing, it is quite dangerous, so I would not recommend it. I've already sent a req...
by Pepy
23 Jun 2019 22:38
Forum: Feature Requests
Topic: Make it Easier to Edit Existing Elements
Replies: 3
Views: 13358

Re: Make it Easier to Edit Existing Elements

Wow, I never know this exist :shock: I never edit previous element, always recreated a new one and then choose reuse if it is the same already. You never knew this existed? :o Of course this would have to be a thing if existing elements were to be linked together based on their given name. The way ...
by Pepy
23 Jun 2019 05:51
Forum: User Help / Bug Reports
Topic: Sleep vs Wait
Replies: 7
Views: 16892

Re: Sleep vs Wait

Auto rotate state can be detected using Trigger System Setting Changed : [System] accelerometer_rotation : 0 >>> 1 Other state probably can be detected using the same trigger, but with different value. If you mean as a trigger, then yeah, that should do the trick. I was thinking of a check within a...
by Pepy
23 Jun 2019 05:24
Forum: User Help / Bug Reports
Topic: Sign Out
Replies: 4
Views: 11028

Re: Sign Out

Yeah, I doubt anybody here can help you. Just submit feedback about the issue through the link I shared.
by Pepy
22 Jun 2019 21:26
Forum: Feature Requests
Topic: Disable Individual Triggers Within a Flow
Replies: 7
Views: 20162

Re: Disable Individual Triggers Within a Flow

I also hate one-trick pony flow. But sometimes we can't help it, have to separate out like that. Yeah, it becomes a jumbled mess when you do that, but I probably would find keeping the amount of flows to a minimum more important than that honestly. For testing multiple triggers, I have created anot...