Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-17 | Make access to permissions cache thread-safe | Toby | |
2021-06-17 | Take "steps" value from LK frames | l-e-o-n-c-e | |
"Steps" counter value is currently parsed from a complete GPS frame ony, but according to the protocol it is also transmitted in all "LK" keepalive frames, as well as the battery level. Example : [3G*123456789*000D*LK,1234,0,98] means 1234 steps counted and 98% battery level. Note : for this value to be incremented, the device should receive a 'PEDO,1' command (and 'PEDO,0' to stop the counter) | |||
2021-06-16 | Support TLP1 and TLP2 formats | Anton Tananaev | |
2021-06-16 | Support AM01 protocol | Anton Tananaev | |
2021-06-13 | Fix coordinates decoding | Anton Tananaev | |
2021-06-12 | Decode general information message | Anton Tananaev | |
2021-06-12 | Support extended Portman format | Anton Tananaev | |
2021-06-12 | Fix tests | Anton Tananaev | |
2021-06-12 | Support Kingwo protocol | Anton Tananaev | |
2021-06-12 | Modify NotificatorTelegram.java | RafaelMiquelino | |
Change chatId attribute name to "telegramChatId". | |||
2021-06-11 | Modify NotificatorTelegram.java | RafaelMiquelino | |
Add chatId based on "notificationTelegramChatId" user attributes, if available. | |||
2021-06-10 | Fix protocol response | Anton Tananaev | |
2021-06-09 | Fix Telegram notifications (fix #4690) | Anton Tananaev | |
2021-06-05 | Merge pull request #4657 from PinCarBR/vt200_ignition | Anton Tananaev | |
Add ignition status to Vt200 Protocol | |||
2021-06-05 | Modify Vt200ProtocolDecoder | RafaelMiquelino | |
Change condition to read position to buf.readableBytes() > 2 | |||
2021-06-03 | Set type is a single place | Anton Tananaev | |
2021-06-03 | Support for Type - MicTrack | James | |
Support Type value for MicTrack protocol | |||
2021-06-02 | Fix TAIP response | Anton Tananaev | |
2021-06-02 | Decode GSM signal and satellites | Anton Tananaev | |
2021-06-02 | Add Portman protocol support | Anton Tananaev | |
2021-06-01 | Ignore empty locations (fix #4687) | Anton Tananaev | |
2021-06-01 | Implement custom command support | Anton Tananaev | |
2021-05-30 | Fix acknowledgement response | Anton Tananaev | |
2021-05-28 | Ack response for all types | Anton Tananaev | |
2021-05-27 | Implement ThinkPower protocol | Anton Tananaev | |
2021-05-27 | Decode driver id | Anton Tananaev | |
2021-05-27 | Merge pull request #4684 from Elsensee/patch-2 | Anton Tananaev | |
Fix poweroff alarm and extend megastek protocol | |||
2021-05-28 | Fix trailing spaces | Oliver Schramm | |
2021-05-27 | Add unit test for alarm event decoding | Oliver Schramm | |
2021-05-25 | Decode ignition value | Anton Tananaev | |
2021-05-25 | Fix voltage decoding | Anton Tananaev | |
2021-05-26 | Adjust code style | Oliver Schramm | |
2021-05-25 | Use verifyAttribute in megastek test | Oliver Schramm | |
2021-05-24 | Fix response | Anton Tananaev | |
2021-05-24 | Fix time and decode cell info | Anton Tananaev | |
2021-05-25 | Fix and add tests and add alert event types | Oliver Schramm | |
2021-05-23 | Add flexible report protocol | Anton Tananaev | |
2021-05-24 | Fix poweroff alarm and extend megastek protocol | Oliver S | |
2021-05-23 | Start R12W protocol implementation | Anton Tananaev | |
2021-05-23 | Fix temperature decoding | Anton Tananaev | |
2021-05-22 | Support Mictrack MT700 format | Anton Tananaev | |
2021-05-22 | Use long int for status | Anton Tananaev | |
2021-05-20 | Add Teltonika panic support | Anton Tananaev | |
2021-05-19 | Implement server response | Anton Tananaev | |
2021-05-18 | Handle missing location data | Anton Tananaev | |
2021-05-17 | Start UUX protocol implementation | Anton Tananaev | |
2021-05-17 | Decode additional data (fix #4677) | Anton Tananaev | |
2021-05-15 | Fix temperature decoding | Anton Tananaev | |
2021-05-13 | Decode fuel and temperature | Anton Tananaev | |
2021-05-11 | Decode additional attributes | Anton Tananaev | |