Skip to content

Commit

Permalink
Added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshg committed May 15, 2017
1 parent eeac145 commit 5d5bae6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dependencies are managed using Carthage. After you clone the project, run `carth
You will also need to obtain OAuth credentials from Google. Go to [Google Developer Console](console.developers.google.com) and create a new project. Then, enable the `Google Assistant` API. Finally generate new OAuth credentials (select device type `Other`). Download the json file by clicking the button on the right. Finally, rename the file to `google_oauth.json` and place it in your project.

## Contributing
Please feel free to contribute to this project. I welcome all contributions and pull requests.
Please feel free to contribute to this project. I welcome all contributions and pull requests. There is a list of pending things that need to be worked on in the `TODO.md` file.

## License
MIT License
Expand All @@ -39,4 +39,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
8 changes: 8 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# TODO
- Add sound feedback when cancelling speech
- Fix gear icon
- Add About Screen
- Add Settings menu (Allow customizing the hotkey, when it is working)
- Re-enable the hotkey
- New icon and sound (so as not to get hit by some copyright from El Goog)
- Better microphone waveform graphic

0 comments on commit 5d5bae6

Please sign in to comment.