This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository say-my-texts. See https://gitlab.nuiton.org/chorem/say-my-texts.git commit 23924c673854bc3e4772ec04df7790718d6b4934 Author: Kevin Morin <morin@codelutin.com> Date: Wed Nov 8 17:11:01 2017 +0100 :memo: add doc to readme --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 072856e..eb5de6a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ -# Say my text +# Say My Texts -Small Android application to listen your SMS using vocal synthesis. -You can easily reply or start a call. \ No newline at end of file +Say My Texts is an Android application which reads out loud the SMS you receive. +This is particularly useful when you are riding, running or driving. +You also can reply to the sender by calling him or by dictating a new SMS. + +The application is composed of: + +- a service which reads the SMS out loud and manage the vocal commands +- an activity for the settings +- a *BroadcastReceiver* which starts the service when the phone finishes booting +- a *BroadcastReceiver* which listens to the bluetooth connections and the plug of a headset +- a *BroadcastReceiver* which receives the SMS +- a *BroadcastReceiver* which receives the vocal commands +- a *BroadcastReceiver* which receives the dictated reply +- an about dialog which shows info about the app +- an application to setup the crash report \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.