Recent content by jagg

  1. J

    Notifications Channel Help

    While this does do what I want to do, the issue with this is I only want notifications from certain channels to be batched not any notification. For example notif1 and notif2 are from channel 1 and notif3 is from channel2. If both notif2 and notif3 are present and notif1 appears, only notif1 and...
  2. J

    Notifications Channel Help

    Ah I see thank you. I also have one more question, when I receive multiple text messages from the same number, the notifications will combine into one rather than be two separate notifications (shown in pictures). When the notification first appears it only shows the new content but then...
  3. J

    Notifications Channel Help

    Hi, I noticed that when using the display notification action I can create a custom notification channel and set custom notifications to certain channels. My question is could I change properties of notifications sent through certain groups? E.g. all notifications sent the CustomChannelOne will...
  4. J

    Variable comparisons in constraints

    It seems this feature has been added in the latest update under "compare values". Many thanks.
  5. J

    Variable comparisons in constraints

    That's actually a interesting solution that does indeed work, thank you. However in terms of convivence, I still think it would be nice to see a simple bool1 = bool2 logic in constraints/if statements similar to those of other variable types.
  6. J

    Clear app cache action

    If its any help, File Manager + has functionality top clear app cache directly from the app, it is found from the app main menu go to storage analysis->cache files and you can clear cache files by app.
  7. J

    Constraint: variable recently/not recently changed

    Hi, I think it would be useful for a constraint to be added if a variable's value was changed within a certain time frame, similar to the macro invoked/not invoked trigger. E.g. Constraint "variable is changed 10 seconds ago", so if the variable was changed 5 seconds ago allow action and if it...
  8. J

    Variable comparisons in constraints

    Hi, when using a constraint you cannot compare two variables. For example as a constraint I can say when boolean1 = false but I cannot say boolean1 = boolean2 as a constraint. This would be a helpful feature as I find myself in situations where I would like to set this as a constraint. Thanks in...
  9. J

    [RNG variable?] UI Interaction > Click > X±RNG, Y±RNG or X+RNG, Y+RNG

    A random number can be generated with the FLOOR expression (FLOOR(RANDOM()*upperlimit+1)) where upperlimit is the upper limit of your random range. Assign this value to a variable then use this variable in your ui touch command to touch a random spot within a specified range.
  10. J

    Change "Make Pattern Visible" option in settings using macrodroid

    Hi, in my system settings there is an option to make my pattern visible when doing my lock screen pattern. Essentially when its off, it will make a trail following my finger inputs when making my lock screen pattern and when its on, the trail is no longer there. I'm trying to find a way to...
  11. J

    Song Changed Trigger/Current Song Playing Information

    This issue with this method is that many mp3 player use a persistent notification and would be impossible to trigger with the notification received trigger as the notification technically never leaves/received, only changed. In addition even if a player is set not to use a persistent...
  12. J

    Song Changed Trigger/Current Song Playing Information

    Hi, would it be possible to add a trigger which is activated when a current song ends or new one starts? For example, if I am playing a mp3 file, when the file is finished playing or new file would begin playing, this trigger would activate. Also, would it be possible to add an action to get...
Top