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 58b8b7d upgrade chorempom new b392c8b fixes #1103 Change the style of the app new f8c491d Move the app info into an about dialog. The 2 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 f8c491dd1e6fe10b35440c84c875b2b2ab7c530e Author: Kevin Morin <morin@codelutin.com> Date: Sat Aug 1 00:14:54 2015 +0200 Move the app info into an about dialog. commit b392c8bc3d706ac861d8602847cd801c0149c6bd Author: Kevin Morin <morin@codelutin.com> Date: Fri Jul 31 22:19:38 2015 +0200 fixes #1103 Change the style of the app Summary of changes: AndroidManifest.xml | 2 +- res/menu/settings.xml | 10 +++++ res/values-fr/strings.xml | 1 + res/values/arrays.xml | 10 ++--- res/values/preference_keys.xml | 3 -- res/values/strings.xml | 30 ++++++++++--- res/xml/preferences.xml | 16 ------- .../android/saymytexts/AboutDialogFragment.java | 51 ++++++++++++++++++++++ .../android/saymytexts/SettingsActivity.java | 49 +++++++++------------ 9 files changed, 111 insertions(+), 61 deletions(-) create mode 100644 res/menu/settings.xml create mode 100644 src/main/java/org/chorem/android/saymytexts/AboutDialogFragment.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.