Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-11 | Support iStartek command results | Anton Tananaev | |
2021-07-07 | Support 900E fuel level | Anton Tananaev | |
2021-07-07 | Fix API documentation | Anton Tananaev | |
2021-07-06 | Merge pull request #4712 from jcardus/patch-2 | Anton Tananaev | |
Persist Session in Database | |||
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 | Add failing test | Anton Tananaev | |
2021-07-02 | Fix test | 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-28 | Update map testing script | 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 | Merge pull request #4707 from Elsensee/geocoder-fix-exception | Anton Tananaev | |
Catch all webexceptions in JsonGeocoder | |||
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). | |||
2021-06-23 | Merge pull request #4702 from Thiritin/patch-1 | Anton Tananaev | |
Make field optional for the Megastek protocol | |||
2021-06-23 | Fix spacing on comment | Thiritin | |
2021-06-22 | Handle negative altitude values | Anton Tananaev | |
2021-06-22 | fix positioning | Thiritin | |
2021-06-22 | Make altitude optional | Thiritin | |
2021-06-22 | Update MegastekProtocolDecoderTest.java | Thiritin | |
2021-06-22 | Merge pull request #1 from Thiritin/master | Thiritin | |
add a new test | |||
2021-06-22 | add a new test | Thiritin | |
2021-06-22 | Make it optional | Thiritin | |
2021-06-19 | Disable directory listings (fix #4701) | Anton Tananaev | |
2021-06-19 | Fix harsh driving decoding | Anton Tananaev | |
2021-06-17 | Merge pull request #4699 from l-e-o-n-c-e/patch-1 | Anton Tananaev | |
Take "steps" value from LK frames | |||
2021-06-17 | Update WatchProtocolDecoder.java | l-e-o-n-c-e | |
2021-06-17 | Merge pull request #4700 from tobyfoo/master | Anton Tananaev | |
Make access to permissions cache thread-safe | |||
2021-06-17 | Make access to permissions cache thread-safe | Toby | |
2021-06-17 | Take "steps" value from LK frames | l-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-16 | Support TLP1 and TLP2 formats | Anton Tananaev | |
2021-06-16 | Support AM01 protocol | Anton Tananaev | |
2021-06-13 | Fix coordinates decoding | Anton Tananaev | |
2021-06-12 | Decode general information message | Anton Tananaev | |
2021-06-12 | Support extended Portman format | Anton Tananaev | |
2021-06-12 | Fix tests | Anton Tananaev | |
2021-06-12 | Disable line limit | Anton Tananaev | |
2021-06-12 | Support Kingwo protocol | Anton Tananaev | |
2021-06-12 | Merge pull request #4697 from PinCarBR/notificatorTelegram | Anton Tananaev | |
Telegram chatId by user |