Search results

  1. B

    Notification action buttons

    In addition to the already available run macro parameter when making a notification, I'd like to be able to add up to three action buttons that can execute code. https://developer.android.com/training/notify-user/build-notification#Actions
  2. B

    More network variables

    We have the IP variable. Could we also get the other information here: https://developer.android.com/reference/android/net/LinkProperties
  3. B

    App Shortcuts

    Similar to Quick Run, Quick Settings Tile, and Widgets, if like to be able to set Macros as an App Shortcut. The API looks simple enough: https://developer.android.com/guide/topics/ui/shortcuts
  4. B

    Sleeping

    Having a Sleeping Trigger and Constraint might be useful. The Sleep API: https://developers.google.com/location-context/sleep
  5. B

    Monitor file/folder

    Having some ContentObserver triggers would be useful for things like perform an action when there's a new picture added to a folder.
  6. B

    Edit contact

    It would be cool to have an action that could edit a contact. Either statically chosen, or via variable.
Top