Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix connection check sql
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/org/traccar/database/DataManager.java
|
|
|
|
Implement events subsystem
|
|
|
|
- Fixed bracket indentation
|
|
|
|
|
|
- Added TYPE_prefix for event.type strings
- Removed commented code
- Removed "database.selectLastEvents" because it is not cross-database. Do the same via code.
|
|
- Better latest position identification in BaseEventHandler
|
|
|
|
- Removed automatically founded unnecessary imports
|
|
|
|
|
|
|
|
|
|
|
|
- Decoded ping packet in ProtocolDecoder
- Adapted tests
|
|
|
|
- Store result of command execution to "result" field of position
- Fixed wrong class in WondexFrameDecoderTest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get supported commands from server
|
|
|