aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-12-27revert to the original filtering logicsoshial
2021-09-28shorten IF clausesoshial
2021-09-18improve SQL querysoshial
2021-09-13remove commentssoshial
2021-09-12improve naming and commentssoshial
2021-09-12filtering optimizationssoshial
2021-09-10add support for relative filteringsoshial
2021-06-19Disable directory listings (fix #4701)Anton Tananaev
2021-06-19Fix harsh driving decodingAnton Tananaev
2021-06-17Merge pull request #4699 from l-e-o-n-c-e/patch-1Anton Tananaev
Take "steps" value from LK frames
2021-06-17Update WatchProtocolDecoder.javal-e-o-n-c-e
2021-06-17Make access to permissions cache thread-safeToby
2021-06-17Take "steps" value from LK framesl-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-16Support TLP1 and TLP2 formatsAnton Tananaev
2021-06-16Support AM01 protocolAnton Tananaev
2021-06-13Fix coordinates decodingAnton Tananaev
2021-06-12Decode general information messageAnton Tananaev
2021-06-12Support extended Portman formatAnton Tananaev
2021-06-12Fix testsAnton Tananaev
2021-06-12Support Kingwo protocolAnton Tananaev
2021-06-12Modify NotificatorTelegram.javaRafaelMiquelino
Change chatId attribute name to "telegramChatId".
2021-06-11Modify NotificatorTelegram.javaRafaelMiquelino
Add chatId based on "notificationTelegramChatId" user attributes, if available.
2021-06-10Fix protocol responseAnton Tananaev
2021-06-09Fix Telegram notifications (fix #4690)Anton Tananaev
2021-06-05Merge pull request #4657 from PinCarBR/vt200_ignitionAnton Tananaev
Add ignition status to Vt200 Protocol
2021-06-05Modify Vt200ProtocolDecoderRafaelMiquelino
Change condition to read position to buf.readableBytes() > 2
2021-06-03Set type is a single placeAnton Tananaev
2021-06-03Support for Type - MicTrackJames
Support Type value for MicTrack protocol
2021-06-02Fix TAIP responseAnton Tananaev
2021-06-02Decode GSM signal and satellitesAnton Tananaev
2021-06-02Add Portman protocol supportAnton Tananaev
2021-06-01Ignore empty locations (fix #4687)Anton Tananaev
2021-06-01Implement custom command supportAnton Tananaev
2021-05-30Fix acknowledgement responseAnton Tananaev
2021-05-28Ack response for all typesAnton Tananaev
2021-05-27Implement ThinkPower protocolAnton Tananaev
2021-05-27Decode driver idAnton Tananaev
2021-05-27Merge pull request #4684 from Elsensee/patch-2Anton Tananaev
Fix poweroff alarm and extend megastek protocol
2021-05-28Fix trailing spacesOliver Schramm
2021-05-27Add unit test for alarm event decodingOliver Schramm
2021-05-25Decode ignition valueAnton Tananaev
2021-05-25Fix voltage decodingAnton Tananaev
2021-05-26Adjust code styleOliver Schramm
2021-05-25Use verifyAttribute in megastek testOliver Schramm
2021-05-24Fix responseAnton Tananaev
2021-05-24Fix time and decode cell infoAnton Tananaev
2021-05-25Fix and add tests and add alert event typesOliver Schramm
2021-05-23Add flexible report protocolAnton Tananaev
2021-05-24Fix poweroff alarm and extend megastek protocolOliver S
2021-05-23Start R12W protocol implementationAnton Tananaev