A white sound generator for Android.
Start by downloading and building the project when necessary. The following commands will do the job on most Debian based Linux distributions.
git clone https://github.com/marcbperez/android-blue-storm
cd android-blue-storm
./gradlew
This application is not yet published. Open this project from Android Studio and install the app via the development tools.
Test checks are executed automatically by Gradle every time the project is
built. To run then manually use the ./gradlew test
command. To get a list of
all available Gradle tasks use ./gradlew tasks --all
.
The issue tracker intends to manage and compile bugs, enhancements, proposals and tasks. Reading through its material or reporting to its contributors via the platform is strongly recommended.
This project adheres to Semantic Versioning and to certain syntax conventions defined in .editorconfig. To get a list of changes refer to the CHANGELOG. Only branches prefixed by feature-, hotfix-, or release- will be considered:
- Fork the project.
- Create your new branch:
git checkout -b feature-my-feature develop
- Commit your changes:
git commit -am 'Added my new feature.'
- Push the branch:
git push origin feature-my-feature
- Submit a pull request.
This project is created by marcbperez and maintained by its author and contributors.
This project is licensed under the Apache License Version 2.0.