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 d8e912b refs #1103 Change the style of the app new 8350d8c typo new 255339e typo + drawables new 78a007c add languages new 6f7a5fb upgrade android build version + plugin new 32b1f14 move folders new be3d3ea configure plugin new ba1a24f refs #1055 Add a notification when SayMyTexts is active new 52863d2 refs #1055 Add a notification when SayMyTexts is active new 0e31766 Merge branch 'feature/notification' into develop new 8c00081 merge The 10 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 8c00081cb2f66bcb668494b6b0a86df07a949d35 Author: Kevin Morin <morin@codelutin.com> Date: Sun Dec 21 13:20:54 2014 +0100 merge commit 0e31766c6d119eb5b153e18231a7b8bc109e9498 Merge: be3d3ea 52863d2 Author: Kevin Morin <morin@codelutin.com> Date: Sun Dec 21 13:19:49 2014 +0100 Merge branch 'feature/notification' into develop Conflicts: AndroidManifest.xml res/values-fr/strings.xml res/values/preference_keys.xml res/values/strings.xml src/org/chorem/android/saymytexts/SayMyTextService.java src/org/chorem/android/saymytexts/broadcastreceiver/BootCompletedBroadcastReceiver.java src/org/chorem/android/saymytexts/broadcastreceiver/DeviceConnectionBroadcastReceiver.java src/org/chorem/android/saymytexts/broadcastreceiver/DictateSmsBroadcastReceiver.java src/org/chorem/android/saymytexts/broadcastreceiver/NewTextBroadcastReceiver.java src/org/chorem/android/saymytexts/broadcastreceiver/SayNextActionBroadcastReceiver.java commit be3d3ea376f0265304ba01d9fcb4e8d1c1c28111 Author: Kevin Morin <morin@codelutin.com> Date: Sun Dec 21 13:04:59 2014 +0100 configure plugin commit 32b1f143193abb9a4c8da0e60fd7d4a66ff7ba6a Author: Kevin Morin <morin@codelutin.com> Date: Sun Dec 21 12:51:31 2014 +0100 move folders commit 6f7a5fb6aa6f451e976c22d6a3aaaabc13f3c831 Author: Kevin Morin <morin@codelutin.com> Date: Sun Dec 21 12:35:11 2014 +0100 upgrade android build version + plugin commit 78a007cfb2cfd4db16adc0c0010b332bbd0d0372 Author: Kevin Morin <morin@codelutin.com> Date: Sat Dec 20 22:31:21 2014 +0100 add languages commit 255339e7a354c71e02d43f6e31d6d33d925fb3d0 Author: Kevin Morin <morin@codelutin.com> Date: Sat Dec 20 22:12:45 2014 +0100 typo + drawables commit 8350d8c97598670a212c5702806b59605a214358 Author: Kevin Morin <morin@codelutin.com> Date: Sat Dec 20 22:11:55 2014 +0100 typo commit 52863d224abdc97a355650cf1a63e8c58d8b7345 Author: Kevin Morin <morin@codelutin.com> Date: Wed Aug 27 23:38:18 2014 +0200 refs #1055 Add a notification when SayMyTexts is active commit ba1a24f45ae48ce244b0f4692dfabf2739f4b2e6 Author: Kevin Morin <morin@codelutin.com> Date: Thu Aug 21 23:56:47 2014 +0200 refs #1055 Add a notification when SayMyTexts is active Summary of changes: .gitignore | 13 +++++ pom.xml | 53 ++++++++------------- res/drawable-hdpi/ic_stat_heisendroid.png | Bin 0 -> 1099 bytes .../ic_stat_heisendroid.png | Bin res/drawable-xhdpi/ic_stat_heisendroid.png | Bin 0 -> 1481 bytes res/drawable-xxhdpi/ic_stat_heisendroid.png | Bin 0 -> 2323 bytes res/values-de/arrays.xml | 15 ++++++ res/values-de/strings.xml | 47 ++++++++++++++++++ res/values-hu/arrays.xml | 15 ++++++ res/values-hu/strings.xml | 49 +++++++++++++++++++ res/values-it/arrays.xml | 15 ++++++ res/values-it/strings.xml | 45 +++++++++++++++++ res/values-pl/arrays.xml | 15 ++++++ res/values-pl/strings.xml | 45 +++++++++++++++++ res/values-pt-rBR/arrays.xml | 15 ++++++ res/values-pt-rBR/strings.xml | 49 +++++++++++++++++++ res/values-pt-rPT/arrays.xml | 15 ++++++ res/values-pt-rPT/strings.xml | 49 +++++++++++++++++++ res/values/preference_keys.xml | 4 ++ res/values/strings.xml | 8 +++- res/xml/preferences.xml | 6 +++ .../DeviceConnectionBroadcastReceiver.java | 3 +- 22 files changed, 425 insertions(+), 36 deletions(-) create mode 100644 .gitignore create mode 100644 res/drawable-hdpi/ic_stat_heisendroid.png copy res/{drawable => drawable-mdpi}/ic_stat_heisendroid.png (100%) create mode 100644 res/drawable-xhdpi/ic_stat_heisendroid.png create mode 100644 res/drawable-xxhdpi/ic_stat_heisendroid.png create mode 100644 res/values-de/arrays.xml create mode 100644 res/values-de/strings.xml create mode 100644 res/values-hu/arrays.xml create mode 100644 res/values-hu/strings.xml create mode 100644 res/values-it/arrays.xml create mode 100644 res/values-it/strings.xml create mode 100644 res/values-pl/arrays.xml create mode 100644 res/values-pl/strings.xml create mode 100644 res/values-pt-rBR/arrays.xml create mode 100644 res/values-pt-rBR/strings.xml create mode 100644 res/values-pt-rPT/arrays.xml create mode 100644 res/values-pt-rPT/strings.xml -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.