aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-03-04Fixed typo;jon-stumpf
2017-03-04- Fixed log messagesAbyss777
- Combine exceptions in Protocol
2017-03-04Ensure that odometer is a number (fix #2967)Anton Tananaev
2017-03-04Merge pull request #2974 from Abyss777/fix_infinit_reconnectionAnton Tananaev
Schedule smpp reconnection only if current task stopped
2017-03-03Schedule reconnection only if current task stoppedAbyss777
2017-03-03Decode user and password cookiesAbyss777
2017-03-02Remove BaseProtocolSmsEncoder classAbyss777
Add fallback to SMS if device is not online Use more variables and ternary operators
2017-03-02Implement sms commandsAbyss777
2017-03-02Implement Siwi protocol decoderAnton Tananaev
2017-03-02Implement Aplicom F protocolAnton Tananaev
2017-02-28Additional T55 attributesAnton Tananaev
2017-02-28Add separate QueryIgnore annotation (fix #2962)Anton Tananaev
2017-02-27- Add server-wide "device readonly" flagAbyss777
- Allow "device readonly" users send commands
2017-02-27Improve Teltonika parameters decodingAnton Tananaev
2017-02-26Safely name sheets for excel reportsAbyss777
2017-02-26Some minor clean upAnton Tananaev
2017-02-26Merge pull request #2951 from jon-stumpf/jss-celltowerAnton Tananaev
CellTowers and capturing additional protocol information
2017-02-25Reduced the size of TotemProtocolDecoder.decode() to meet checkstyle ↵jon-stumpf
restrictions;
2017-02-25Merge pull request #2942 from Abyss777/smppAnton Tananaev
Implement SMS notifications with help of smpp protocol
2017-02-25Pass path to getTemplateAbyss777
2017-02-24Added US_ASCII Charset to ChannelBuffer.toString() call;jon-stumpf
2017-02-23Fix protocol name typoAnton Tananaev
2017-02-23- Combine template retrieving in one functionAbyss777
- Do not request delivery receipt
2017-02-22- Simplify delivery log messageAbyss777
- Use warning instead of error
2017-02-22Extend KHD protocol supportAnton Tananaev
2017-02-21Fixed TotemProtocol to only record vdop and pdop while parsing PATTERN1; ↵jon-stumpf
Increased maximum MethodLength to 160;
2017-02-21Updated AplicomProtocol to record KEY_VIN;jon-stumpf
2017-02-21Updated {Gpsmta,Mxt,Tt8850} Protocols to record Accuracy;jon-stumpf
2017-02-21Replaced position.set(Position.KEY_ACCURACY, accuracy) with ↵jon-stumpf
position.setAccuracy(accuracy);
2017-02-21Updated TotemProtocol to record "pdop" and "vdop" in PATTERN1;jon-stumpf
2017-02-21Updated TramigoProtocol to record KEY_RSSI, KEY_SATELLITES, ↵jon-stumpf
KEY_SATELLITES_VISIBLE, and KEY_CHARGE;
2017-02-21Recorded KEY_SATELLITES in CellocatorProtocol;jon-stumpf
2017-02-22Fix TMG unit testsAnton Tananaev
2017-02-22Add additional TMG parametersAnton Tananaev
2017-02-22Minor change to filtering handlerAnton Tananaev
2017-02-22Add new Galileo attributesAnton Tananaev
2017-02-21Ignore marked methods in query builder (fix #2941)Anton Tananaev
2017-02-21Implement SMS notifications with help smpp protocolAbyss777
2017-02-21Add UDP support for Pricol protocolAnton Tananaev
2017-02-21Merge pull request #2906 from jon-stumpf/jss-minifinderAnton Tananaev
MiniFinder Updates
2017-02-20Updated protocols to record CellTower information where appropriate; Removed ↵jon-stumpf
KEY_RSSI when reported in CellTower;
2017-02-20Updated Atrack protocol to report network information;jon-stumpf
2017-02-21Update Context classAnton Tananaev
2017-02-21Fix URL problem in geocodersAnton Tananaev
2017-02-20Resolved conflict with master;jon-stumpf
2017-02-20Implement TAIP protocol variantAnton Tananaev
2017-02-20Convert GL200 odometer to metersAnton Tananaev
2017-02-19Updated TmpProtocolDecoder to record KEY_SATELLITES_VISIBLE, KEY_RSSI, and ↵jon-stumpf
"operator";
2017-02-20Decode GL200 validity flagAnton Tananaev
2017-02-18Added KEY_RSSI for protocols that had yet to record them;jon-stumpf