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
Age
Commit message (
Expand
)
Author
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-06-14
Imlement Stops report
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
2017-01-10
- Rename calendarData to data
Abyss777
2017-01-09
Temporary disable trips test (fix #2750)
Anton Tananaev
2016-12-01
Implement trips unit test
Anton Tananaev
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