Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-15 | Fix logging level issues | Anton Tananaev | |
2018-09-15 | Provide error messages | Anton Tananaev | |
2018-09-14 | Log using slf4j and java logging | Anton Tananaev | |
2018-06-05 | Use wrappers for network message handling | Anton Tananaev | |
2018-06-03 | Properly handle datagram channels | Anton Tananaev | |
2018-06-02 | Start Netty 4 migration | Anton Tananaev | |
2018-05-31 | - Rename switch and variable | Abyss777 | |
- Add temporary comment | |||
2018-05-31 | Add engine hours handler | Abyss777 | |
2018-02-07 | fixed inline variables + test name | nativbarak | |
2018-02-04 | Fixed length on basepipelinefactory | nativbarak | |
2018-02-04 | added POST option to forward url | nativbarak | |
2017-11-10 | - Combine "getAddress" functions | Abyss777 | |
- Change switches logic | |||
2017-11-08 | - Implement synchronous geocoding | Abyss777 | |
- Implement retry geocoding for trips/stops reports - Implement API for revers geocoding | |||
2017-09-21 | Move speedThreshold to TripsConfig | Abyss777 | |
2017-08-21 | Do not save IP by default | Anton Tananaev | |
2017-08-11 | Make Overspeed and Motion events handlers singleton and move some code to ↵ | Abyss777 | |
function | |||
2017-07-14 | Merge pull request #3349 from Abyss777/drivers | Anton Tananaev | |
Drivers implementation | |||
2017-07-14 | Populate driverUniqueId in CopyAttributesHanler | Abyss777 | |
2017-07-13 | Fix max speed filtering (fix #3342) | Anton Tananaev | |
2017-07-12 | Implement Driver Unauthorized Event | Abyss777 | |
2017-07-12 | - Handle rfid attributes and populate driverUniqueId | Abyss777 | |
- Add Driver Name to Trip report | |||
2017-06-20 | Do revers geocoding after filtering | Abyss777 | |
2017-06-20 | - Combine 'DistanceHandler' and 'CoordinatesHandler' | Abyss777 | |
- Move 'DistanceHandler' closer to beginning of pipeline - Use KEY_DISTANCE instead of distance recalculation | |||
2017-06-16 | Centralized motion detection | Abyss777 | |
2017-05-12 | Implement computed attributes | Abyss777 | |
2017-04-17 | Implement fuel drop events | Anton Tananaev | |
2017-03-26 | Implement global timeout option | Anton Tananaev | |
2017-03-12 | Minor decoding and pipeline fixes | Anton Tananaev | |
2017-01-08 | Rename geolocation config parameters | Anton Tananaev | |
2016-12-31 | Fix style issues | Anton Tananaev | |
2016-12-31 | Add exception classes and more renames | Anton Tananaev | |
2016-12-31 | Rename Location to Geolocation | Anton Tananaev | |
2016-11-22 | Implement maintenance event | Abyss777 | |
2016-11-02 | Update copyright notice emails | Anton Tananaev | |
2016-10-21 | Implement copy attributes from last position | Abyss777 | |
2016-09-24 | Fix a crash in base pipeline factory | Anton Tananaev | |
2016-08-13 | - Split distance to distance and total distance | Abyss777 | |
- Switch summary report to total distance - Move DistanceHandler after filters in pipeline - Other accompanying changes | |||
2016-08-12 | Always calculate distance | Abyss777 | |
2016-08-11 | - Enabled IgnitionEventHandler in pipeline | Abyss777 | |
- Added motorHours to SummaryReport - Added ignition to test-generator.py | |||
2016-08-08 | Add coordinates filter (fix #2192) | Anton Tananaev | |
2016-07-19 | changes Anton asked me | ninioe | |
2016-07-17 | Added AlertEventHandler & Mute button for all notifications | ninioe | |
2016-06-24 | - Reverted changes in web-client | Abyss777 | |
- Removed duplicate flag | |||
2016-06-23 | Added possibility to disable event and geofence subsystems | Abyss777 | |
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 | |
2016-05-07 | Do not use idle timeout for UDP | Anton Tananaev | |
2016-05-07 | Rename reset delay to timeout | Anton Tananaev | |
2016-05-04 | Explicitly use ASCII charset | Anton Tananaev | |