Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-28 | Import: use TRIP_THRESHOLD when checking for trip-overlap | Berthold Stoeger | |
When checking for trip-overlap on import, only really overlapping trips have been considered, i.e. when dives had overlapping times. Instead use the TRIP_THRESHOLD so that on download dives are added to the same trip if in a two-days time frame. Reported-by: Miika Turkia <miika.turkia@gmail.com> Reported-by: Dirk Hohndel <dirk@hohndel.org> Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
2019-06-19 | Cleanup: move trip-related functions into own translation unit | Berthold Stoeger | |
These functions were spread out over dive.c and divelist.c. Move them into their own file to make all this a bit less monolithic. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> |