Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | - 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 | 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 | Used ALARM_GENERAL for Tytan | Abyss777 | |
2016-08-17 | - Added Kenji, T800x, Xexun alarm decoders | Abyss777 | |
- Fixed GT06 mistake | |||
2016-08-16 | GT06 Added alarm decoder for status packets | Abyss777 | |
2016-08-16 | - Added alarm decoding for 5 protocols | Abyss777 | |
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 | - Added rounding for some values | Abyss777 | |
- Some changes in casting objects - Renamed General to Summary | |||
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 | - Enabled IgnitionEventHandler in pipeline | Abyss777 | |
- Added motorHours to SummaryReport - Added ignition to test-generator.py | |||
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 | |
2016-08-09 | - Fixed csv MIME type and added response header | Abyss777 | |
- Added 3 report types - Changed some Strings - Fixed jscs issues in other files | |||
2016-08-08 | - Added deviceId in SummaryReport | Abyss777 | |
- Response bare array for application/json - Migrate to /api/reports/route in web-interface | |||
2016-08-08 | Merge pull request #2188 from ninioe/master | Anton Tananaev | |
Automatically login remembered user | |||
2016-08-08 | Merge pull request #2190 from Abyss777/reports | Anton Tananaev | |
Implement reports API calls | |||
2016-08-08 | Add coordinates filter (fix #2192) | Anton Tananaev | |
2016-08-08 | Removed addLine and addField functions | Abyss777 | |
2016-08-08 | - Used @Consumes and @Produces instead of direct header access | Abyss777 | |
- Renamed General to Summary - Other changes | |||
2016-08-07 | fix references names | ninioe | |
2016-08-07 | Checkstyle error fix | ninioe | |
2016-08-07 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
# Conflicts: # web/app/view/LoginController.js | |||
2016-08-07 | check user cookies on server side before login dialog | ninioe | |
2016-08-07 | Fixed typo in notification formatter | Anton Tananaev | |
2016-08-06 | Decode Teltonika parameters (fix #2171) | Anton Tananaev | |