Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-07 | Rename pattern to upper case style | Anton Tananaev | |
2015-10-04 | Replace valueOf with parseXxx | Anton Tananaev | |
2015-10-04 | Remove trailing whitespaces from code | Anton Tananaev | |
2015-09-23 | Clean up code inspection issues | Anton Tananaev | |
2015-07-12 | Re-factor decoder interface | Anton Tananaev | |
2015-06-29 | Merge commands implmentation (fix #1271) | Anton Tananaev | |
2015-05-04 | Create prefixes for other data | Anton Tananaev | |
2015-05-04 | Create other data keys | Anton Tananaev | |
2015-04-29 | Store other data in position | Anton Tananaev | |
2015-04-27 | Remove unnecessary default values | Anton Tananaev | |
2015-04-23 | Major code refacroting | Anton Tananaev | |
2014-10-21 | Updated BaseProtocolDecoder constructor to take three parameters ↵ | jon-stumpf | |
(DataManager, String, Properties); Removed second constructor; | |||
2014-10-21 | Made BaseProtocolDecoder members "final" as they should not change after ↵ | jon-stumpf | |
construction. | |||
2014-10-21 | Eliminated the need for hardcoded protocol strings in the ↵ | jon-stumpf | |
src/org/traccar/protocol/*ProtocolDecoder.java files. | |||
2014-05-31 | changed required block of information "&Y" to optional since my CarTrack | 31neKl31n3N4chtmu51k | |
clone doesn't have this field. It is actually a GT60 clone that sends message in the CarTrack format. | |||
2014-05-09 | Fix code formatting | Anton Tananaev | |
2014-05-08 | Update CarTrackProtocolDecoder.java | Rohit Singhal | |
Update Speed Parsing Code and Null Pointer Handling | |||
2014-04-20 | Update CarTrackProtocolDecoder.java | errohitsinghal | |
Mileage Data is encrypted to HEX and Special Chars. I have made change as per logic. | |||
2014-04-20 | Implement CarTrack protocol | Anton Tananaev | |