Age | Commit message (Expand) | Author |
2017-03-17 | Removed unnecessary comments in Parser.java as requested; | jon-stumpf |
2017-03-17 | Removed ISO8601 DateTimeFormat as requested; | jon-stumpf |
2017-03-17 | Renamed millisecond DateTimeFormats as requested; | jon-stumpf |
2017-03-17 | Reverted changes to StarLinkProtocolDecoder.java to avoid merge conflict; | jon-stumpf |
2017-03-17 | Merged Y4 and Y2 DateTimeFormats, simplifying switch; | jon-stumpf |
2017-03-17 | Implemented capture of milliseconds in ExtremTrac, Megastek, and Tlt2h protoc... | jon-stumpf |
2017-03-17 | Implemented capture of milliseconds in L100 protocol as per regex; No documen... | jon-stumpf |
2017-03-17 | Removed capture of milliseconds from protocols that did not support ".(ddd)":... | jon-stumpf |
2017-03-17 | Fixed protocols that incorrectly used ".(d+)" to record milliseconds: Enfora,... | jon-stumpf |
2017-03-17 | Fixed Parser.DateTimeFormat; | jon-stumpf |
2017-03-17 | Fixed time comments in CarTrack, Pt502, and Trackbox protocols; | jon-stumpf |
2017-03-17 | Fixed all comments for date and time to include format details; | jon-stumpf |
2017-03-17 | Fixed comment for date format to match code in Meitrack and Totem protocols; | jon-stumpf |
2017-03-12 | Implemented Parser.nextDateTime(); | jon-stumpf |
2017-03-10 | Merge pull request #2987 from jon-stumpf/master | Anton Tananaev |
2017-03-09 | Removed execute permissions from source code files; | jon-stumpf |
2017-03-10 | Fix Siwi protocol decoder | Anton Tananaev |
2017-03-09 | Allow set different source address for commands | Abyss777 |
2017-03-08 | Fix Laipac protocol acknowledgement | Anton Tananaev |
2017-03-08 | Minor formatting fixes | Anton Tananaev |
2017-03-08 | Merge pull request #2979 from jon-stumpf/jss-add-info | Anton Tananaev |
2017-03-07 | Removed unnecessary comments; | jon-stumpf |
2017-03-07 | Merge pull request #2982 from Abyss777/rename_data_and_text | Anton Tananaev |
2017-03-07 | Implement DMT protocol | Anton Tananaev |
2017-03-06 | Introduce terms "data" and "text" commands | Abyss777 |
2017-03-05 | Updated comments in Position.java; | jon-stumpf |
2017-03-05 | Implement StarLink decoder | Anton Tananaev |
2017-03-05 | Merge pull request #2971 from Abyss777/sms_commands | Anton Tananaev |
2017-03-05 | One more combine exceptions to generic | Abyss777 |
2017-03-05 | Updated units of measure comments in Position.java; | jon-stumpf |
2017-03-05 | Performed all KEY_POWER and KEY_BATTERY conversions using multiplication vers... | jon-stumpf |
2017-03-05 | Converted all KEY_POWER and KEY_BATTERY to volts; Removed string "mV"; | jon-stumpf |
2017-03-05 | Fixed bug in recording KEY_BATTERY in AplicomProtocol; | jon-stumpf |
2017-03-05 | Added units of measure as comments to specific keys; | jon-stumpf |
2017-03-05 | Added "mV" to Position.KEY_POWER; | jon-stumpf |
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 |