Age | Commit message (Expand) | Author |
2017-05-23 | Organize satellites and RSSI values | Abyss777 |
2017-05-22 | Organize KEY_xDOP values | Abyss777 |
2017-05-19 | Adjust battery and batteryLevel type | Abyss777 |
2017-04-17 | Allow optional primitives | 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 | Merged Y4 and Y2 DateTimeFormats, simplifying switch; | 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-05 | Performed all KEY_POWER and KEY_BATTERY conversions using multiplication vers... | jon-stumpf |
2017-03-04 | Replaced hardcoded "pdop" with Position.KEY_PDOP; | jon-stumpf |
2017-03-04 | Ensure that odometer is a number (fix #2967) | Anton Tananaev |
2017-02-26 | Some minor clean up | Anton Tananaev |
2017-02-25 | Reduced the size of TotemProtocolDecoder.decode() to meet checkstyle restrict... | jon-stumpf |
2017-02-21 | Fixed TotemProtocol to only record vdop and pdop while parsing PATTERN1; Incr... | jon-stumpf |
2017-02-21 | Updated TotemProtocol to record "pdop" and "vdop" in PATTERN1; | jon-stumpf |
2017-02-20 | Updated protocols to record CellTower information where appropriate; Removed ... | jon-stumpf |
2016-12-20 | Rename GSM to RSSI attribute | Anton Tananaev |
2016-12-20 | Refactor protocols for network location | Anton Tananaev |
2016-11-05 | Support new Totem protocol format | Anton Tananaev |
2016-11-02 | Update copyright notice emails | Anton Tananaev |
2016-09-16 | Use same code formatting for switches | Anton Tananaev |
2016-08-23 | - Fixed units of KEY_ODOMETER to meters in some protocols | Abyss777 |
2016-08-05 | - Removed OIL_CUT | Abyss777 |
2016-08-01 | - Added a few more protocols | Abyss777 |
2016-07-29 | Organized alarms in the first part of protocols | Abyss777 |
2016-07-19 | Move device id to a session | Anton Tananaev |
2016-06-04 | Implement new Totem protocol format | Anton Tananaev |
2016-05-26 | - Simplification of the hierarchy of models classes | Abyss777 |
2016-05-04 | Explicitly use ASCII charset | Anton Tananaev |
2015-12-13 | Add new format to Totem protocol decoder | Anton Tananaev |
2015-11-30 | Always pass remote address to identify method | Anton Tananaev |
2015-11-15 | Store LAC and CID in right format | Anton Tananaev |
2015-10-25 | Fix few check style issues | Anton Tananaev |
2015-10-25 | Refactor Totem protocol decoder | Anton Tananaev |
2015-10-24 | Refactor pattern builder class | Anton Tananaev |
2015-10-19 | Clean up some check style issues | Anton Tananaev |
2015-10-19 | Partially refactor totem decoder | Anton Tananaev |
2015-10-07 | Rename pattern to upper case style | Anton Tananaev |
2015-10-07 | Replace Double.valueOf with parseDouble | Anton Tananaev |
2015-10-07 | Replace more valueOf with parseXxx | Anton Tananaev |
2015-10-07 | Use pattern builder for Xexun | Anton Tananaev |
2015-10-07 | Implement pattern builder util class | Anton Tananaev |
2015-10-04 | Remove trailing whitespaces from code | Anton Tananaev |
2015-09-08 | Update Totem protocol decoder | Anton Tananaev |
2015-08-21 | Add Totem protocol acknowledgement | Anton Tananaev |
2015-08-21 | Fix new Totem format decoding | Anton Tananaev |
2015-08-07 | Fix Totem regex parser | Anton Tananaev |
2015-07-12 | Re-factor decoder interface | Anton Tananaev |