This is an automated email from the git hooks/post-receive script. New change to branch feature/sync in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from 1a9ed28 removed a duplicated try/catch in the sendUpdate() method new 089074f corrected update to synchronisation new f31cbed added an automatic synchronization (every min), currently synchronizes all the times of the tasks that have been modified since the last automatic sync. Sends all the times from creation date for now new 62a42e9 minor changes (comments) new 140eb26 (minor) added timezone in json output (kept forgetting it) The 4 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 140eb26887ea3b2dc066a4d80059b8e907a6a661 Author: servantie <servantie.c@gmail.com> Date: Thu Jun 2 17:47:05 2016 +0200 (minor) added timezone in json output (kept forgetting it) commit 62a42e99d3f053d9cbb3e66579e49a2b86e5da08 Author: servantie <servantie.c@gmail.com> Date: Thu Jun 2 17:44:41 2016 +0200 minor changes (comments) commit f31cbedbd14230f8f4e115f3ea08e6d5e7444486 Author: servantie <servantie.c@gmail.com> Date: Thu Jun 2 17:34:13 2016 +0200 added an automatic synchronization (every min), currently synchronizes all the times of the tasks that have been modified since the last automatic sync. Sends all the times from creation date for now commit 089074f01bbcb08c074c4c1eb319f5c2cb82f88e Author: servantie <servantie.c@gmail.com> Date: Wed Jun 1 14:40:52 2016 +0200 corrected update to synchronisation Summary of changes: .../java/org/chorem/jtimer/data/TimerCore.java | 10 + .../chorem/jtimer/entities/TimerTaskHelper.java | 2 +- .../chorem/jtimer/io/TimerTaskSynchronizer.java | 274 +++++++++++++++++++++ .../resources/TimerTaskUpdaterView.properties | 10 +- .../resources/TimerTaskUpdaterView_fr.properties | 12 +- 5 files changed, 296 insertions(+), 12 deletions(-) create mode 100644 src/main/java/org/chorem/jtimer/io/TimerTaskSynchronizer.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.