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 afc73c0d7c5cafc2b1011d5652905302fcf8d74d Author: Kevin Morin <morin@codelutin.com> Date: Mon Jun 2 08:48:17 2014 +0200 organize imports + fix string value --- res/values-fr/strings.xml | 2 +- src/org/chorem/android/saymytexts/DictateSmsBroadcastReceiver.java | 4 ---- src/org/chorem/android/saymytexts/SayMyTextService.java | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index b404134..38f31b2 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -3,7 +3,7 @@ <string name="app_name">Say My Texts</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> + 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/src/org/chorem/android/saymytexts/DictateSmsBroadcastReceiver.java b/src/org/chorem/android/saymytexts/DictateSmsBroadcastReceiver.java index fdaa5a7..ad7e220 100644 --- a/src/org/chorem/android/saymytexts/DictateSmsBroadcastReceiver.java +++ b/src/org/chorem/android/saymytexts/DictateSmsBroadcastReceiver.java @@ -24,19 +24,15 @@ package org.chorem.android.saymytexts; * #L% */ -import android.app.PendingIntent; -import android.content.ActivityNotFoundException; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.media.AudioManager; import android.media.ToneGenerator; -import android.net.Uri; import android.os.Bundle; import android.speech.RecognitionListener; import android.speech.RecognizerIntent; import android.speech.SpeechRecognizer; -import android.telephony.SmsManager; import android.util.Log; import java.util.List; diff --git a/src/org/chorem/android/saymytexts/SayMyTextService.java b/src/org/chorem/android/saymytexts/SayMyTextService.java index f8abad0..3222042 100644 --- a/src/org/chorem/android/saymytexts/SayMyTextService.java +++ b/src/org/chorem/android/saymytexts/SayMyTextService.java @@ -26,7 +26,6 @@ package org.chorem.android.saymytexts; import android.app.Service; import android.bluetooth.BluetoothDevice; -import android.bluetooth.BluetoothHeadset; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.