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 140eb26 (minor) added timezone in json output (kept forgetting it) new d6dd1a0 corrected the json creation to deal with times added before the task's creation date (and be able to send them, that way) corrected the url creation in the synchronization new 45ddb6e changed name of parseSyncURL to parseSyncInfo (clearer) new 83614a5 added the synchronizer to the config and started treating errors new 2c25465 removed useless tabs new aeb5909 minor typos corrected, set autosyncdelay to every two hours new 66dee36 added the timezone as option in JTimerConfig, updated json creation accordingly The 6 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 66dee368627d529a1e70998a4995ee88ae463692 Author: servantie <servantie.c@gmail.com> Date: Mon Jun 6 11:25:44 2016 +0200 added the timezone as option in JTimerConfig, updated json creation accordingly commit aeb5909defb6d4604b3fac481c43747ad2ffb819 Author: servantie <servantie.c@gmail.com> Date: Fri Jun 3 17:24:03 2016 +0200 minor typos corrected, set autosyncdelay to every two hours commit 2c25465bad39f967534ce5b5d4ba4c8d15343578 Author: servantie <servantie.c@gmail.com> Date: Fri Jun 3 16:35:15 2016 +0200 removed useless tabs commit 83614a5fb643a94ef7bb8a9d45b17158d18ab68c Author: servantie <servantie.c@gmail.com> Date: Fri Jun 3 15:19:06 2016 +0200 added the synchronizer to the config and started treating errors commit 45ddb6ed4f6a20dbfb8bb502fb5536efbdeb0c04 Author: servantie <servantie.c@gmail.com> Date: Fri Jun 3 11:15:30 2016 +0200 changed name of parseSyncURL to parseSyncInfo (clearer) commit d6dd1a0314bcbb2f47f9720fcf02555518a3e85e Author: servantie <servantie.c@gmail.com> Date: Fri Jun 3 09:52:06 2016 +0200 corrected the json creation to deal with times added before the task's creation date (and be able to send them, that way) corrected the url creation in the synchronization Summary of changes: src/main/java/org/chorem/jtimer/JTimerConfig.java | 25 +++- src/main/java/org/chorem/jtimer/JTimerFactory.java | 41 ++++++ .../java/org/chorem/jtimer/data/TimerCore.java | 2 +- .../chorem/jtimer/entities/TimerTaskHelper.java | 16 +-- .../chorem/jtimer/io/GTimerIncrementalSaver.java | 5 +- .../chorem/jtimer/io/TimerTaskSynchronizer.java | 152 ++++++++++++--------- .../jtimer/ui/report/TimerTaskUpdaterView.java | 78 +++++++---- 7 files changed, 214 insertions(+), 105 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.