index
:
traccar-server
master
suntech-fixes
Traccar Server with some modifications and error fixes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
org
/
traccar
/
reports
/
ReportUtilsTest.java
Age
Commit message (
Expand
)
Author
2018-01-26
Clean up unused imports
Anton Tananaev
2018-01-26
Static imports for junit
Anton Tananaev
2018-01-22
Optimize date assignment
Anton Tananaev
2017-09-21
Move speedThreshold to TripsConfig
Abyss777
2017-09-21
Make check for valid in MotionEventHandler optional
Abyss777
2017-08-17
Fix trip detector
Abyss777
2017-08-16
Combine trips and stops detectors and some optimization
Abyss777
2017-08-15
Merge remote-tracking branch 'upstream/master' into new_trips_detector
Abyss777
2017-08-15
Remove greadyParking
Abyss777
2017-08-15
Reimplement trips detector using MotionEventHandler
Abyss777
2017-08-14
Correct motion state by ignition.
Abyss777
2017-06-20
Change type of 'spentFuel' to double
Abyss777
2017-06-15
Detect Trips and Stops by gaps in data
Abyss777
2017-06-14
Move tests to correct unit
Abyss777
2017-04-17
Remove unused imports and fix tests
Anton Tananaev
2017-03-04
Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;
jon-stumpf
2016-08-23
- Fixed GL200 odometer units
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