Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcbperez/android-blue-storm
A white sound generator for Android.
https://github.com/marcbperez/android-blue-storm
android gradle white-sound-generator
Last synced: about 7 hours ago
JSON representation
A white sound generator for Android.
- Host: GitHub
- URL: https://github.com/marcbperez/android-blue-storm
- Owner: marcbperez
- License: apache-2.0
- Created: 2017-05-11T17:55:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T11:53:51.000Z (about 4 years ago)
- Last Synced: 2024-10-20T00:35:43.114Z (about 1 month ago)
- Topics: android, gradle, white-sound-generator
- Language: Java
- Size: 4.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# android-blue-storm
A white sound generator for Android.
## Installation
Start by downloading and building the project when necessary. The following
commands will do the job on most Debian based Linux distributions.```bash
git clone https://github.com/marcbperez/android-blue-storm
cd android-blue-storm
./gradlew
```## Usage
This application is not yet published. Open this project from Android Studio and
install the app via the development tools.## Testing
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`.## Troubleshooting
The [issue tracker][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.## Contributing
This project adheres to [Semantic Versioning][semver] and to certain syntax
conventions defined in [.editorconfig][editorconfig]. To get a list of changes
refer to the [CHANGELOG][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.## Credits
This project is created by [marcbperez][author] and maintained by its
[author][author] and contributors.## License
This project is licensed under the [Apache License Version 2.0][license].
[author]: https://marcbperez.github.io
[issue-tracker]: https://github.com/marcbperez/android-blue-storm/issues
[editorconfig]: .editorconfig
[changelog]: CHANGELOG.md
[license]: LICENSE
[semver]: http://semver.org