Search results

  1. FrameXX

    Magic text is not an ideal place for trigger output variables.

    A lot of MacroDroid triggers like SMS Received Trigger or Notification Received Trigger rely on injecting their output variables into magic text. The functionality is simple (It isn't. I know Jamie). If a trigger exists in a macro, its output variables can be used and appear in the Magic Text...
  2. FrameXX

    Action - confirm credentials

    I thing I propably already requested this feature once, but I need to do again. I thing it shouldn't be difficult action to implement into MacroDroid and many users trying to protect their phone in some way using MacroDroid would highly appreaciate this feature. It's an Android built-in feature...
  3. FrameXX

    ChatGPT assistant

    A smart assistant powered by ChatGPT that gives answers to your question and remembers context. Firstly you need to generate your API key here and paste it into "api key" macro local variable: https://platform.openai.com/account/api-keys https://www.macrodroidlink.com/macrostore?id=16297
  4. FrameXX

    Use alternative template link.

    It happens every now and then that people try to open MacroDroid template links and they're confused when they get a 404 error after the link opens in the browser instead of MacroDroid. I know there's not much you can do about this as it's up to the system or the user. But what you could do is...
  5. FrameXX

    Connect Arrays & Dictionaries - action block

    2 simple functions MacroDroid is still missing. https://www.macrodroidlink.com/macrostore?id=15909
  6. FrameXX

    Get Random Number - action block

    Although MacroDroid allows you to easily set variable value to random number between 2 integers (incluse) it doesn't allow for these integers to be defined by variables. This action blocks let's you generate a random integer or decimal with value ranging from min (inclusive) to max (inclusive)...
  7. FrameXX

    Make full use of screen size potential

    These days we enjoy our mobile devices with 5 - 6 inch screens or even bigger, but MacroDroid still likes to shrink the action configuration UI into windows, although there is no limitation that would prevent it from using the full space it has available as a current foreground app. There are a...
  8. FrameXX

    Shizuku implementation

    Have you ever heard of app called Shizuku? In simple terms and as far as I understand it is aimed to provide privilegied access and permission to apps like MacroDroid or similiar and remove the need of manual ADB hacking for every app. There are more andvantages of using Shizuku. More can be...
  9. FrameXX

    Regex Help

    Hi. I can't get this regex text extraction to work in MacroDroid no matter what: https://regex101.com/r/AB1ojh/1 I am using group 1 option. If anybody is able to make it work I am courious.
  10. FrameXX

    Start Google Maps Navigation - action block

    https://www.macrodroidlink.com/macrostore?id=15139 This action block will open Google maps with route preview or directly start a google maps navigation or just return a generated route link. Link generation is based on Google Maps URL API. Read more here...
  11. FrameXX

    encodeURI(), decodeURI(), encodeURIComponent(), decodeURIComponent()

    Many times when working with links there's a need to encode or decode percent codes that are used in links as a placeholder for special characters. AFAIK in JavaScript there are built-in functions for encoding/decoding URIs or their components. I don't know if Java has similiar built-in...
  12. FrameXX

    Unix time conversion action blocks

    Convert date to unix time stamp (seconds since 1.1.1970 00:00:00) and vice versa. https://www.macrodroidlink.com/macrostore?id=14902
  13. FrameXX

    Custom Events

    So what if I want to trigger some macro from another macro? Or even better what if I want to trigger macro after tapping on notification? Well I can use the run macro action in both cases of course, which doesn't allow me to attach any further arguments. I can only pass arguments by messing up...
  14. FrameXX

    MD forum RSS track V2

    Keep yourself updated about new posts posted in MacroDroid forum. If you want, you can add custom constraints so you will get notified only on posts in certain category, or from certain user/author etc... Or you can make the fetch interval bigger, so you get notified in batches...
  15. FrameXX

    High battery consumption

    Recently I noticed very high battery consumption on my phone, but I don't have any special triggers or anything battery straining enabled in MacroDroid, nor I use any location related functions. I have location off most of the time on my phone. Does anybode experience the same issue?
  16. FrameXX

    Better Intent action

    I personally think intent action is among the most powerful actions in MacroDroid, but currently it is missing on lot of functions that would make its features even richer. Use chooser option (switch) Recently we stumbled on MacroDroid limitation, when we tried to share text via chooser menu...
  17. FrameXX

    I am working on something!

    So I saw a macro of guy in MD template store that made a simple website to control MacroDroid. I thought it was a good idea and althought I don't have much experience with programming yet I already adopted well the html css and javascript trio so I gave it a try. Currently it's far from done...
  18. FrameXX

    Dark theme trigger doesn't work

    I don't know what else to comment than that it just doesn't trigger upon disabling or enabling dark theme. Anyone else for whom it doesn't work?
  19. FrameXX

    YouTube background play

    Play YouTube videos in background via your internet browser. Based on macro idea of user rd2k3 His/her macro: https://www.macrodroidlink.com/macrostore?id=12817 My macro: https://www.macrodroidlink.com/macrostore?id=12829 I know and also think it's best practice to use NewPipe for these kind...
  20. FrameXX

    Custom vibration pattern action block

    Create custom vibrations with syntax like so: vibration,delay,vibration,delay,vibration... All values are in miliseconds. Due to MacroDroid limitations the maximum lenght of single vibration can't last longer than 1000ms. You can use commas , or semicolons ; as separators...
Top