aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/web/CsvBuilder.java
AgeCommit message (Collapse)Author
2018-01-26Clean up unused importsAnton Tananaev
2018-01-26Clean up unnecessary codeAnton Tananaev
2016-12-19Remove own JSON converterAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-10-27Export positions to GPXAbyss777
2016-09-21PMD fixAbyss777
2016-09-14Simplify regexAbyss777
2016-09-14- Make Attributes always last columnAbyss777
- Format Map as simple string instead of json
2016-08-08Removed addLine and addField functionsAbyss777
2016-08-08- Used @Consumes and @Produces instead of direct header accessAbyss777
- Renamed General to Summary - Other changes
2016-08-05- Moved GeneralReport to separate fileAbyss777
- Removed unnecessary getOut function - Added methods sorting
2016-08-05- Added distance roundingAbyss777
- Fixed charset
2016-08-04- Added getGroupDevices to PermissionsManagerAbyss777
- Implemented Route Report