aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-06-29Make Telegram location configurableAnton 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-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-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