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 6eae5ab removed a useless toString(), removed unused imports new 5bc2777 removed a check for empty url in synchronizeSingleTask as it is checked before the method is called (on the addition of tasks to the list to sync) new 72dbf0a changed syncURL to syncURLList, updated methods for sync accordingly new d31583a logs instead of stacktrace The 3 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 d31583af21d4f1d8ac70b0f57a74894d70613206 Author: servantie <servantie.c@gmail.com> Date: Wed Jun 8 16:45:51 2016 +0200 logs instead of stacktrace commit 72dbf0a4b0b305d33f0228cd6a406c2fbdeb0086 Author: servantie <servantie.c@gmail.com> Date: Wed Jun 8 15:56:18 2016 +0200 changed syncURL to syncURLList, updated methods for sync accordingly commit 5bc2777bf66d2db77071bdc2051fd8c5071790a6 Author: servantie <servantie.c@gmail.com> Date: Wed Jun 8 10:00:30 2016 +0200 removed a check for empty url in synchronizeSingleTask as it is checked before the method is called (on the addition of tasks to the list to sync) Summary of changes: .../org/chorem/jtimer/data/DataEventListener.java | 4 +- .../org/chorem/jtimer/data/TimerDataManager.java | 8 +- .../java/org/chorem/jtimer/entities/TimerTask.java | 39 +++-- .../chorem/jtimer/entities/TimerTaskHelper.java | 82 +++++----- .../chorem/jtimer/io/GTimerIncrementalSaver.java | 18 ++- .../chorem/jtimer/io/TimerTaskSynchronizer.java | 167 ++++++++++----------- src/main/java/org/chorem/jtimer/ui/StatusBar.java | 2 +- .../java/org/chorem/jtimer/ui/TimerTaskEditor.java | 23 +-- .../jtimer/ui/report/TimerTaskUpdaterView.java | 61 +++++--- .../chorem/jtimer/ui/systray/SystrayManager.java | 2 +- .../jtimer/ui/treetable/ProjectsAndTasksModel.java | 2 +- .../ProjectsAndTasksRunningCellRenderer.java | 2 +- 12 files changed, 232 insertions(+), 178 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.