Skip to content

Commit

Permalink
Release 2.0.0 (#19)
Browse files Browse the repository at this point in the history
* Update project (#14)

* setup coroutine based functionality

* cleanup code

* updated gradle wrapper

* updated agp

* refactor move to correct package name

* updated docs (#17)

* handle the case when volume is 0, to not play anything

* Update app icon (#16)

* delete play icon

* updated app icon

* move package

* cleanup in readme

* Setup maven publish plugin (#15)

* setup maven publish plugin

* added gradle properties file

* updated readme and banner image (#18)

* updated readme with license info

* center info in readme

* cleanup

* cleanup publishing code

* use module as dep
  • Loading branch information
nisrulz committed Feb 14, 2022
1 parent 273d52d commit bf916e6
Show file tree
Hide file tree
Showing 78 changed files with 1,086 additions and 1,052 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,28 @@
<!-- * Please fill out the blanks below describing your issue * -->

**Do you want to request a *feature* or report a *bug*?**

**What is the current behavior?**

**If the current behavior is a bug, please provide the steps to reproduce.**
<!-- If you can, provide a link to a public repository which contains the files necessary to reproduce this. -->


**Any logs, error output, bugreport etc?**
<!-- * If it’s long, please paste to https://ghostbin.com/ and insert the link here.) * -->

**What is the expected behavior?**

**Any other comments?**


**What versions of software are you using?**
+ **Device Information:**

+ **Android Version:**

+ **Configuration Information:**

+ **Misc:**

<!-- * More related information if you have can provide * -->
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,26 @@
<!-- * Please fill out the blanks below describing your pull request * -->

**What does this implement/fix? Explain your changes**

**Does this close any currently open issues?**

**Any relevant logs, error output, bugreport etc?**
<!-- * If it’s long, please paste to https://ghostbin.com/ and insert the link here.) * -->

**Any other comments?**

+ **Where has this been tested?**

+ **Device Information:**

+ **Android Version:**

+ **Target Platform:**

+ **SDK Version:**

+ **Configuration Information:**

+ **Misc:**

<!-- * More related information if you have can provide * -->
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -83,3 +83,4 @@ hs_err_pid*
.DS_Store
/captures
**/*.iml
out.map
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

23 changes: 0 additions & 23 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/gradle.xml

This file was deleted.

103 changes: 0 additions & 103 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

35 changes: 0 additions & 35 deletions .travis.yml

This file was deleted.

File renamed without changes.
58 changes: 27 additions & 31 deletions README.md
@@ -1,44 +1,40 @@
![Image](https://github.com/nisrulz/zentone/blob/master/img/github_banner.png)
![Image](img/github_banner.png)

<center>

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.nisrulz/zentone/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.nisrulz/zentone) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Zentone-green.svg?style=true)](https://android-arsenal.com/details/1/3470) [![GitHub stars](https://img.shields.io/github/stars/nisrulz/zentone.svg?style=social&label=Star)](https://github.com/nisrulz/zentone) [![GitHub forks](https://img.shields.io/github/forks/nisrulz/zentone.svg?style=social&label=Fork)](https://github.com/nisrulz/zentone/fork) [![GitHub watchers](https://img.shields.io/github/watchers/nisrulz/zentone.svg?style=social&label=Watch)](https://github.com/nisrulz/zentone)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.nisrulz/zentone/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.nisrulz/zentone) [![API](https://img.shields.io/badge/API-9%2B-orange.svg?style=flat)](https://android-arsenal.com/api?level=9) <a href="http://www.methodscount.com/?lib=com.github.nisrulz%3Azentone%3A1.0.3"><img src="https://img.shields.io/badge/Methods and size-42 | 6 KB-e91e63.svg"></img></a>
[![GitHub followers](https://img.shields.io/github/followers/nisrulz.svg?style=social&label=Follow)](https://github.com/nisrulz/zentone) [![Twitter Follow](https://img.shields.io/twitter/follow/nisrulz.svg?style=social)](https://twitter.com/nisrulz)

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Zentone-green.svg?style=true)](https://android-arsenal.com/details/1/3470)
Easily generate audio tone of a specific frequency and volume in Android.

[![Twitter Follow](https://img.shields.io/twitter/follow/nisrulz.svg?style=social)](https://twitter.com/nisrulz)
</center>

Android library to easily generate audio tone in android.
## Changelog

Generating pure tone of an specific frequency was never that easy. ZenTone does all the heavy lifting for you.
Starting with `1.0.3`, Changes exist in the [releases tab](https://github.com/nisrulz/zentone/releases).

Go build awesome stuff with it! :smile:
## Usage Docs

Checkout the app using it
Check the [docs](docs.md).

[![playstore](https://github.com/nisrulz/zentone/raw/master/img/google-play-store.png)](https://play.google.com/store/apps/details?id=in.excogitation.library_zentone)
<img src=img/sc_1.png height=480 />

# Changelog
## Pull Requests

Starting with `1.0.3`, Changes exist in the [releases tab](https://github.com/nisrulz/zentone/releases).
Here are some basic rules to follow to ensure timely addition of your request:

- If its a feature, bugfix, or anything please only change code to what you specify.
- Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :smile:
- Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
- Check for existing [issues](https://github.com/nisrulz/zentone/issues) first, before filing an issue.

## License

Copyright 2016 Nishant Srivastava

Licensed under the Apache License, Version 2.0, [click here for the full license](/LICENSE).

## Logo

# Usage Docs/Wiki
For more detailed usage, check the [Wiki](https://github.com/nisrulz/zentone/wiki)

# Including in your project
- Zentone is available in the MavenCentral, so getting it as simple as adding it as a dependency
```gradle
compile 'com.github.nisrulz:zentone:1.0.3'
```

# Pull Requests
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
1. Match coding style (braces, spacing, etc.) This is best achieved using CMD+Option+L (Reformat code) on Mac (not sure for Windows) with Android Studio defaults.
2. If its a feature, bugfix, or anything please only change code to what you specify.
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
5. Check for existing [issues](https://github.com/nisrulz/zentone/issues) first, before filing an issue.
6. Have fun!

### Created & Maintained By
[Nishant Srivastava](https://github.com/nisrulz) ([@nisrulz](https://www.twitter.com/nisrulz))
Credit: <a href="https://www.flaticon.com/free-icons/audio" title="audio icons">Audio icons created by Freepik - Flaticon</a>

0 comments on commit bf916e6

Please sign in to comment.