It's the android app for nextdeploy project. With this app, we can get details about our project, our vms and launch a vm creation.
The apk versions of nextdeploy-android are available here
For test or develop on the app, please clone the repo and import the project into android studio.
- Profile editing
- Popup who lists uris and git repositories
- Improve usability of the UI
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create new Pull Request.