Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-23 | Add commands to Mini Finder protocol | Anton Tananaev | |
2016-08-23 | Implement Hunter Pro protocol (fix #2232) | Anton Tananaev | |
2016-08-23 | Merge pull request #2240 from Abyss777/odometer | Anton Tananaev | |
Odometer units for first part of protocols | |||
2016-08-23 | - Fixed GL200 odometer units | Abyss777 | |
- Fixed ReportUtilsTest | |||
2016-08-23 | - Fixed units of KEY_ODOMETER to meters in some protocols | Abyss777 | |
- Fixed some wrong using of odometer and distance - Waiting meters in ReportUtils.calculateDistance | |||
2016-08-20 | Merge pull request #2228 from Abyss777/reports_trips | Anton Tananaev | |
Implement trips reports | |||
2016-08-20 | Removed rounding and BigDecimal for distance and averageSpeed | Abyss777 | |
2016-08-20 | - Renamed calculateFuel | Abyss777 | |
- Used int in BigDecimal constructor - Added extra space | |||
2016-08-19 | Merge pull request #2231 from Abyss777/wialon_commands | Anton Tananaev | |
Commands to Wialon protocol | |||
2016-08-19 | - Added commands to WialonProtocol | Abyss777 | |
- Added more additional fields to CommandDialog | |||
2016-08-19 | - Added trips report | Abyss777 | |
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes | |||
2016-08-18 | Merge pull request #2223 from Abyss777/fuel | Anton Tananaev | |
Some fuel attributes organization | |||
2016-08-18 | Removed spaces | Abyss777 | |
2016-08-18 | Removed instant fuel consumption | Abyss777 | |
2016-08-17 | Mta6 fixed KEY_FUEL meaning | Abyss777 | |
2016-08-17 | - Used constants for fuel consumption | Abyss777 | |
- Fixed Gps103 fuel | |||
2016-08-17 | Merge pull request #2222 from Abyss777/alarms_3 | Anton Tananaev | |
Alarm decoding for few more protocols | |||
2016-08-17 | Used ALARM_GENERAL for Tytan | Abyss777 | |
2016-08-17 | - Added Kenji, T800x, Xexun alarm decoders | Abyss777 | |
- Fixed GT06 mistake | |||
2016-08-16 | Merge pull request #2219 from Abyss777/alarms_2 | Anton Tananaev | |
Alarm decoding for next protocols | |||
2016-08-16 | GT06 Added alarm decoder for status packets | Abyss777 | |
2016-08-16 | - Added alarm decoding for 5 protocols | Abyss777 | |
2016-08-15 | Merge pull request #2215 from Abyss777/speed_threshold | Anton Tananaev | |
Made speed threshold configurable | |||
2016-08-15 | - Made speed threshold configurable | Abyss777 | |
- Added Context.getDouble() | |||
2016-08-14 | Use lower camel-case for attributes | Anton Tananaev | |
2016-08-14 | Merge pull request #2211 from Abyss777/distance | Anton Tananaev | |
Changed way of summary distance calculation | |||
2016-08-14 | - Added rounding for some values | Abyss777 | |
- Some changes in casting objects - Renamed General to Summary | |||
2016-08-14 | Use relative URLs for web app | Anton Tananaev | |
2016-08-13 | Added rounding for total distance | Abyss777 | |
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 | Removed unused imports | Abyss777 | |
2016-08-12 | Removed unnecessary rounding | Abyss777 | |
2016-08-12 | Calculate summary distance with help of "odometer" or "distance" attribute | Abyss777 | |
2016-08-12 | Always calculate distance | Abyss777 | |
2016-08-12 | Merge pull request #2206 from Abyss777/ignition | Anton Tananaev | |
Ignition and Motor Hours | |||
2016-08-12 | - Removed decimal part | Abyss777 | |
- Fixed license header | |||
2016-08-12 | - Fixed casting ignition object to boolean | Abyss777 | |
- Renamed motorHours to engineHours - Changed engine hours formatter to just hours - Added previously missed license headers to reports - Added Andrey Kunitsyn to some license headers | |||
2016-08-11 | Improve Visiontek protocol decoder | Anton Tananaev | |
2016-08-11 | Reverted VisiontekProtocolDecoder, it is need deep fix | Abyss777 | |
2016-08-11 | Added motor hours to web | Abyss777 | |
2016-08-11 | - Enabled IgnitionEventHandler in pipeline | Abyss777 | |
- Added motorHours to SummaryReport - Added ignition to test-generator.py | |||
2016-08-11 | Added strings for ignition events | Abyss777 | |
2016-08-11 | Added message templates for alarm and ignition events | Abyss777 | |
2016-08-11 | - Added IgnitionEventHandler | Abyss777 | |
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest | |||
2016-08-11 | Changed KEY_IGNITION to boolean in 3 protocols | Abyss777 | |
2016-08-10 | Merge pull request #2197 from Abyss777/reports_web | Anton Tananaev | |
Initial implementation Report API for web | |||
2016-08-10 | Forget one | Abyss777 | |
2016-08-10 | Used import instead of full name | Abyss777 | |
2016-08-10 | - Used constants in ReportResource | Abyss777 | |
- Renamed variables and functions in ReportController - Changed Strings - Fixed year | |||
2016-08-10 | Workaround for CalAmp issue | Anton Tananaev | |