aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-20Alternative TAIP acknowledgementAnton Tananaev
2017-03-20Fixes to StarLink decoderAnton Tananaev
2017-03-20Add Suntech test casesAnton Tananaev
2017-03-19Implement GL200 GSM message supportAnton Tananaev
2017-03-18Merge pull request #3018 from jon-stumpf/jss-parse-nextDateTimeAnton Tananaev
Date and time decoding improvements
2017-03-17Removed capture of milliseconds for UTC time in Gps103 protocol; Determined ↵jon-stumpf
one test position in Gps103ProtocolDecoderTest.java has only 2 digits where 3 digits are needed for milliseconds;
2017-03-17Removed capture of milliseconds in Homtecs protocol; The *one* test position ↵jon-stumpf
has 2 digits instead of 3; Access to documentation online and/or more test positions are needed to safely implement the capture of milliseconds;
2017-03-18Add driver id for StarLink protocolAnton Tananaev
2017-03-17Fixed time comment in Tk103 and Totem protocols as requested;jon-stumpf
2017-03-17Fixed time comments for uncaptured milliseconds as requested;jon-stumpf
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-17Reverted changes to StarLinkProtocolDecoder.java to avoid merge conflict;jon-stumpf
2017-03-17Merged Y4 and Y2 DateTimeFormats, simplifying switch;jon-stumpf
2017-03-17Implemented capture of milliseconds in ExtremTrac, Megastek, and Tlt2h ↵jon-stumpf
protocols;
2017-03-17Implemented capture of milliseconds in L100 protocol as per regex; No ↵jon-stumpf
documentation available;
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 Parser.DateTimeFormat;jon-stumpf
2017-03-17Fixed time comments in CarTrack, Pt502, and Trackbox protocols;jon-stumpf
2017-03-17Fixed all comments for date and time to include format details;jon-stumpf
2017-03-17Fixed comment for date format to match code in Meitrack and Totem protocols;jon-stumpf
2017-03-17Add Suntech ST910 unit testAnton Tananaev
2017-03-17Add Suntech HBM flagAnton Tananaev
2017-03-17Add Suntech ST300 unit testsAnton Tananaev
2017-03-17Decode additional H02 parametersAnton Tananaev
2017-03-17Load XT2400 format from configAnton Tananaev
2017-03-17Merge pull request #3019 from jon-stumpf/jss-fix-starlinkAnton Tananaev
Fixed bug in StarLinkProtocolDecoder.java
2017-03-16Fixed bug in StarLinkProtocolDecoder.java;jon-stumpf
2017-03-17Finish XT2400 protocol implementationAnton Tananaev
2017-03-16Merge pull request #3011 from Abyss777/reports_timezoneAnton Tananaev
Use timezone from preferences for excel reports
2017-03-16Share code in excel reportsAbyss777
2017-03-16Start XT2400 protocol implementationAnton Tananaev
2017-03-16Implement Ulbotech response handlingAnton Tananaev
2017-03-16Fix Aplicom F decodingAnton Tananaev
2017-03-16Implement H02 power cut alarmAnton Tananaev
2017-03-15Use timezone from preferences for excel reportsAbyss777
2017-03-15Decode more Galileo parametersAnton Tananaev
2017-03-15Merge pull request #3007 from Abyss777/fix_server_requestAnton Tananaev
Fix missed fields in updateServer request
2017-03-14Fix missed fields in updateServer requestAbyss777
2017-03-14Merge pull request #3001 from Abyss777/timezoneAnton Tananaev
Timezone field to User and Server model
2017-03-14Combine some exceptions to ReflectiveOperationExceptionAbyss777
2017-03-14Fix indentationAbyss777
2017-03-14Implemented helper lookupPreferenceAbyss777
2017-03-14Fix forceSettings applyingAbyss777
2017-03-14- Use ternary operatorAbyss777
- Apply server.forceSettings to speed units, distance units and timezone - Use hyphens for date formatting
2017-03-14Re-implement StarLink protocol decoderAnton Tananaev
2017-03-13- Add timezone field to User and Server modelAbyss777
- Pass Velocity DateTool to templates - Adjusted templates to use timezone
2017-03-12Implemented Parser.nextDateTime();jon-stumpf