You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no way to configure a module. For example, changing the proxy's IP in a traffic interceptor module requires either a new module or ugly hacks in the module. It would be more comfortable to configure IPs, ports, etc. in Artist Gui. The module could use those values during compilation.
Affected Projects
ARTist
ArtistGui
The text was updated successfully, but these errors were encountered:
Agree, the straightforward way might be to include a configuration file in the module that declares key-value pairs (of primitive types for starters) that ArtistGui can generate a simple per-module settings activity from and where the configured values are stored in the directory that is accessible to ARTist via the filesystem helper API.
Currently, there is no way to configure a module. For example, changing the proxy's IP in a traffic interceptor module requires either a new module or ugly hacks in the module. It would be more comfortable to configure IPs, ports, etc. in Artist Gui. The module could use those values during compilation.
Affected Projects
The text was updated successfully, but these errors were encountered: