Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-30 | - Style fixes (use lower camel case in all cases) | Abyss777 | |
- Added TYPE_prefix for event.type strings - Removed commented code - Removed "database.selectLastEvents" because it is not cross-database. Do the same via code. | |||
2016-05-27 | - Synchronization device cache on updateLatestPosition and updateDeviceStatus | Abyss777 | |
- Better latest position identification in BaseEventHandler | |||
2016-05-26 | Events subsystem | Abyss777 | |
2016-05-26 | - Simplification of the hierarchy of models classes | Abyss777 | |
- Removed automatically founded unnecessary imports | |||
2016-05-25 | Remove unused model class | Anton Tananaev | |
2016-05-25 | Fix AutoFon old protocol response | Anton Tananaev | |
2016-05-22 | Merge pull request #1963 from Abyss777/master | Anton Tananaev | |
Store command result to position for wondex | |||
2016-05-23 | Two optimizations | Abyss777 | |
2016-05-22 | Added missed space | Abyss777 | |
2016-05-22 | Log Command result | Abyss777 | |
2016-05-22 | - Removed any decoding from FrameDecoder | Abyss777 | |
- Decoded ping packet in ProtocolDecoder - Adapted tests | |||
2016-05-20 | Small optimization and style fix | Abyss777 | |
2016-05-20 | Merge branch 'wondex_command_result' | Abyss777 | |
2016-05-19 | Merge pull request #1953 from Abyss777/master | Anton Tananaev | |
Custom command support for web interface | |||
2016-05-19 | - Added device identification on ping packet for Wondex protocol | Abyss777 | |
- Store result of command execution to "result" field of position - Fixed wrong class in WondexFrameDecoderTest | |||
2016-05-18 | Added more strings for commands | Abyss777 | |
2016-05-18 | Removed ru string, it is need to be translated via Transifex | Abyss777 | |
2016-05-17 | Merge branch 'master' of https://github.com/tananaev/traccar | Abyss777 | |
2016-05-17 | Custom command support for web-interface | Abyss777 | |
2016-05-17 | Merge pull request #1951 from Abyss777/master | Anton Tananaev | |
Use unix line ending for all platforms | |||
2016-05-17 | Lock EOL to "lf" to avoid warnings on windows platform | Abyss777 | |
2016-05-16 | Merge pull request #1947 from Abyss777/master | Anton Tananaev | |
Implement commands for Wondex protocol | |||
2016-05-16 | Code style fixes | Abyss777 | |
2016-05-16 | Removed unnecessary TYPE_CUSTOM implementation | Abyss777 | |
2016-05-16 | Implemented few commands for Wondex protocol. | Abyss777 | |
2016-05-13 | Implement new Xirgo protocol format | Anton Tananaev | |
2016-05-13 | Merge pull request #1941 from orcoliver/master | Anton Tananaev | |
Use HTTPS for Google reverse geocoder | |||
2016-05-12 | Fix "Requests to this API must be over SSL" when use API Key | Oliver Carreño | |
2016-05-10 | Add new OBD field to GL200 | Anton Tananaev | |
2016-05-10 | Improve pattern check utility | Anton Tananaev | |
2016-05-10 | Add option to save empty messages | Anton Tananaev | |
2016-05-09 | Update changelog for MS SQL server | Anton Tananaev | |
2016-05-09 | Fix GL200 FRI message decoding | Anton Tananaev | |
2016-05-09 | Merge pull request #1920 from gaborgsomogyi/command_framework | Anton Tananaev | |
Get supported commands from server | |||
2016-05-08 | Review fixes | Gábor Somogyi | |
2016-05-08 | Handle GT06 empty string message (fix #1930) | Anton Tananaev | |
2016-05-07 | Implement general custom commands | Anton Tananaev | |
2016-05-07 | Do not use idle timeout for UDP | Anton Tananaev | |
2016-05-07 | Rename reset delay to timeout | Anton Tananaev | |
2016-05-06 | I18N added | Gábor Somogyi | |
2016-05-06 | Refactor Teltonika protocol decoder | Anton Tananaev | |
2016-05-06 | Typo fix | Gábor Somogyi | |
2016-05-06 | Implement Teltonika codec 12 | Anton Tananaev | |
2016-05-06 | Checkstyle fix | Gábor Somogyi | |
2016-05-06 | Rename SupportedCommand to CommandType | Gábor Somogyi | |
2016-05-05 | Protocol null check added | Gábor Somogyi | |
2016-05-05 | Backend side model put back | Gabor Somogyi | |
2016-05-04 | Merge failure fix | Gabor Somogyi | |
2016-05-04 | Merge branch 'master' into command_framework | Gabor Somogyi | |
2016-05-04 | Checkstyle fix | Gabor Somogyi | |