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 aa8eab3 fixes #1239 Update chorempom to 2.2 and make application running on jenkins Merge branch 'feature/1239' into develop new e07258c - remove appcompat (more problems than it solves) - use material design if over version 21 refs #1103 new 58b8b7d upgrade chorempom 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 58b8b7d3463d38428ff8213c42084fe06f43e7dd Author: Kevin Morin <morin@codelutin.com> Date: Fri Jul 31 18:33:33 2015 +0200 upgrade chorempom commit e07258c8dc4870fddeaf57c4c79103ece003c951 Author: Kevin Morin <morin@codelutin.com> Date: Fri Jul 31 18:24:44 2015 +0200 - remove appcompat (more problems than it solves) - use material design if over version 21 refs #1103 Summary of changes: AndroidManifest.xml | 10 +--- pom.xml | 54 ++-------------------- res/drawable/actionbar_logo.xml | 7 +++ res/layout/preferences.xml | 35 -------------- res/values-v21/themes.xml | 16 +++++++ res/values/colors.xml | 5 ++ res/values/themes.xml | 13 +----- res/xml/preferences.xml | 6 --- .../android/saymytexts/SettingsActivity.java | 11 +---- 9 files changed, 37 insertions(+), 120 deletions(-) create mode 100644 res/drawable/actionbar_logo.xml delete mode 100644 res/layout/preferences.xml create mode 100644 res/values-v21/themes.xml create mode 100644 res/values/colors.xml -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.