July 2024 Updates - Week 2
🔨 New Features and Enhancements
- Marketplace for android workspaces: Dashwave is introducing its own marketplace where you can browse (and upload) android workspace templates. Anyone can get started with a fork of your workspace within seconds.
- Create Android Templates from your workspaces: You can save and publish your workspace as a template. Share the template with your users, or embed them in your docs.
- Build SDKs on Dashwave: We now support building SDKs and running your sample apps. Publish your SDKs on Dashwave and share them with your users to provide them a playground which boots up with a single click.
🐞 Bug Fixes:
- Minor fixes on the workspace supported IDEs to smoothen user’s experience
- CI builds names now provide more context about the build source info
- Minor fixes to automatic detection of task name and apk path based on selected module and variant for the build.
July 2024 Updates - Week 1
🔨 New Features and Enhancements
- Slack Alerts for APK downloads : Allows users integrate their slack with Dashwave to automatically receive downloadable APKs into your slack channel
- Workspaces in Automated Builds: Users can now open instant dev environment right from automated builds enabling faster PR reviews and debugging
- Manual build: Allows users to run a manual build just by choosing which branch to build
- Debugger in Workspaces: Users can now debug their with flutter projects through dart debugger enabled in Workspaces. (We are working on extending debuggers to Kotlin and React Native projects and will be out soon)
- Retry Build : Additional functionality in automated builds to retry the failed builds with an option for clean build
🐞 Bug Fixes