aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-03Support iStartek PT60 formatAnton Tananaev
2021-07-02Add failing testAnton Tananaev
2021-07-02Fix testAnton Tananaev
2021-07-02Initial STB IND protocol supportAnton Tananaev
2021-06-30Fix Space10X decoding exceptionAnton Tananaev
2021-06-30Ignore keepalive messagesAnton Tananaev
2021-06-30Fix services responseAnton Tananaev
2021-06-29WebSocket connection keepaliveAnton Tananaev
2021-06-29Make Telegram location configurableAnton Tananaev
2021-06-28Update map testing scriptAnton Tananaev
2021-06-24Merge pull request #4706 from Elsensee/megastek-fixesAnton Tananaev
Improve compatibility with megastek devices
2021-06-24Clarify code styleOliver Schramm
2021-06-24Merge pull request #4707 from Elsensee/geocoder-fix-exceptionAnton Tananaev
Catch all webexceptions in JsonGeocoder
2021-06-24Catch all webexceptions in JsonGeocoderOliver Schramm
When a service is down (like positionstack recently often is), it might send a 503 Service Unavailable which is not covered by a ClientErrorException. Using the superclass of this, will enable the position to be handled correctly still.
2021-06-24Improve compatibility with megastek devicesOliver Schramm
Megastek devices send some data which either is not fully compliant with the megastek protocol (by omitting some data) or which is (for our purposes) garbage data, which is only delimited with a single LF (0x0A).
2021-06-23Merge pull request #4702 from Thiritin/patch-1Anton Tananaev
Make field optional for the Megastek protocol
2021-06-23Fix spacing on commentThiritin
2021-06-22Handle negative altitude valuesAnton Tananaev
2021-06-22fix positioningThiritin
2021-06-22Make altitude optionalThiritin
2021-06-22Update MegastekProtocolDecoderTest.javaThiritin
2021-06-22Merge pull request #1 from Thiritin/masterThiritin
add a new test
2021-06-22add a new testThiritin
2021-06-22Make it optionalThiritin
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-17Merge pull request #4700 from tobyfoo/masterAnton Tananaev
Make access to permissions cache thread-safe
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-12Disable line limitAnton Tananaev
2021-06-12Support Kingwo protocolAnton Tananaev
2021-06-12Merge pull request #4697 from PinCarBR/notificatorTelegramAnton Tananaev
Telegram chatId by user
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-03Merge branch 'jaimzj-master'Anton Tananaev
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