Search results

  1. J

    Web-based Macro Editor

    Are you familiar with the JSON schema? I got an interface similar to what MacroDroid has, just optimized for a larger screen so widgets, the macro and their configuration could all be shown at the same time. I never got to know the JSON schema well enough or had the time to get it to export and...
  2. J

    Web-based Macro Editor

    Interesting. I completely agree that the map file would be the biggest piece. If designed correctly we could use this in many different places like text to macro or even ui to macro without much work. How are you parsing your file currently (and in what language)? Regex was just my go-to...
  3. J

    Web-based Macro Editor

    So in essences, we just want an easier syntax then the JSON .macro syntax, possibly text based. Could this parser hinge on a JSON config file with all triggers/actions/constraints and all their acceptable values? It could also provide a text based syntax that uses regex to parse it? If this...
  4. J

    Web-based Macro Editor

    That still would be a massive undertaking. How would you handle things like triggers and constraints?
  5. J

    Web-based Macro Editor

    I agree it would be a big leap. It doesn't seem like a small feature though. Is there any documentation on the JSON structure? Connecting with ADB would be really helpful for even faster testing. That was actually my original idea. I don't know if it would be easier to make a programing...
  6. J

    Webhook Response?

    Hmm, I really liked the idea of just hitting a url to trigger a macro, no matter where from or what device. While that idea might work, hosting an http server seems easier.
  7. J

    Webhook Response?

    Is there anyway to let a triggering device know that a webhook was received? My trigger device is a PC so I can't just send back another webhook. I could host a webserver and hit with the http trigger, but then I'd have to setup and manage the server which is not ideal. Any other ways to do this?
  8. J

    Web-based Macro Editor

    I've been using Macrodroid for several years and its great, but a pain to made macros with. All the menus and options are good but slow you down. I think a web based macro generated/editor designed for a pc could really speed things up. You could insert actions, but instead of navigating all...
Top