Search results

  1. K

    Custom tiles in share sheet menu

    There is a clipboard change trigger. You could have the macro react by doing one of the following: Dialog (intrusive, likely annoying) Show Notification with button actions (maybe too temporary) Floating button (text impossible, hard to give meaningful options or show what will happen when...
  2. K

    Selection dialog, sparse array, incorrect index

    I have a macro where I am checking off items in the list and removing them from an array. This means that I This means that I always have a sparse array such as with indexes 0, 1, 3, 5, 8, 10, ... The selection dialog tells me the correct text that I selected, but not the correct array index...
  3. K

    Calendar triggers and conditions keep breaking

    I use the appointment look-ahead remind me of doctor and work appointments by SETTING AN ALARM. It's a disability accommodation where ADHD makes me time blind or lack depth perception with time. Also I don't notice regular notification sounds. But. I have problems with my work calendar...
  4. K

    Promote all conditions to be constraints

    On further thought you could accomplish by creating a new if block type, called "if constraints met"
  5. K

    Dictionary - Array Manipulation - Remove Index

    🙂 Yeah just a telephone with more power than computers of the 1990s. Make no mistake, we live in an age of pocket computers, cybernetics, and genetic experimentation. We call them phones, prosthetics, and medicine. The myth is when people claim we have AI. It's really just advanced...
  6. K

    Action blocks: hide work variables from configuration list

    I have noticed some naming conventions in the macro store. Adding the prefix or suffix IGNORE, OUTPUT or adding star icons 🌟 might help. But yes this is a needed feature.
  7. K

    Promote all conditions to be constraints

    Personally, I think it would be better if conditions were the same as constraints in all respects. it would be easier to read constraints on if statements and on loops. It would be easy to copy and paste. Easier to test and modify without multiple steps. There would be fewer clicks to manage...
  8. K

    Copy conditions

    Personally, I think it would be better if conditions were the same as constraints in all respects. it would be easier to read constraints on if statements and on loops. It would be easy to copy and paste. There would be fewer clicks to manage conditions. For now you could probably get the...
  9. K

    Macro enabled/ disabled trigger

    You can set a second macro to monitor when the first is enabled or disabled. There is a constraint check for enabled macros and enabled categories.
  10. K

    Sound for "Set Alarm" action

    When I use the set alarm action, macro Droid uses the default alarm app to set the alarm. You can play a sound over the alarm stream. This will let your macro pick the sound to play. But you would need to cancel the alarm into your macro. Look to see if you can change your default alarm...
  11. K

    Add more quick settings tiles (maybe by using helper app)

    It would be useful to add an abstraction layer between tile numbers and tile names. So that if you install a macro from the store it just uses a free tile number.
  12. K

    Calendar Definition Constraint Check

    What I do in these cases is save a variable with for example the day of month. Then the very first action before that is to check if today's date equals the last run date, and if they are equal then cancel macro. You could do the same type of thing with hour of day or month number, Etc
  13. K

    [Bug] Action blocks with notifications & dialogs

    Also I tried reporting these bus three times via the in app big report tool and it seems email isn't working. I didn't get any notification about an error. I tried fixing it but it didn't work. I think MD needs to request email permission, and it also needs to add a notification when emails...
  14. K

    [Bug] Action blocks with notifications & dialogs

    I'm also seeing this kind of problem, but with passing arrays around. I noticed though that sometimes it's the default values of the array that get stuck. I have to have default values to test with. I also noticed some problems with installing a macro with action blocks, where the action...
  15. K

    User input not working in action block

    A user input to set variable isn't working in an action block, but only when the action block is run from a notification made by the action block. Create a macro Call an action block Inside the action block have a user input variable Inside the action block show a notification with a button The...
Top