aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-12Make liquibase filepath independentAnton Tananaev
2016-06-12Add CalAmp unit test caseAnton Tananaev
2016-06-10Merge pull request #2009 from drecchia/master-dockerAnton Tananaev
Official Docker build script
2016-06-09- Docker build script.drecchia
2016-06-09- Clean docker integration.drecchia
2016-06-09Fix check style code issuesAnton Tananaev
2016-06-09Change protocol name to correct oneAnton Tananaev
2016-06-09Fix minor issues in LDPL protocolAnton Tananaev
2016-06-09Merge pull request #2006 from drecchia/master-ldpl2Anton Tananaev
Implement LDPL protocol
2016-06-08- Fixed identation.drecchia
2016-06-08- Minor fixes.drecchia
2016-06-08- Ldpl protocol implemented.drecchia
2016-06-09Default connection initialization queryAnton Tananaev
2016-06-09Merge pull request #2003 from drecchia/master-hikari-fixAnton Tananaev
Fix connection check sql
2016-06-07Implement Watch position requestAnton Tananaev
2016-06-06Update traccar.xmlDanilo Recchia
- Fixed tabs.
2016-06-06Update traccar.xmlDanilo Recchia
- Fixed tabs.
2016-06-06Update debug.xmlDanilo Recchia
- Fixed tabs.
2016-06-06- Fix hikari connection check sql.drecchia
2016-06-05Add TK103 unit test caseAnton Tananaev
2016-06-04Implement new Totem protocol formatAnton Tananaev
2016-06-04Add easytrack decoder test caseAnton Tananaev
2016-06-03Merge pull request #1992 from Abyss777/masterAnton Tananaev
Show events in web interface with toasts
2016-06-02Style fixes and optimization.Abyss777
2016-06-02Show events in toastAbyss777
2016-06-02Send position with event to websocketAbyss777
2016-06-02Properly decode Telic info (fix #1735)Anton Tananaev
2016-06-02Replace c3p0 with hikariAnton Tananaev
Replace c3p0 with hikari
2016-06-01- Fixed code style.drecchia
2016-06-01- Removed checkstyle-cs configuration.drecchia
2016-06-01Merge branch 'master' of https://github.com/tananaev/traccardrecchia
Conflicts: src/org/traccar/database/DataManager.java
2016-06-01- Minor changes as requested in pull request.drecchia
2016-06-01Merge pull request #1987 from Abyss777/masterAnton Tananaev
Disable command button if device is not online
2016-06-01Use getView instead viewAbyss777
2016-06-01- Handle only specific store updateAbyss777
- Call handler directly
2016-06-01Handle store update event in right placeAbyss777
2016-06-01Merge branch 'fix_commandButton'Abyss777
2016-06-01Merge pull request #1981 from Abyss777/masterAnton 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-31Disable command button if device is not online.Abyss777
2016-05-31- Renamed eventTime to serverTimeAbyss777
- Fixed bracket indentation
2016-05-31Center map on report trackAnton Tananaev
2016-05-31Request report only if device selectedAnton Tananaev
2016-05-30- Replaced connection poll from c3p0 to HikariCP.drecchia
2016-05-31Support more speed units for TK103Anton 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 updateDeviceStatusAbyss777
- Better latest position identification in BaseEventHandler
2016-05-26Merge pull request #1978 from Abyss777/masterAnton Tananaev
Simplification of the models hierarchy