Age | Commit message (Collapse) | 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 ↵ | Abyss777 | |
function | |||
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 | |
- Remame getDeviceById and getDeviceByUniqueId functions | |||
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 | |
- Added Context.getDouble() | |||
2016-08-11 | - Added IgnitionEventHandler | Abyss777 | |
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest | |||
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 | |
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations | |||
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 | |
- Some optimization | |||
2016-06-14 | - Overlapping geofences | Abyss777 | |
- Simplified user-device link | |||
2016-06-10 | Geofences | Abyss777 | |
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-26 | Events subsystem | Abyss777 | |