This is an automated email from the git hooks/post-receive script. New commit to branch devel in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit 025f8d68c2c904de0dc1d7dbd3b46b11faaff938 Author: Kevin Morin <morin@codelutin.com> Date: Mon Jun 2 08:41:05 2014 +0200 fix small issues --- AndroidManifest.xml | 4 ++-- README.txt | 12 ------------ pom.xml | 2 +- res/values-fr/strings.xml | 4 +++- res/values/strings.xml | 4 +++- src/site/rst/index.rst | 2 +- 6 files changed, 10 insertions(+), 18 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 36af8fc..84fbd01 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.chorem.android.saymytexts" - android:versionCode="3" - android:versionName="1.2" + android:versionCode="4" + android:versionName="2.0.1" android:description="@string/app_description" android:installLocation="auto"> diff --git a/README.txt b/README.txt index d06c2b5..e69de29 100644 --- a/README.txt +++ b/README.txt @@ -1,12 +0,0 @@ -Faire une nouvelle version --------------------------- - -Fournir la version de la base à utiliser, renseigner la propriété *dbVersion* - -mvn release:prepare -Darguments="-DdbVersion=2013.06.04" -mvn release:perform -Darguments="-DdbVersion=2013.06.04" - -Pour préparer une release complête, lancer la commande : - - mvn release:prepare -Darguments="-DperformFullRelease -DdbVersion=2013.06.04" - mvn release:perform -Darguments="-DperformFullRelease -DdbVersion=2013.06.04" \ No newline at end of file diff --git a/pom.xml b/pom.xml index fa81b09..93d3e7d 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>org.chorem.android</groupId> <artifactId>saymytexts</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <packaging>apk</packaging> <name>Say My Texts</name> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index ef69b45..b404134 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Say My Texts</string> - <string name="app_description">Application Android qui lit à voix haute the SMS reçus quand un casque est branché.</string> + <string name="app_description">Say My Texts est une application Android qui permet de lire à haute voix les SMS que vous recevez. + Ceci est particulièrement utile en vélo, quand on court ou en voiture. + Vous pouvez également répondre à l'expéditeur soit en l'appelant soit en dictant la réponse.</string> <string name="sms_received">Nouveau message de %1$s : %2$s.</string> diff --git a/res/values/strings.xml b/res/values/strings.xml index ed08936..2f0c3db 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Say My Texts</string> - <string name="app_description">Android application which reads out loud the new SMS when the headset is plugged.</string> + <string name="app_description">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 the reply.</string> <string name="sms_received">New message from %1$s: %2$s.</string> diff --git a/src/site/rst/index.rst b/src/site/rst/index.rst index 49c8d35..78927f5 100644 --- a/src/site/rst/index.rst +++ b/src/site/rst/index.rst @@ -26,5 +26,5 @@ Welcome to Say My Texts website ############################### Say My Texts is an Android application which reads out loud the SMS you receive. -This is particulary useful when you are riding, running or driving. +This is particularly useful when you are riding, running or driving. You also can reply to the sender by calling him or by dictating the reply. \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.