ArtistGui icon indicating copy to clipboard operation
ArtistGui copied to clipboard

Custom explicit broadcast to auto instrument apps using modules

Open partipan-dot opened this issue 6 years ago • 3 comments

ArtistGui should import a module, instrument an app and start it triggered by an explicit custom broadcast. This is needed in order to auto deploy modules from an IDE.

Relates to Project-ARTist/meta#21

partipan-dot avatar Aug 02 '18 09:08 partipan-dot

Agree that this is a nice feature we definitely want, particularly important for automation. Quick question: Any reason you explicitly mention broadcasts and not intents? An intent service might be a good fit for ArtistGui.

schrnz avatar Nov 02 '18 09:11 schrnz

An intent service is a better option for it. :+1: I didn't think about it when I created the issue.

partipan-dot avatar Nov 03 '18 17:11 partipan-dot

Can't we just receive those Intents in saarland.cispa.artist.artistgui.instrumentation.InstrumentationService :thinking:

sweisgerber-dev avatar Nov 28 '18 10:11 sweisgerber-dev