Search results

  1. NativeAlien

    Add multi-select to the macro editor.

    Well it's not like it's a total lost cause, considering how the latest release just included wireguard tunnel control, something that has been out there in the wild as a request for a while. I have faith in Jamie, considering how he's a one man operation and has made something as amazing as this...
  2. NativeAlien

    Add multi-select to the macro editor.

    But that won't translate well to user friendliness and the intuition of the UI. You might know this and it might work for you personally but as an app it's best to have this natively integrated so that step of eventually figuring that out won't even need to be necessary. This app has a ton of...
  3. NativeAlien

    Add multi-select to the macro editor.

    Would it be possible to allow for multiple selections in the macro editor? That way you can copy/cut/delete multiple triggers, actions, and constraints no matter where they are in the editor. I'm surprised nobody has even mentioned this. Can this be implemented in the future? It's a much needed...
  4. NativeAlien

    How to run a macro by voice command?

    I'm surprised more people have not leveraged the [voice input] action more. Recently I've been using this as a voice command trigger for a lot of my macros and it's dead simple. Start by creating a global string variable to link all your macros together called 'voice input' in your variables...
  5. NativeAlien

    Clear app cache action

    use the shortcut launched action and use flow shortcut as an option. To create a flow in automate to clear the cache use the clear app cache block and connect it with the out fiber node of the beginning block. so it'll look like [beginning block]•----•[clear (app package name) cache block]...
  6. NativeAlien

    Clear app cache action

    Automate has this as a native flow action, and i'm actually surprised that I haven't seen this implemented natively in macrodroid. It does require root and it's actually something i use since macrodroid doesn't support it. To use this, create a flow in Automate linking the beginning block and...
  7. NativeAlien

    Screen Content Trigger

    Forgive me if I overlooked an implied part of your post, but in macrodroid the "read screen contents" action allows you to store the scanned contents in a dictionary variable and use that data to specify the exact section of text that you extracted from the foreground activity of your app and...
  8. NativeAlien

    Mount/bind script

    If you're trying to sync a local and remote folder on your device and a NAS you should just install autosync and just let it do its magic, they even have an API with an API intent secret for triggering synchronization manually in your macro action flow. The documentation is quite clear and easy...
  9. NativeAlien

    Clear app cache

    I know it hasn't been made native yet but the way I get around this is using automate since it has this capability, and creating a flow that clears the cache of my target app and just using macrodroid's launch shortcut action in order to clear it out. not exactly a clean way to do it but it's...
  10. NativeAlien

    It's a suggestion but how about Marcodroid computer software.

    they've already made user friendly automation software for Windows, one of them notably is called robotask and it's quite easy to use and doesn't require a lot of learning curve.
  11. NativeAlien

    Add "Respond Via Message" action (adb hack/root)

    awesome, thanks for the effort
  12. NativeAlien

    Add "Respond Via Message" action (adb hack/root)

    It would be amazing if you could provide a link, I have root and I am interested in something like this.
  13. NativeAlien

    Add Control Wireguard Tunnels Permission

    Both automate and tasker have these permissions & It would be an amazing addition to Macrodroid to have this permission com.wireguard.android.permission.CONTROL_TUNNELS built in natively so we don't have to rely on either one for this purpose. A native action based on this permission would be...
Top