index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
reports
Age
Commit message (
Expand
)
Author
2016-08-25
Made trips detector behavior configurable
Abyss777
2016-08-24
- Fixed optional odometer for wondex protocol
Abyss777
2016-08-23
- Fixed units of KEY_ODOMETER to meters in some protocols
Abyss777
2016-08-20
Removed rounding and BigDecimal for distance and averageSpeed
Abyss777
2016-08-20
- Renamed calculateFuel
Abyss777
2016-08-19
- Added trips report
Abyss777
2016-08-14
- Added rounding for some values
Abyss777
2016-08-13
- Split distance to distance and total distance
Abyss777
2016-08-12
Removed unused imports
Abyss777
2016-08-12
Removed unnecessary rounding
Abyss777
2016-08-12
Calculate summary distance with help of "odometer" or "distance" attribute
Abyss777
2016-08-12
- Removed decimal part
Abyss777
2016-08-12
- Fixed casting ignition object to boolean
Abyss777
2016-08-11
- Enabled IgnitionEventHandler in pipeline
Abyss777
2016-08-08
- Added deviceId in SummaryReport
Abyss777
2016-08-08
- Used @Consumes and @Produces instead of direct header access
Abyss777
2016-08-05
Do not repeat header for every device
Abyss777
2016-08-05
- Moved GeneralReport to separate file
Abyss777
2016-08-05
- Added distance rounding
Abyss777
2016-08-04
General report implementation
Abyss777
2016-08-04
- Moved retrieving Accept to BaseResource
Abyss777
2016-08-04
- Added getGroupDevices to PermissionsManager
Abyss777