Search results

  1. Q

    "Import Backup" Action - To import .mdr file

    ● Background - Managing macros across multiple devices could be a hassle For several years now, not only for power users but also many people are using multiple smart devices. I think many MacroDroid users will use MacroDroid on multiple devices. I don't know for people who enjoy using just...
  2. Q

    "Run JavaScript" Action (already been implemented)

    ● Usage example ● Expected effect It's so clear that it will be very powerful and useful for many different purposes that there may no need to explain how convinient will it be. It may take relatively more work to implement than average features, but I believe JavaScript action could...
  3. Q

    무엇이든 물어보세요

    이역만리 외지의 황량한 한국어 포럼을 대체 누가 보고 답변할까 싶으시겠지만… 새 스레드로 뭐든지 물어보시면 제가 답변해 드립니다! 저는 MacroDroid와 아무런 계약·수익 관계 없이 순수하게 자원봉사를 하는 거고 아무런 권한도 없으니 건의나 항의는 받지 않습니다. 버그 신고는 앱 메인 화면 왼쪽 위 ☰(메뉴 버튼) › 문제 해결 › 버그 신고로 하시면 진단 정보를 포함해 개발자에게 전달되니 그렇게 하시면 되고요. 기능 건의는 이 포럼의 Feature Request에 영어로 작성해 주시면 됩니다. 전반적으로 도무지...
  4. Q

    Application Closed trigger acts like Application Launched

    There's no other macros using Application Launched/Closed trigger. Is there any idea to figure this out why this weird symptom happens? Turning on Force legacy mechanism option tends to be barely fires. I'm almost just before give up to using Application Launched/Closed trigger for detect all...
  5. Q

    New "Local Action Blocks" & Options in Action Blocks List

    ● Background - A certain Action Block may not needed by any other macros Maybe it was intended mainly to share common actions between multiple macros, but many users including me use Action Blocks to avoid limitation of plain macro or prevent exceptions. - Deleting Action Blocks might not easy...
  6. Q

    Improve "System Log Entry" Trigger: Return the matched entry

    Unlike "Logcat Message", "System Log Entry" trigger does not returns the matched entry. This may lead security risk by careless use but many functions in MacroDroid including Logcat Message already taking risks. Some complicated problem and edge cases might be solved by this.
  7. Q

    Set webhook identifier dynamically by magic text and variables

    ● To be secured... I'm implementing sort of hardened webhook listener and planning to share publicly. Verifying by nonce is easy and relatively secure in personal environment, but since MacroDroid overwrites any local variables by request, it is vulnerable to be tampered. Using global...
  8. Q

    New Action "Exit Macro"

    ● Similar Actions "Cancel Macro Actions" also affects to every other runnings(macro instances) and cancels all futher actions of all instances. "Exit Action Block" exists in action blocks only just as its name and no similar action in macros. - Same function as this, but for macros, not...
  9. Q

    Macro Queuing: To Execute Synchronously

    ● Background Unlike general programming languages, on MacroDroid not only global variables but also local variables could be changed by another simultanous running(macro instance), so their is no way to protect or guarantee consistency of variables. Action blocks have per-instance "Working...
Top