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 eec2299 corrected a variable name new 065aaf9 removed an unused method new d8f9541 adding a lastSync at the exit of jtimer new ee05750 1488a94 modified json creation to not iterate on inactive urls, and optimized a little new 162928d modified the taskToJSONFormat method to include the current day new 68a6cc9 corrected all the imports with * The 5 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 68a6cc994554f1341e0ddac242e95ae86668b38c Author: servantie <servantie.c@gmail.com> Date: Wed Jun 29 17:45:17 2016 +0200 corrected all the imports with * commit 162928dba94c643a5c8475aedc7e49c23a70640f Author: servantie <servantie.c@gmail.com> Date: Wed Jun 29 16:33:33 2016 +0200 modified the taskToJSONFormat method to include the current day commit ee0575035d3057a6f3888ca49b8aa0872732f2a6 Author: servantie <servantie.c@gmail.com> Date: Wed Jun 29 15:18:59 2016 +0200 1488a94 modified json creation to not iterate on inactive urls, and optimized a little commit d8f9541cc0b5af29ce312d48fc73b0c31d6d86df Author: servantie <servantie.c@gmail.com> Date: Wed Jun 29 11:58:27 2016 +0200 adding a lastSync at the exit of jtimer (syncs the tasks that have been added to the synchronizer for one last time) commit 065aaf9d0b67d617eef2a173a3dccaea8acd4b92 Author: servantie <servantie.c@gmail.com> Date: Mon Jun 27 10:11:11 2016 +0200 removed an unused method Summary of changes: src/main/java/org/chorem/jtimer/JTimer.java | 5 +- src/main/java/org/chorem/jtimer/JTimerConfig.java | 2 +- .../org/chorem/jtimer/data/DataEventListener.java | 5 +- .../java/org/chorem/jtimer/data/TimerCore.java | 3 +- .../java/org/chorem/jtimer/entities/TimerTask.java | 25 +++--- .../chorem/jtimer/entities/TimerTaskHelper.java | 93 ++++++++++++---------- .../chorem/jtimer/io/GTimerIncrementalSaver.java | 5 +- .../chorem/jtimer/io/TimerTaskSynchronizer.java | 76 ++++++++++++++---- .../jtimer/ui/report/TimerTaskUpdaterView.java | 31 ++++++-- .../jtimer/io/GTimerIncrementalSaverTest.java | 13 ++- 10 files changed, 175 insertions(+), 83 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.