Recent content by Cyphall

  1. C

    Improve logic constraints text formatting

    Ah sorry, since you were the one to respond to my post I thought you were part of the dev team!
  2. C

    Improve logic constraints text formatting

    Hi @Dm114, any news on this feature?
  3. C

    Improve logic constraints text formatting

    Well, I find using an unified way of describing logic operators more, well, logic, than using two different ways (the root dropdown menu with AND and OR and the AND/OR/XOR/NOT constraint). With the existence of this constraint, the root dropdown menu is basically redundant, but that has nothing...
  4. C

    Improve logic constraints text formatting

    I am talking about how the conditions are formatted as text in the main task view. For example, this Else If setup will be shown as in the main task view, which feels unintuitive and not easy to read. I would like the formatting to be "(MacroDroid Variable AND (Battery > 10% OR Power...
  5. C

    Improve logic constraints text formatting

    Currently, the "AND/OR/XOR/NOR" logic constraints are formatted as "LOGIC_OPERATOR (CONDITION_1, CONDITION_2, CONDITION_3, ...). For example, an AND constraint with "battery level < 11%" and "power disconnected" will be formatted as "AND (Battery < 11%, Power Disconnected)". This is fairly hard...
Top