aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/XexunProtocolDecoder.java
AgeCommit message (Collapse)Author
2019-03-31Convert project to gradleAnton Tananaev
2018-10-17Move server init into constructorAnton Tananaev
2018-06-06- Migrate X,Y,W protocolsAbyss777
- Add BufferUtil helper class
2018-01-22Add new position constructorAnton Tananaev
2017-10-10Update case statement XexunKirk Ryan
A proposed change to allow for the correct use of value.toLowerCase() handling (case-insensitive switch statement functionality.
2017-10-08Support alternative Xexun ignitionAnton Tananaev
2017-08-29Move common speed converting code to BaseProtocolDecoderAbyss777
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.