This is an automated email from the git hooks/post-receive script. New change to branch develop in repository say-my-texts. See http://git.chorem.org/say-my-texts.git from 49f8396 add drawables new f32f18f refs #1055 Add a notification when SayMyTexts is active The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f32f18f8533fecab960b35bfd2355d63ebf7a01d Author: Kevin Morin <morin@codelutin.com> Date: Thu Aug 28 00:07:33 2014 +0200 refs #1055 Add a notification when SayMyTexts is active Summary of changes: AndroidManifest.xml | 19 +- res/drawable/ic_stat_heisendroid.png | Bin 20910 -> 702 bytes res/values-fr/arrays.xml | 6 + res/values-fr/strings.xml | 8 + res/values/arrays.xml | 12 + res/values/preference_keys.xml | 1 + res/values/strings.xml | 8 + res/xml/preferences.xml | 6 + .../android/saymytexts/SayMyTextService.java | 277 +++++++++++++-------- .../android/saymytexts/SettingsActivity.java | 21 +- .../BootCompletedBroadcastReceiver.java | 24 ++ .../DeviceConnectionBroadcastReceiver.java | 56 +++++ .../DictateSmsBroadcastReceiver.java | 4 +- .../NewTextBroadcastReceiver.java | 31 +-- .../SayNextActionBroadcastReceiver.java | 5 +- 15 files changed, 341 insertions(+), 137 deletions(-) create mode 100644 src/org/chorem/android/saymytexts/broadcastreceiver/BootCompletedBroadcastReceiver.java create mode 100644 src/org/chorem/android/saymytexts/broadcastreceiver/DeviceConnectionBroadcastReceiver.java rename src/org/chorem/android/saymytexts/{ => broadcastreceiver}/DictateSmsBroadcastReceiver.java (96%) rename src/org/chorem/android/saymytexts/{ => broadcastreceiver}/NewTextBroadcastReceiver.java (76%) rename src/org/chorem/android/saymytexts/{ => broadcastreceiver}/SayNextActionBroadcastReceiver.java (97%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.