aboutsummaryrefslogtreecommitdiff
path: root/src/org
AgeCommit message (Collapse)Author
2016-08-17Used ALARM_GENERAL for TytanAbyss777
2016-08-17- Added Kenji, T800x, Xexun alarm decodersAbyss777
- Fixed GT06 mistake
2016-08-16GT06 Added alarm decoder for status packetsAbyss777
2016-08-16- Added alarm decoding for 5 protocolsAbyss777
2016-08-15- Made speed threshold configurableAbyss777
- Added Context.getDouble()
2016-08-14Use lower camel-case for attributesAnton Tananaev
2016-08-14- Added rounding for some valuesAbyss777
- Some changes in casting objects - Renamed General to Summary
2016-08-13Added rounding for total distanceAbyss777
2016-08-13- Split distance to distance and total distanceAbyss777
- Switch summary report to total distance - Move DistanceHandler after filters in pipeline - Other accompanying changes
2016-08-12Removed unused importsAbyss777
2016-08-12Removed unnecessary roundingAbyss777
2016-08-12Calculate summary distance with help of "odometer" or "distance" attributeAbyss777
2016-08-12Always calculate distanceAbyss777
2016-08-12Merge pull request #2206 from Abyss777/ignitionAnton Tananaev
Ignition and Motor Hours
2016-08-12- Removed decimal partAbyss777
- Fixed license header
2016-08-12- Fixed casting ignition object to booleanAbyss777
- 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-11Improve Visiontek protocol decoderAnton Tananaev
2016-08-11Reverted VisiontekProtocolDecoder, it is need deep fixAbyss777
2016-08-11- Enabled IgnitionEventHandler in pipelineAbyss777
- Added motorHours to SummaryReport - Added ignition to test-generator.py
2016-08-11Added message templates for alarm and ignition eventsAbyss777
2016-08-11- Added IgnitionEventHandlerAbyss777
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest
2016-08-11Changed KEY_IGNITION to boolean in 3 protocolsAbyss777
2016-08-10Merge pull request #2197 from Abyss777/reports_webAnton Tananaev
Initial implementation Report API for web
2016-08-10Forget oneAbyss777
2016-08-10Used import instead of full nameAbyss777
2016-08-10- Used constants in ReportResourceAbyss777
- Renamed variables and functions in ReportController - Changed Strings - Fixed year
2016-08-10Workaround for CalAmp issueAnton Tananaev
2016-08-09- Fixed csv MIME type and added response headerAbyss777
- Added 3 report types - Changed some Strings - Fixed jscs issues in other files
2016-08-08- Added deviceId in SummaryReportAbyss777
- Response bare array for application/json - Migrate to /api/reports/route in web-interface
2016-08-08Merge pull request #2188 from ninioe/masterAnton Tananaev
Automatically login remembered user
2016-08-08Merge pull request #2190 from Abyss777/reportsAnton Tananaev
Implement reports API calls
2016-08-08Add coordinates filter (fix #2192)Anton Tananaev
2016-08-08Removed addLine and addField functionsAbyss777
2016-08-08- Used @Consumes and @Produces instead of direct header accessAbyss777
- Renamed General to Summary - Other changes
2016-08-07fix references namesninioe
2016-08-07Checkstyle error fixninioe
2016-08-07Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
# Conflicts: # web/app/view/LoginController.js
2016-08-07check user cookies on server side before login dialogninioe
2016-08-07Fixed typo in notification formatterAnton Tananaev
2016-08-06Decode Teltonika parameters (fix #2171)Anton Tananaev
2016-08-06Refactor Castel protocol decoderAnton Tananaev
2016-08-06Support temperature for TK103 protocolAnton Tananaev
2016-08-06Fix an issue in Castel decoderAnton Tananaev
2016-08-05Implement OBD dongle protocolAnton Tananaev
2016-08-05Do not repeat header for every deviceAbyss777
2016-08-05- Moved GeneralReport to separate fileAbyss777
- Removed unnecessary getOut function - Added methods sorting
2016-08-05- Added distance roundingAbyss777
- Fixed charset
2016-08-05Merge pull request #2166 from Abyss777/alarmsAnton Tananaev
Organized alarms in the first part of protocols
2016-08-05- Removed OIL_CUTAbyss777
- Renamed guard to armed - Style fixes and optimizations
2016-08-04Fix codestyle issue with if conditionAnton Tananaev