Recent content by nhanqv

  1. N

    V5.29 - Feedback

    Replace all not working on version 5.29
  2. N

    Filter system log and user log by datetime

    There are many logs in system/user logs It's hard to find logs in specific datetime Could you add filter by date to system/user log
  3. N

    Add Replace text without regex into Text manipulation

    Hi Macrodroid developer If you want users, who aren't programmers, use your app easier You shoud add option to use Replace all without regex
  4. N

    Backup and restore User log

    Thank you for your suggestion. I'll try
  5. N

    Backup and restore User log

    Dear Macrodroid developer. Thank you so much for great app. I have used User log to save many important data. Now I want to switch to another phone, but I don't want to loose my data in User log. Could you add a feature to backup User log to somewhere and then restore it back to User log...
  6. N

    Make If statement is collapsed but Else statement is not collapsed

    Dear Macro dev Thank you for your very useful app. I want to make If statement be collapsed to view Else statement, but now when I collapse If statement, but Else statement is collapsed too. Could you make Else statement be not collapsed when collapse If statement Thanks
  7. N

    Improve Replace all of Text manipulation action

    That's right. I'm a Programmer I have already made a function to escape all regex special characters. But it's quite complicated for normal user. So I think Macrodroid should support plain text for Text to replace
  8. N

    Improve Replace all of Text manipulation action

    For example Source text: (x1+y1)/z1;(x2+y2)/z2;(x1+y1)/z1; To replace all occurrences of "(x1+y1)/z1", it must to define Text to replace: \(x1\+y1\)/z1
  9. N

    Improve Replace all of Text manipulation action

    Thank you for your answer. But my Text to replace must contain special characters like ? $/
  10. N

    Improve Replace all of Text manipulation action

    Text to replace only support regex. So if Text to replace contains special characters such as ? /$, it need to be escaped before using. It become complicated for normal user. Could you add support for simple Text to replace (without regex) ?
  11. N

    Support MMS sending action

    Thank you for your reply. But an app named Automate support MMS sending. Is it a trick?
  12. N

    Support MMS sending action

    MMS price is less than SMS price if there is many characters in one message. Could you add support for MMS sending action. Thanks a lot
  13. N

    Combine OR and AND conditons in same If/else clause

    Thanks for your help. I appriciate it!
  14. N

    Mobile Service Status constraint is not working

    Thank you for your reply Please check the following screenshot
  15. N

    Combine OR and AND conditons in same If/else clause

    I think it is used often in if/else clause. Simple case: if (condition1 AND condition2 OR conditon3) Complicated case: if ((condition 1 OR condition2) AND condition3) Please add this feature to the new released version Thanks
Top