Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

48 lines (29 loc) · 1.1 KB

Contributing

Introduction

Contribute via GitHub pull requests.

Possible tasks

  • support for other languages, see #38
  • optimize UX for Android Wear, Auto, TV, Things, ...
  • audio compression
  • support for external (e.g. Bluetooth) microphone
  • improve the offered intents/extras to better integrate with Tasker and similar apps
  • hotword detection, see VoiceInteractionService

Generating icons and diagrams

Generating PNG launcher icons and diagrams:

gradle -b other.gradle makeIcons
gradle -b other.gradle makeDiagrams

Submodules

git submodule add [email protected]:Kaljurand/speechutils.git speechutils

Version tags

Version tags are set by e.g.

git tag -a v1.1.02 -m 'version 1.1.02'

The last number should be even.

See also