Android DebugPort v0.2 Release Notes

Release Date: 2016-04-27 // almost 8 years ago
  • โž• Added two new key pieces of functionality:

    • DebugPortService.stop(Context);

    ๐Ÿš€ This really should've been in the original release.

    • params.setStartupCommands(String[])

    A new method on the Params class (optional argument for DebugPortService.start) which lets you provide a list of commands which should be run on each client's interpreter before that client is handed control. This can be useful to automate a lot of tedious imports or can allow you to set up some variables.

    โœ… This version also makes the test application a bit easier to use. It introduces a toggle button for enabling/disabling the DebugPort service, as well as a TextView which shows the IP and port on which the service is running.