partipan-dot
partipan-dot
- Migrate to `sdkmanager` command to install/update components - Updated initial Android SDK download to version 26.1.1 - Support for Android SDK 28 - Use new emulator (added to $PATH)...
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...
There are situation where multiple modules want to modify the end of the same method. If one module injects a return statement first the changes of the second module will...
We're using AsyncLoader everywhere in the app but the Loader API is deprecated.
It'd be nice to have the an option to import a module before instrumenting an app (during module selection). It's basically a shortcut.
The ModuleImporter blindly overwrites other modules if both package names match.
The ModuleImporter is very naively implemented. It hopes the import succeeds always. The importModule(...) catches IOExceptions and returns null which lead to a NullPointerException in the AsyncTask. The exceptions get...
The app launches the home fragment. It contains a little description and shows information about the git status (current commit, Artist versions, ...). It'd be more useful to show additionally...
The app list can be really long. Fast scroll (like in the contacts app/home launcher) makes is easy to jump to a letter (alphabetically) easier.