aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar
AgeCommit message (Collapse)Author
2021-08-11Fix division by zeroAnton Tananaev
2021-08-10Additional TopFlyTech attributesAnton Tananaev
2021-08-10Add driver behavior eventsAnton Tananaev
2021-08-08Fix alarm decodingAnton Tananaev
2021-08-07Simplify coordinates filteringAnton Tananaev
2021-08-07Fix alarm responseAnton Tananaev
2021-07-30Fix Mobicom G102 resultAnton Tananaev
2021-07-28Set location as validAnton Tananaev
2021-07-26Ruptela engine commandsAnton Tananaev
2021-07-26Fix protocol definitionAnton Tananaev
2021-07-22Support additional attributesAnton Tananaev
2021-07-21Add Transistor Software geolocationAnton Tananaev
2021-07-19Support Watch temperatureAnton Tananaev
2021-07-15Implement JT808 responsesAnton Tananaev
2021-07-15Remove watch overspeed alarmAnton Tananaev
2021-07-14Use correct next valueAnton Tananaev
2021-07-13Decode properties reportAnton Tananaev
2021-07-12Fix responseAnton Tananaev
2021-07-12Merge pull request #4717 from jcardus/patch-2Anton Tananaev
Bulk permission update
2021-07-13order methodsjcardus
2021-07-11Add missing alarmAnton Tananaev
2021-07-11Support iStartek command resultsAnton Tananaev
2021-07-11check permission typesjcardus
2021-07-10check permission typesjcardus
2021-07-07Support 900E fuel levelAnton Tananaev
2021-07-08fix stylejcardus
2021-07-08inline listjcardus
2021-07-08fix stylejcardus
2021-07-08fix last linejcardus
2021-07-08remove stream apijcardus
assume permissions are of same type
2021-07-08single class importsjcardus
2021-07-08bulk permission updatejcardus
2021-07-06I wasn't ve happy with the name myself...jcardus
2021-07-06inline ifjcardus
2021-07-06use single class importsjcardus
2021-07-06use default session handlerjcardus
2021-07-06Persist Jetty Session in DBjcardus
2021-07-05Update WebServer.javajcardus
2021-07-03Support iStartek PT60 formatAnton 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-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