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