Age | Commit message (Expand) | Author |
2017-03-23 | Extend Telic protocol decoder | Anton Tananaev |
2017-03-21 | Implement Ruptela responses | Anton Tananaev |
2017-03-21 | Implement more Ruptela commands | Anton Tananaev |
2017-03-21 | Additional DMT attributes | Anton Tananaev |
2017-03-21 | Handle DMT messages without location | Anton Tananaev |
2017-03-21 | Merge pull request #3022 from Abyss777/pnone_device | Anton Tananaev |
2017-03-20 | Use Iterator for maps cleanup | Abyss777 |
2017-03-20 | Move handleTextMessage function to separate handler. | Abyss777 |
2017-03-20 | Implement phone to device comparison | Abyss777 |
2017-03-20 | Alternative TAIP acknowledgement | Anton Tananaev |
2017-03-20 | Fixes to StarLink decoder | Anton Tananaev |
2017-03-19 | Implement GL200 GSM message support | Anton Tananaev |
2017-03-18 | Merge pull request #3018 from jon-stumpf/jss-parse-nextDateTime | Anton Tananaev |
2017-03-17 | Removed capture of milliseconds for UTC time in Gps103 protocol; Determined o... | jon-stumpf |
2017-03-17 | Removed capture of milliseconds in Homtecs protocol; The *one* test position ... | jon-stumpf |
2017-03-18 | Add driver id for StarLink protocol | Anton Tananaev |
2017-03-17 | Fixed time comment in Tk103 and Totem protocols as requested; | jon-stumpf |
2017-03-17 | Fixed time comments for uncaptured milliseconds as requested; | jon-stumpf |
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-17 | Add Suntech HBM flag | Anton Tananaev |
2017-03-17 | Decode additional H02 parameters | Anton Tananaev |
2017-03-17 | Load XT2400 format from config | Anton Tananaev |
2017-03-16 | Fixed bug in StarLinkProtocolDecoder.java; | jon-stumpf |
2017-03-17 | Finish XT2400 protocol implementation | Anton Tananaev |
2017-03-16 | Merge pull request #3011 from Abyss777/reports_timezone | Anton Tananaev |
2017-03-16 | Share code in excel reports | Abyss777 |
2017-03-16 | Start XT2400 protocol implementation | Anton Tananaev |
2017-03-16 | Implement Ulbotech response handling | Anton Tananaev |
2017-03-16 | Fix Aplicom F decoding | Anton Tananaev |
2017-03-16 | Implement H02 power cut alarm | Anton Tananaev |
2017-03-15 | Use timezone from preferences for excel reports | Abyss777 |
2017-03-15 | Decode more Galileo parameters | Anton Tananaev |
2017-03-14 | Merge pull request #3001 from Abyss777/timezone | Anton Tananaev |
2017-03-14 | Combine some exceptions to ReflectiveOperationException | Abyss777 |
2017-03-14 | Fix indentation | Abyss777 |
2017-03-14 | Implemented helper lookupPreference | Abyss777 |
2017-03-14 | Fix forceSettings applying | Abyss777 |
2017-03-14 | - Use ternary operator | Abyss777 |