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 90cb72f removed the changes in the task editor (url no longer changed here) new 9d74422 removed an unused field (lastSync) in TimerTask, clarified some documentations new 2a0e547 minor cleanup in methods new 7aee74f added a test for taskToJSONFormat new 5506ddb added a test on parseSyncInfo in GTimerIncrementalSaver new 9db7005 added a checkbox for activity of url (not listening on it yet) new f3431bc added some logging (more to come) and added properties new bf43b49 corrected text on the checkbox isActiveSync new e2106d5 added logs, made method synchronizeTaskOnURL static and returning an int new 7d1d920 checking the isActive checkbox de/activates the sync on the url chosen new 2d9e642 when a url is deleted in the combobox, it's saved in the file new 09f14bd deletion of url saved to sync file properly + corrected parsing of syncInfo The 11 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 09f14bd1e012dafcd3c99df853e531a317d2236c Author: servantie <servantie.c@gmail.com> Date: Wed Jun 22 17:52:52 2016 +0200 deletion of url saved to sync file properly + corrected parsing of syncInfo (catching a DateTimeParseException, and taking a 00:00:00 instead of 00:00:00.000 format) commit 2d9e6420fbd15150d3719ba8763de25cb5dbd5dc Author: servantie <servantie.c@gmail.com> Date: Wed Jun 22 16:28:55 2016 +0200 when a url is deleted in the combobox, it's saved in the file commit 7d1d920fc335ee30254b0baab612a7a760359b4e Author: servantie <servantie.c@gmail.com> Date: Wed Jun 22 14:33:15 2016 +0200 checking the isActive checkbox de/activates the sync on the url chosen commit e2106d5e24314ab00b9b93a1de2ac16f5e5a4520 Author: servantie <servantie.c@gmail.com> Date: Wed Jun 22 16:38:43 2016 +0200 added logs, made method synchronizeTaskOnURL static and returning an int (http response) commit bf43b497525a2219527caeaf7521043d2393a194 Author: servantie <servantie.c@gmail.com> Date: Tue Jun 21 17:47:53 2016 +0200 corrected text on the checkbox isActiveSync commit f3431bc78f4c0a54271cddef2da6928f09438883 Author: servantie <servantie.c@gmail.com> Date: Tue Jun 21 17:27:12 2016 +0200 added some logging (more to come) and added properties commit 9db700554d9de889b5ee8946812616b95a5b6cb8 Author: servantie <servantie.c@gmail.com> Date: Tue Jun 21 14:49:18 2016 +0200 added a checkbox for activity of url (not listening on it yet) commit 5506ddb530ad82501b3f3975b4c7d027737766d4 Author: servantie <servantie.c@gmail.com> Date: Tue Jun 21 11:20:58 2016 +0200 added a test on parseSyncInfo in GTimerIncrementalSaver commit 7aee74f456fbabd342f9171a373f83427f0cef3c Author: servantie <servantie.c@gmail.com> Date: Tue Jun 21 10:27:46 2016 +0200 added a test for taskToJSONFormat commit 2a0e547cd4b5b4bfb4f55179b3c15ca694379e63 Author: servantie <servantie.c@gmail.com> Date: Mon Jun 20 16:45:26 2016 +0200 minor cleanup in methods commit 9d744223f01aad0e06d3dad98bedbd550fbfccb2 Author: servantie <servantie.c@gmail.com> Date: Mon Jun 20 11:44:32 2016 +0200 removed an unused field (lastSync) in TimerTask, clarified some documentations Summary of changes: .../org/chorem/jtimer/data/DataEventListener.java | 6 + .../org/chorem/jtimer/data/TimerDataManager.java | 14 ++ .../java/org/chorem/jtimer/entities/SyncInfo.java | 10 +- .../java/org/chorem/jtimer/entities/TimerTask.java | 35 +-- .../chorem/jtimer/entities/TimerTaskHelper.java | 10 +- .../chorem/jtimer/io/GTimerIncrementalSaver.java | 22 +- .../chorem/jtimer/io/TimerTaskSynchronizer.java | 43 ++-- .../jtimer/ui/report/TimerTaskUpdaterView.java | 240 +++++++++++++-------- .../resources/TimerTaskUpdaterView.properties | 16 +- .../resources/TimerTaskUpdaterView_fr.properties | 9 +- .../jtimer/entities/TimerTaskHelperTest.java | 47 ++++ .../jtimer/io/GTimerIncrementalSaverTest.java | 35 ++- src/test/resources/testdata/41.task | 8 + src/test/resources/testdata/41.task.sync | 3 + 14 files changed, 344 insertions(+), 154 deletions(-) create mode 100644 src/test/resources/testdata/41.task create mode 100644 src/test/resources/testdata/41.task.sync -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.