aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/XexunProtocolDecoder.java
AgeCommit message (Collapse)Author
2017-06-06Add ignition support for XexunAnton Tananaev
2017-05-23Organize satellites and RSSI valuesAbyss777
2017-05-11again...cz-vilda
2017-05-11Fix errorcz-vilda
2017-05-10Extend xexun protocol - kn and kmhcz-vilda
Updated xexun protocol to be able to use kmh as source speed.
2017-04-17Allow optional primitivesAnton Tananaev
2017-03-17Fixed time comments for uncaptured milliseconds as requested;jon-stumpf
2017-03-17Removed capture of milliseconds from protocols that did not support ↵jon-stumpf
".(ddd)": Enfora, GpsGate, Meiligao, and Xexun;
2017-03-17Fixed protocols that incorrectly used ".(d+)" to record milliseconds: ↵jon-stumpf
Enfora, GpsGate, Gt30, Meiligao, Sanav, Tlt2h, and Xexun;
2017-03-17Fixed all comments for date and time to include format details;jon-stumpf
2016-11-02Update copyright notice emailsAnton Tananaev
2016-09-16Use same code formatting for switchesAnton Tananaev
2016-09-14Support Xexun messages without timeAnton Tananaev
2016-08-17- Added Kenji, T800x, Xexun alarm decodersAbyss777
- Fixed GT06 mistake
2016-07-19Move device id to a sessionAnton Tananaev
2016-05-26- Simplification of the hierarchy of models classesAbyss777
- Removed automatically founded unnecessary imports
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-02-27Update Xexun decoder regex patternAnton Tananaev
2016-02-26Flexible coordinates format for XexunAnton Tananaev
2016-02-07Handle new line in Xexun messagesAnton Tananaev
2015-11-30Always pass remote address to identify methodAnton Tananaev
2015-10-25Remove unused class importsAnton Tananaev
2015-10-25Refactor Xexun protocol decoderAnton Tananaev
2015-10-24Refactor pattern builder classAnton Tananaev
2015-10-08Clean up reported PMD issuesAnton Tananaev
2015-10-07Rename pattern to upper case styleAnton Tananaev
2015-10-07Replace Double.valueOf with parseDoubleAnton Tananaev
2015-10-07Replace more valueOf with parseXxxAnton Tananaev
2015-10-07Use pattern builder for XexunAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-09-23More code issues clean upAnton Tananaev
2015-09-23Clean up code inspection issuesAnton Tananaev
2015-07-12Re-factor decoder interfaceAnton Tananaev
2015-06-29Combine Xexun decoders (fix #1282)Anton Tananaev
2015-06-29Merge commands implmentation (fix #1271)Anton Tananaev
2015-05-04Create other data keysAnton Tananaev
2015-04-29Store other data in positionAnton Tananaev
2015-04-27Remove unnecessary default valuesAnton Tananaev
2015-04-23Major code refacrotingAnton Tananaev
2015-02-17Add Xexun Glonass support (fix #1082)Anton Tananaev
2014-10-21Updated BaseProtocolDecoder constructor to take three parameters ↵jon-stumpf
(DataManager, String, Properties); Removed second constructor;
2014-10-21Made BaseProtocolDecoder members "final" as they should not change after ↵jon-stumpf
construction.
2014-10-21Eliminated the need for hardcoded protocol strings in the ↵jon-stumpf
src/org/traccar/protocol/*ProtocolDecoder.java files.
2014-09-19Workaround missing hemisphere (fix #874)Anton Tananaev
2014-04-08Replace HOUR with HOUR_OF_DAYAnton Tananaev
2013-11-23Fix xexun decoder (fix #460)Anton Tananaev
2013-11-09Improve unit test verificationAnton Tananaev
2013-08-27Modify Xexun decoderAnton Tananaev
2013-08-12Fix typo in decodersAnton Tananaev
2013-03-16Fix xexun protocol decoder (fix #170)Anton Tananaev