Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-14 | Implement TEK733 protocol | Anton Tananaev | |
2018-07-10 | Support Continental extended precision | Anton Tananaev | |
2018-07-02 | Fix issue with TLV frame decoder | Anton Tananaev | |
2018-07-02 | Decode Aplicom device time | Anton Tananaev | |
2018-07-02 | Decode Aplicom event data | Anton Tananaev | |
2018-07-01 | Fix filter handling (fix #3958) | Anton Tananaev | |
2018-06-28 | Merge pull request #3950 from Abyss777/notification_refactor | Anton Tananaev | |
Notification refactor to allow custom "notificators" | |||
2018-06-28 | Append AutoTrack message checksum | Anton Tananaev | |
2018-06-27 | - Rename NotificationException to MessageException | Abyss777 | |
- Simplify Notificator instantiation - Make sms configuration more clear - Move some defaults in code - Some cleanup | |||
2018-06-26 | Rename MailMessage to FullMessage | Abyss777 | |
2018-06-26 | Rename transports to notificators | Abyss777 | |
2018-06-26 | Cleanup and some adjustments | Abyss777 | |
2018-06-26 | Merge remote-tracking branch 'ivanfmartinez/notifications' | Abyss777 | |
# Conflicts: # src/org/traccar/Context.java | |||
2018-06-26 | Implement AutoTrack XL protocol | Anton Tananaev | |
2018-06-26 | Merge pull request #3947 from Abyss777/fix_queued | Anton Tananaev | |
Send queued commands on status online | |||
2018-06-25 | Send queued commands on status online | Abyss777 | |
2018-06-25 | Added validation of other statuses (R: repeating the message when the ↵ | Kevin Goos | |
package was not received) and (P: send when GPS receiver didn't move but there is a valid location avaible) | |||
2018-06-25 | Support UDP for Sanav | Anton Tananaev | |
2018-06-25 | Support Huabao batched locations | Anton Tananaev | |
2018-06-24 | Fix active device issue | Anton Tananaev | |
2018-06-23 | Decode Sanav IO status | Anton Tananaev | |
2018-06-22 | Implement Avema Technology protocol | Anton Tananaev | |
2018-06-22 | Implement Pretrace commands | Anton Tananaev | |
2018-06-18 | Decode JT600 status flags | Anton Tananaev | |
2018-06-15 | Fix OverspeedEventHandler with new device | Abyss777 | |
2018-06-14 | Release allocated buffer | Anton Tananaev | |
2018-06-14 | Catch request exceptions (fix #3905) | Anton Tananaev | |
2018-06-13 | Decode Concox AT4 battery voltage | Anton Tananaev | |
2018-06-13 | Save Totem status info | Anton Tananaev | |
2018-06-12 | Migrate new protocols | Anton Tananaev | |
2018-06-12 | Merge branch 'master' into netty4 | Anton Tananaev | |
# Conflicts: # src/org/traccar/protocol/AquilaProtocolDecoder.java # src/org/traccar/protocol/L100FrameDecoder.java | |||
2018-06-11 | Implement Freematics UDP protocol | Anton Tananaev | |
2018-06-11 | Implement eSeal commands | Anton Tananaev | |
2018-06-11 | Implement Atlanta OBD protocol | Anton Tananaev | |
2018-06-10 | Change password config key | Anton Tananaev | |
2018-06-10 | Update WebDataHandler.java | Jake Stride | |
Added accuracy as an additional parameter that can be passed to url forward | |||
2018-06-10 | Handle buffers reference count | Anton Tananaev | |
2018-06-10 | Support eSeal button normal | Anton Tananaev | |
2018-06-09 | Implement eSeal CT-C protocol | Anton Tananaev | |
2018-06-09 | Fix Wondex ref counting issue | Anton Tananaev | |
2018-06-09 | Fix some issues | Anton Tananaev | |
2018-06-09 | Mark reference counting to fix | Anton Tananaev | |
2018-06-09 | Fix various issues | Anton Tananaev | |
2018-06-09 | Use slices instead of new buffers | Anton Tananaev | |
2018-06-09 | Release incoming reference counted objects | Anton Tananaev | |
2018-06-09 | Small formatting updates | Anton Tananaev | |
2018-06-09 | Improve buffer util | Anton Tananaev | |
2018-06-09 | Update missed write calls | Anton Tananaev | |
2018-06-09 | Fix code style issue | Anton Tananaev | |
2018-06-09 | Migrate remaining protocols | Anton Tananaev | |