Search results

  1. A

    Extend "Summarise Macros" action to include called macros and action blocks

    Would it be possible to extend the "Summarise Macros/Action Blocks" action to include lists of any macros called via "Run Macro", and action blocks used? Also, could the standard list of macros show a list of any other macros that reference them, in the same way as this is already shown for...
  2. A

    How get baterry current sensor ? (A14)

    Or just get it from magic text (use a decimal variable)
  3. A

    Floating Text position by pixel

    Would it possible to have the option to define the position of Floating Text elements by pixel rather than just by percentage? Floating Buttons already have this option. Or at least implement fractional percentages? Currently decimal values are accepted, but fractional parts seem to be ignored
  4. A

    "Add Favourite Action Above" in context menu

    Oh, so it does! I guess the feature was added when the context menu was revamped and gained icons recently?
  5. A

    Get Mobile Data Usage figure?

    Is there a way I can programmatically get the current Mobile Data Usage figure from the Android Settings (Connections - Data Usage)? I can't see it in the System Settings magic text. Thanks
  6. A

    v 5.48.13 visually broke floating trigger buttons

    Yes, the padding on floating buttons appears to be broken?
  7. A

    Floating text and buttons appear when not triggered

    Thanks for the reply. I'll wait for the official release then. Just to add one thing though: when the rogue floating buttons appear, it's not the whole button, it's just the button's icon, and it can't be deleted by dragging.
  8. A

    Floating text and buttons appear when not triggered

    Since Version 5.47.19 Pro, some of my floating buttons and floating texts occasionally appear on my screen randomly, without the specified triggers having fired- has anyone else had this issue? Some of them can't be dragged to the bin, so I have to force stop MacroDroid to get rid of them.
  9. A

    {fg_app_name} and {fg_app_package} Magic Text always return "?"

    Thanks, that worked. Thanks for the fast response!
  10. A

    {fg_app_name} and {fg_app_package} Magic Text always return "?"

    I'm using MacroDroid on Android 12 on a Samsung S21. When I use the {fg_app_name} or {fg_app_package} Magic Text, it always returns "?", even if MacroDroid itself is the foreground app. MacroDroid can detect apps being opened, but then can't return the app or package name via Magic Text. Am I...
  11. A

    Floating Text to occupy the full screen width (and height?)

    Is it possible to have the Floating Text occupy the full screen width? It's currently very ugly when you can still see elements of the background either side of the Floating Text. Thanks!
  12. A

    Set Home Default shortcut? (Launcher)

    Try the Launch App Activity action | Settings | Settings$HomeSettingsActivity
  13. A

    Cc: and Bcc: support in the Send Email action

    Is there any chance of adding Cc: and Bcc: fields in the Send Email action? Thanks
  14. A

    Timeout for Voice Input action

    Im not sure if this is possible if the Voice Input action uses Google speech services, but could we have a timeout option so that if no input is detected after X seconds, the variable is set to an empty string and the macro continues? Currently Speech Services waits indefinitely until I back out...
  15. A

    "Pause/Resume Logging For This Macro" actions

    Sometimes, debugging a macro by examining the System Log is quite difficult due to the sheer number of entries in the Log, especially with loops. It would be great if we could have new actions "Pause Logging For This Macro" and "Resume Logging" that we could place in a macro to reduce the number...
  16. A

    "Add Favourite Action Above" in context menu

    The new Favourite Actions feature is very nice but it's currently only useful for adding Actions to the end of the macro. I add most of my Actions via the Add Action Above context menu, so it'd be great to have a new Add Favourite Action Above option for ease of positioning new Actions
  17. A

    Selection Dialog Action Improvements - Title and HTML

    You can already specify a Title (and Message below if you use \n ) through the Dialog Message field, though HTML isn't yet supported
  18. A

    Choose icon colour for Floating Buttons

    With a text Floating Button you can change the colour of the text; but an icon is always white so you can't really use light coloured backgrounds. It would be good if we could change the icon colour too
  19. A

    Multiple identical Triggers v multiple Run Macro actions

    I have about 15 macros that run when MacroDroid is initialised. Currently I have one macro that is triggered by MacroDroid Initialised, that then performs a Run Macro action for each of the 15 macros. Is there any efficiency disadvantage if I add a MacroDroid Initialised trigger to each of the...
  20. A

    In notification received/SMS received trigger, there is no option to select case insensitive option when regular expression enabled

    Doesn't the ticked and greyed out "case insensitive" box mean that it already matches any case? Or at least is supposed to? If not, it would be nice if the box could be enabled so that we don't need to use "(?i)"
Top