aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/events/MotionEventHandler.java
AgeCommit message (Collapse)Author
2018-06-02Start Netty 4 migrationAnton Tananaev
2017-09-21Make check for valid in MotionEventHandler optionalAbyss777
2017-08-17Pass Map<Event, Position> to notificationsAbyss777
2017-08-16Combine trips and stops detectors and some optimizationAbyss777
2017-08-14Rename parameter and field to "useIgnition"Abyss777
2017-08-14Correct motion state by ignition.Abyss777
2017-08-11Make Overspeed and Motion events handlers singleton and move some code to ↵Abyss777
function
2017-08-11Move state updates from ConnectionManager to proper event handlersAbyss777
2017-08-10Implement delayed overspeed eventsAbyss777
2017-08-10Rename variablesAbyss777
2017-08-09Implement motion detection similar to trips detectionAbyss777
2017-07-26- Implement base manager classes as genericsAbyss777
- Remame getDeviceById and getDeviceByUniqueId functions
2017-06-16Centralized motion detectionAbyss777
2016-12-18Include data directly into eventsAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-08-15- Made speed threshold configurableAbyss777
- Added Context.getDouble()
2016-08-11- Added IgnitionEventHandlerAbyss777
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest
2016-07-28Removed suppressing repeated events during analyzing.Abyss777
2016-07-25Fix spaceAbyss777
2016-07-25- Move lastPosition update to the end of pipelineAbyss777
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations
2016-07-15Move code related to devices to DeviceManagerAbyss777
2016-06-16Moved variables from parent to inheritorAbyss777
2016-06-16Added/updated license headersAbyss777
2016-06-16Fix typo and remove unnecessary super()Abyss777
2016-06-15- Work only with cached devices from everywhereAbyss777
- Some optimization
2016-06-14- Overlapping geofencesAbyss777
- Simplified user-device link
2016-06-10GeofencesAbyss777
2016-05-30- Style fixes (use lower camel case in all cases)Abyss777
- Added TYPE_prefix for event.type strings - Removed commented code - Removed "database.selectLastEvents" because it is not cross-database. Do the same via code.
2016-05-26Events subsystemAbyss777