aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-05Added "mV" to Position.KEY_POWER;jon-stumpf
2017-03-04Replaced hardcoded string with Position.KEY_DEVICE_TEMP in Mta6Protocol;jon-stumpf
2017-03-04Reverted code for "body tamper" in IdplProtocol;jon-stumpf
2017-03-04Reverted processing of panic button status in CarcellProtocol;jon-stumpf
2017-03-04Removed old comments that have been made redundant, as requested;jon-stumpf
2017-03-04Added Position.KEY_COMMAND;jon-stumpf
2017-03-04Recorded additional information in Aplicom protocol;jon-stumpf
2017-03-04Replaced hardcoded "pdop" with Position.KEY_PDOP;jon-stumpf
2017-03-04Recorded additional information in NavigilProtocol;jon-stumpf
2017-03-04Added comments as per the documentation;jon-stumpf
2017-03-04Replaced Position.KEY_SATELLITES with Position.KEY_SATELLITES_VISIBLE as per ...jon-stumpf
2017-03-04Replace Position.KEY_DISTANCE with Position.KEY_ODOMETER_TRIP as per Section ...jon-stumpf
2017-03-04Added Position.KEY_ODOMETER_SERVICE;jon-stumpf
2017-03-04Removed unused Position.KEY_ACCURACY;jon-stumpf
2017-03-04Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;jon-stumpf
2017-03-04Renamed Position.KEY_TRIP_ODOMETER to Position.KEY_ODOMETER_TRIP;jon-stumpf
2017-03-04Added Position.KEY_OPERATOR and updated protocols accordingly;jon-stumpf
2017-03-04Updated protocols that used hardcoded strings where there are predefined KEYS;jon-stumpf
2017-03-04Updated protocols to record additional information as reported in comments an...jon-stumpf
2017-03-04Fixed typo;jon-stumpf
2017-03-04Ensure that odometer is a number (fix #2967)Anton Tananaev
2017-03-04Merge pull request #2974 from Abyss777/fix_infinit_reconnectionAnton Tananaev
2017-03-03Schedule reconnection only if current task stoppedAbyss777
2017-03-03Decode user and password cookiesAbyss777
2017-03-02Implement Siwi protocol decoderAnton Tananaev
2017-03-02Implement Aplicom F protocolAnton Tananaev
2017-02-28Additional T55 attributesAnton Tananaev
2017-02-28Add separate QueryIgnore annotation (fix #2962)Anton Tananaev
2017-02-27- Add server-wide "device readonly" flagAbyss777
2017-02-27Improve Teltonika parameters decodingAnton Tananaev
2017-02-26Safely name sheets for excel reportsAbyss777
2017-02-26Some minor clean upAnton Tananaev
2017-02-26Merge pull request #2951 from jon-stumpf/jss-celltowerAnton Tananaev
2017-02-25Reduced the size of TotemProtocolDecoder.decode() to meet checkstyle restrict...jon-stumpf
2017-02-25Merge pull request #2942 from Abyss777/smppAnton Tananaev
2017-02-25Pass path to getTemplateAbyss777
2017-02-24Added US_ASCII Charset to ChannelBuffer.toString() call;jon-stumpf
2017-02-23Fix protocol name typoAnton Tananaev
2017-02-23- Combine template retrieving in one functionAbyss777
2017-02-22- Simplify delivery log messageAbyss777
2017-02-22Extend KHD protocol supportAnton Tananaev
2017-02-21Fixed TotemProtocol to only record vdop and pdop while parsing PATTERN1; Incr...jon-stumpf
2017-02-21Updated AplicomProtocol to record KEY_VIN;jon-stumpf
2017-02-21Updated {Gpsmta,Mxt,Tt8850} Protocols to record Accuracy;jon-stumpf
2017-02-21Replaced position.set(Position.KEY_ACCURACY, accuracy) with position.setAccur...jon-stumpf
2017-02-21Updated TotemProtocol to record "pdop" and "vdop" in PATTERN1;jon-stumpf
2017-02-21Updated TramigoProtocol to record KEY_RSSI, KEY_SATELLITES, KEY_SATELLITES_VI...jon-stumpf
2017-02-21Recorded KEY_SATELLITES in CellocatorProtocol;jon-stumpf
2017-02-22Fix TMG unit testsAnton Tananaev
2017-02-22Add additional TMG parametersAnton Tananaev