Search found 76 matches

by Pepy
22 Jun 2019 21:17
Forum: Feature Requests
Topic: Find and Replace for Script and Expression Elements
Replies: 4
Views: 17268

Re: Find and Replace for Script and Expression Elements

Good idea using a third-party app to edit code and then copying it over; this way you won't have to worry about other things in addition to this such as spacing and tabs plus the fact that you can have a more customizable theming experience as well. I've given ClipSync a try in the past, but don't r...
by Pepy
22 Jun 2019 09:08
Forum: User Help / Bug Reports
Topic: Sign Out
Replies: 4
Views: 11089

Re: Sign Out

Posting something shouldn't log you out unless you do it manually; perhaps you forgot to check the "Remember me" box?
If you still have the issue, feel free to post your feedback here since Martin did not actually develop this forum.
by Pepy
22 Jun 2019 08:51
Forum: Feature Requests
Topic: Battery Level Trigger Slider
Replies: 7
Views: 21600

Re: Battery Level Trigger Slider

{battery_level} only provided after the flow is executing. if we put {battery_level} at the trigger, it won't work, as it is not glovar. I finally understand what you mean by that. Sorry, battey saver level and TWRP flow actually are different, I shouldn't give the examples to compare them. Let jus...
by Pepy
22 Jun 2019 07:09
Forum: Feature Requests
Topic: Make it Easier to Edit Existing Elements
Replies: 3
Views: 13475

Make it Easier to Edit Existing Elements

Note: This was a request I asked of Martin in a PM not too long ago and he said that it would be great if I were to post this and get some feedback from others in the Forum about this. After having thoroughly examined how useful this feature would be, I decided to finally make a thread for it. Let's...
by Pepy
22 Jun 2019 07:00
Forum: Feature Requests
Topic: Improve action/condition/trigger search
Replies: 5
Views: 22048

Re: Improve action/condition/trigger search

I'll extend the search/filter to search for all space delimited parts in the next EAP version so var lo will find actions Init Variable Location and Init Variables Call Log . init sys will find Init Variable System Setting . I think it's a good improvement without introducing complex code. Regards,...
by Pepy
22 Jun 2019 06:48
Forum: Feature Requests
Topic: Find and Replace for Script and Expression Elements
Replies: 4
Views: 17268

Find and Replace for Script and Expression Elements

Could be that I'm bad at searching but I'm surprised something like this hasn't been requested yet. This could be useful: when you want to change all instances of a variable's name. for editing flow descriptions. For example, I often write "This flow works in conjunction with flow_name" to explicitl...
by Pepy
22 Jun 2019 06:36
Forum: User Help / Bug Reports
Topic: Alternative Method for Changing Battery Style in Status Bar
Replies: 13
Views: 27329

Alternative Method for Changing Battery Style in Status Bar

I had a simple flow for changing the battery style in the status bar from circle to text when battery saver has been turned on automatically so that it's easier to read and determine the exact level (along with the fact that I'm able to see the actual battery level rather than an exclamation mark wh...
by Pepy
17 Jun 2019 05:05
Forum: User Help / Bug Reports
Topic: Conditional Hardware Key Block or Simulate Key Press
Replies: 4
Views: 11508

Re: Conditional Hardware Key Block or Simulate Key Press

@Desmanto I like your idea of blocking and letting Automagic handle every hardware key event. However, I don't think Automagic keyboard is necessary since Control UI already has many of the functions for simulating physical/on-screen buttons except for the volume keys I suppose (but you could just u...
by Pepy
17 Jun 2019 04:44
Forum: User Help / Bug Reports
Topic: Sleep vs Wait
Replies: 7
Views: 17004

Re: Sleep vs Wait

In that case, the better way is to use the trigger counterpart of the condititon. That's true, but unless it were to be a setting like auto rotate, it would require a global variable. I guess another way to do this is to just separate it into another flow and use action Execute Flows once the wait ...
by Pepy
17 Jun 2019 03:58
Forum: Feature Requests
Topic: Disable Individual Triggers Within a Flow
Replies: 7
Views: 20433

Re: Disable Individual Triggers Within a Flow

I suppose you're right. I know it may be a bad habit, but I do tend to try to fit everything into a single flow rather than separating them as they often may have similar functions (such as to enable and disable something). Another reason is because I find it unnecessary to have flows with only one ...