Search results

  1. Fabian42

    Editing UI: Moving else-if together with children

    Motivation: I have a macro that replaces my regular mail notification and has over 30 chained else-if conditions for modifications to the notification in various cases. The more I add, the longer it's taking to find anything, because all the else-if conditions are not in any logical order, but...
  2. Fabian42

    Increase macro description/comment length limit

    I don't know why this limit even exists, or rather why it's so low, but I keep getting issues with it. Some of my macros are quite complicated, so they would benefit a lot from longer descriptions. Currently MacroDroid actively discourages good documentation.
  3. Fabian42

    Setting stopwatches to a specified time

    The only time that stopwatches can currently be set to is 0. I would like to be able to set them to any value, it would be especially helpful if the time could be determined by an integer variable (as number of seconds). Usecase: I have a pretty complicated set of macros that tries to determine...
Top