Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-01 | - Fixed code style. | drecchia | |
2016-06-01 | - Removed checkstyle-cs configuration. | drecchia | |
2016-06-01 | Merge branch 'master' of https://github.com/tananaev/traccar | drecchia | |
Conflicts: src/org/traccar/database/DataManager.java | |||
2016-06-01 | - Minor changes as requested in pull request. | drecchia | |
2016-06-01 | Merge pull request #1987 from Abyss777/master | Anton Tananaev | |
Disable command button if device is not online | |||
2016-06-01 | Use getView instead view | Abyss777 | |
2016-06-01 | - Handle only specific store update | Abyss777 | |
- Call handler directly | |||
2016-06-01 | Handle store update event in right place | Abyss777 | |
2016-06-01 | Merge branch 'fix_commandButton' | Abyss777 | |
2016-06-01 | Merge pull request #1981 from Abyss777/master | Anton Tananaev | |
Implement events subsystem | |||
2016-05-31 | - Fixed style. | drecchia | |
2016-05-31 | - CheckStyle-cs config. | drecchia | |
2016-05-31 | - Fixed style issues. | drecchia | |
2016-05-31 | Disable command button if device is not online. | Abyss777 | |
2016-05-31 | - Renamed eventTime to serverTime | Abyss777 | |
- Fixed bracket indentation | |||
2016-05-31 | Center map on report track | Anton Tananaev | |
2016-05-31 | Request report only if device selected | Anton Tananaev | |
2016-05-30 | - Replaced connection poll from c3p0 to HikariCP. | drecchia | |
2016-05-31 | Support more speed units for TK103 | Anton Tananaev | |
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 | Merge pull request #1978 from Abyss777/master | Anton Tananaev | |
Simplification of the models hierarchy | |||
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 | |