aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/DistanceHandler.java
AgeCommit message (Collapse)Author
2018-06-02Start Netty 4 migrationAnton Tananaev
2017-06-20- Combine 'DistanceHandler' and 'CoordinatesHandler'Abyss777
- Move 'DistanceHandler' closer to beginning of pipeline - Use KEY_DISTANCE instead of distance recalculation
2017-06-16Remove intermediate functionsAbyss777
2016-11-23Implement attributes helpersAbyss777
2016-11-02Update copyright notice emailsAnton Tananaev
2016-08-14- Added rounding for some valuesAbyss777
- Some changes in casting objects - Renamed General to Summary
2016-08-13Added rounding for total distanceAbyss777
2016-08-13- Split distance to distance and total distanceAbyss777
- Switch summary report to total distance - Move DistanceHandler after filters in pipeline - Other accompanying changes
2016-07-15Move code related to devices to DeviceManagerAbyss777
2016-05-26- Simplification of the hierarchy of models classesAbyss777
- Removed automatically founded unnecessary imports
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-02-20Calculate distance for valid positions (fix #1738)Anton Tananaev
2015-09-15Rename other field to attributesAnton Tananaev
2015-09-12Fix distance calculation roundingAnton Tananaev
2015-08-18Re-factor server side classesAnton Tananaev