aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/helper
AgeCommit message (Collapse)Author
2017-07-14Correction based on comments.Ivan Muratov
Re-write modulo256 checksum's parameter to byte array, not varargs. Split the tests to two methods for HEADER ver1 and ver2. Remove above-class copyrights, added top-file copyrights. Rename parcelNumber to index. Rename recordStartSign to recordType. Remove crearing additional buffer for record data, use origin buffer instead. Added check on minimal length of packet to avoid the out-of-range exceptions.
2017-07-13Replace MODULO256 checksum method.Ivan Muratov
Added covering tests.
2017-07-09Implement GalileoSky protocol commandsAnton Tananaev
2017-07-05Add new attribute keys (fix #3313)Anton Tananaev
2017-04-26Implement additional Xirgo attributesAnton Tananaev
2017-04-17Allow optional primitivesAnton Tananaev
2017-03-18Merge pull request #3018 from jon-stumpf/jss-parse-nextDateTimeAnton Tananaev
Date and time decoding improvements
2017-03-17Removed unnecessary comments in Parser.java as requested;jon-stumpf
2017-03-17Removed ISO8601 DateTimeFormat as requested;jon-stumpf
2017-03-17Renamed millisecond DateTimeFormats as requested;jon-stumpf
2017-03-17Merged Y4 and Y2 DateTimeFormats, simplifying switch;jon-stumpf
2017-03-15Use timezone from preferences for excel reportsAbyss777
2017-03-12Implemented Parser.nextDateTime();jon-stumpf
2017-03-04Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;jon-stumpf
2017-02-11Fix some code issuesAnton Tananaev
2016-12-30Remove unused importsAnton Tananaev
2016-12-30Init crypto on statup (fix #2422)Anton Tananaev
2016-12-18Implement AIS protocol decoderAnton Tananaev
2016-12-05Implement OIGO MG protocolAnton Tananaev
2016-11-27- Rename functionAbyss777
- Fix formatting
2016-11-26Add license headerAbyss777
2016-11-26Implement polyline geofenceAbyss777
2016-11-24- Use one parserAbyss777
- Reverted passing variables way
2016-11-23- Pass client timezone to excel templateAbyss777
- Templates: adjust timezone, use "https" in links
2016-11-19Fix code analysis problemsAnton Tananaev
2016-11-06Fix NMEA checksum calculation (fix #2405)Anton Tananaev
2016-11-03Include version in server modelAnton Tananaev
2016-11-02Update copyright notice emailsAnton Tananaev
2016-11-01Move parseDate to DateUtilAbyss777
2016-10-27Export positions to GPXAbyss777
2016-10-24Correctly decode negative coords (fix #2479)Anton Tananaev
2016-10-04Decode GPS103 DTCs (fix #2401)Anton Tananaev
2016-10-03Start Smokey protocol implementationAnton Tananaev
2016-10-02Fix some issues in JT600 decoderAnton Tananaev
2016-10-02Moved 'xor' checksum method to the utility class.Vitaly Litvak
2016-09-20Don't convert Castel OBD valuesAnton Tananaev
2016-09-19Update regex pattern debuggerAnton Tananaev
2016-09-16Implement SinoCastel OBD decodingAnton Tananaev
2016-09-14Implement more Castel message typesAnton Tananaev
2016-08-24- Added speed converting in NotificationFormatterAbyss777
- Used constants in UnitsConverter
2016-08-14Use lower camel-case for attributesAnton Tananaev
2016-07-11Add new CRC16 algorithmAnton Tananaev
2016-05-31- Fixed style issues.drecchia
2016-05-26- Simplification of the hierarchy of models classesAbyss777
- Removed automatically founded unnecessary imports
2016-05-10Improve pattern check utilityAnton Tananaev
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-04-27Rename ChannelBufferTools to BcdUtilAnton Tananaev
2016-04-17Fix static code analysis issuesAnton Tananaev
2016-04-15Fix regression issue in the treeAnton Tananaev
2016-04-15Fix check style code issuesAnton Tananaev