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
/
src
/
org
/
traccar
/
events
/
MotionEventHandler.java
Age
Commit message (
Expand
)
Author
2018-06-02
Start Netty 4 migration
Anton Tananaev
2017-09-21
Make check for valid in MotionEventHandler optional
Abyss777
2017-08-17
Pass Map<Event, Position> to notifications
Abyss777
2017-08-16
Combine trips and stops detectors and some optimization
Abyss777
2017-08-14
Rename parameter and field to "useIgnition"
Abyss777
2017-08-14
Correct motion state by ignition.
Abyss777
2017-08-11
Make Overspeed and Motion events handlers singleton and move some code to fun...
Abyss777
2017-08-11
Move state updates from ConnectionManager to proper event handlers
Abyss777
2017-08-10
Implement delayed overspeed events
Abyss777
2017-08-10
Rename variables
Abyss777
2017-08-09
Implement motion detection similar to trips detection
Abyss777
2017-07-26
- Implement base manager classes as generics
Abyss777
2017-06-16
Centralized motion detection
Abyss777
2016-12-18
Include data directly into events
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-08-15
- Made speed threshold configurable
Abyss777
2016-08-11
- Added IgnitionEventHandler
Abyss777
2016-07-28
Removed suppressing repeated events during analyzing.
Abyss777
2016-07-25
Fix space
Abyss777
2016-07-25
- Move lastPosition update to the end of pipeline
Abyss777
2016-07-15
Move code related to devices to DeviceManager
Abyss777
2016-06-16
Moved variables from parent to inheritor
Abyss777
2016-06-16
Added/updated license headers
Abyss777
2016-06-16
Fix typo and remove unnecessary super()
Abyss777
2016-06-15
- Work only with cached devices from everywhere
Abyss777
2016-06-14
- Overlapping geofences
Abyss777
2016-06-10
Geofences
Abyss777
2016-05-30
- Style fixes (use lower camel case in all cases)
Abyss777
2016-05-26
Events subsystem
Abyss777