Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-11 | Additional OBD parameters | Anton Tananaev | |
2021-08-11 | Fix division by zero | Anton Tananaev | |
2021-08-10 | Additional TopFlyTech attributes | Anton Tananaev | |
2021-08-10 | Add driver behavior events | Anton Tananaev | |
2021-08-08 | Fix alarm decoding | Anton Tananaev | |
2021-08-07 | Simplify coordinates filtering | Anton Tananaev | |
2021-08-07 | Fix alarm response | Anton Tananaev | |
2021-07-30 | Fix Mobicom G102 result | Anton Tananaev | |
2021-07-28 | Set location as valid | Anton Tananaev | |
2021-07-26 | Ruptela engine commands | Anton Tananaev | |
2021-07-26 | Fix protocol definition | Anton Tananaev | |
2021-07-22 | Support additional attributes | Anton Tananaev | |
2021-07-21 | Add Transistor Software geolocation | Anton Tananaev | |
2021-07-19 | Support Watch temperature | Anton Tananaev | |
2021-07-15 | Implement JT808 responses | Anton Tananaev | |
2021-07-15 | Remove watch overspeed alarm | Anton Tananaev | |
2021-07-14 | Use correct next value | Anton Tananaev | |
2021-07-13 | Decode properties report | Anton Tananaev | |
2021-07-12 | Fix response | Anton Tananaev | |
2021-07-12 | Merge pull request #4717 from jcardus/patch-2 | Anton Tananaev | |
Bulk permission update | |||
2021-07-13 | order methods | jcardus | |
2021-07-11 | Add missing alarm | Anton Tananaev | |
2021-07-11 | Support iStartek command results | Anton Tananaev | |
2021-07-11 | check permission types | jcardus | |
2021-07-10 | check permission types | jcardus | |
2021-07-07 | Support 900E fuel level | Anton Tananaev | |
2021-07-08 | fix style | jcardus | |
2021-07-08 | inline list | jcardus | |
2021-07-08 | fix style | jcardus | |
2021-07-08 | fix last line | jcardus | |
2021-07-08 | remove stream api | jcardus | |
assume permissions are of same type | |||
2021-07-08 | single class imports | jcardus | |
2021-07-08 | bulk permission update | jcardus | |
2021-07-06 | I wasn't ve happy with the name myself... | jcardus | |
2021-07-06 | inline if | jcardus | |
2021-07-06 | use single class imports | jcardus | |
2021-07-06 | use default session handler | jcardus | |
2021-07-06 | Persist Jetty Session in DB | jcardus | |
2021-07-05 | Update WebServer.java | jcardus | |
2021-07-03 | Support iStartek PT60 format | Anton Tananaev | |
2021-07-02 | Initial STB IND protocol support | Anton Tananaev | |
2021-06-30 | Fix Space10X decoding exception | Anton Tananaev | |
2021-06-30 | Ignore keepalive messages | Anton Tananaev | |
2021-06-30 | Fix services response | Anton Tananaev | |
2021-06-29 | WebSocket connection keepalive | Anton Tananaev | |
2021-06-29 | Make Telegram location configurable | Anton Tananaev | |
2021-06-24 | Merge pull request #4706 from Elsensee/megastek-fixes | Anton Tananaev | |
Improve compatibility with megastek devices | |||
2021-06-24 | Clarify code style | Oliver Schramm | |
2021-06-24 | Catch all webexceptions in JsonGeocoder | Oliver 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-24 | Improve compatibility with megastek devices | Oliver 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). |