Search found 20 matches
- 08 Feb 2019 12:22
- Forum: User Help / Bug Reports
- Topic: Gboard is slowing down
- Replies: 42
- Views: 127914
Re: Gboard is slowing down
Just to clarify, even after done editing the scripts, does the problem still remain for the rest of you? A number of us have the issue remaining even after done editing a script and not working in Automagic...it follows us to other apps. some of you make it sound like its ONLY while editing the scri...
- 06 Feb 2019 02:37
- Forum: User Help / Bug Reports
- Topic: Gboard is slowing down
- Replies: 42
- Views: 127914
Re: Gboard is slowing down
I've had that backspace issue too. Where I backspace and it wildly jumps to another spot on the same line and deletes whole chunks of stuff on that line. I don't run that many flows, yet, so I didn't think it could be Automagic's fault but it was clear as day that if I killed Automagic, rebooted the...
- 05 Feb 2019 11:32
- Forum: User Help / Bug Reports
- Topic: Gboard is slowing down
- Replies: 42
- Views: 127914
Re: Gboard is slowing down
I've noticed same issue with Gboard...even outside the app now my gboard is dreadfully slow if Automatigic has been used or run since a reboot. I've uninstalled gboard and reinstalled it hoping it solved the issue. No luck. Glad to see it's not just me. I should have searched here sooner. Any soluti...
- 03 Feb 2019 23:30
- Forum: User Help / Bug Reports
- Topic: Favourite contacts
- Replies: 3
- Views: 10726
Re: Favourite contacts
I was looking at your examples list for input dialog multiple single choice list for some examples and it linked to this page. However, there really isn't an example here. Could you provide an example? I too, am interested in multiple list, and based on selection, depends on which direction the flow...
- 03 Feb 2019 22:21
- Forum: General
- Topic: Automagic Flow Editor?
- Replies: 21
- Views: 61000
Re: Automagic Flow Editor?
just gave scrcpy a try. love it.
I was using SideSync before but its bloated and slow. All I needed was my screen on my computer and for the mouse/keyboard to work. scrcpy is perfect for that
Bye Bye SideSync!
I was using SideSync before but its bloated and slow. All I needed was my screen on my computer and for the mouse/keyboard to work. scrcpy is perfect for that
Bye Bye SideSync!
- 03 Feb 2019 21:50
- Forum: Feature Requests
- Topic: Clickable Areas in Widgets
- Replies: 2
- Views: 11086
Clickable Areas in Widgets
Add a new element. Clickable area. Invisible layer you can place in your widgets and make clickable to perform actions. Examples. Place over a phone image to make clickable to perform an action to call. Place over image to toggle another flow on/off Place over corner to hide the widget. I know the w...
- 03 Feb 2019 20:51
- Forum: User Help / Bug Reports
- Topic: Clickable stuff in Widgets
- Replies: 5
- Views: 11270
Re: Clickable stuff in Widgets
Adding an invisible "clickable" layer element would do the trick and not mess with other widgets.
Just draw your layer where you want clickable, assign action.
Just draw your layer where you want clickable, assign action.
- 03 Feb 2019 17:23
- Forum: User Help / Bug Reports
- Topic: Clickable stuff in Widgets
- Replies: 5
- Views: 11270
Re: Clickable stuff in Widgets
I think this should be a feature request. Doesn't seem like it would be much extra work to make images and buttons/shapes clickable. Would really open up another world of automation management. For example, my widget displays provider information. I would like to be able to click the phone to call, ...
- 03 Feb 2019 14:28
- Forum: User Help / Bug Reports
- Topic: Clickable stuff in Widgets
- Replies: 5
- Views: 11270
Clickable stuff in Widgets
Is there a way to make images clickable? Or text? Or shapes?
I know the widget itself is clickable and swipable, etc.
But I would like to add images or buttons that can be clicked to execute an action (mostly flows I've designed)
I know the widget itself is clickable and swipable, etc.
But I would like to add images or buttons that can be clicked to execute an action (mostly flows I've designed)
- 02 Feb 2019 16:48
- Forum: User Help / Bug Reports
- Topic: Proximity or Manual Detection of Nearest Location
- Replies: 19
- Views: 34035
Re: Proximity or Manual Detection of Nearest Location
Thanks for that. I was trying to use something like sort(database [35], true, true); and sort(database, true, true)[35]; and sort(database[35], true, true); Would be nice to be able to specify which to sort by instead of having to rearrange However, lucky for me, in my situation, [0] is already usel...