Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-04 | Clean unused import Arrays in OsmAndProtocolDecoder | Damien alias Dough | |
2016-09-04 | Using array instead of List to split location | Damien alias Dough | |
2016-09-03 | As exposed on forum thread - ↵ | Damien alias Dough | |
https://www.traccar.org/forums/topic/tracking-through-http-url-request/ - add location parameter to OsmAnd protocol for coma separated lat & lon. | |||
2016-09-02 | Implement Cradlepoint protocol | Anton Tananaev | |
2016-09-02 | Implement custom command for Ruptela | Anton Tananaev | |
2016-08-31 | Fix an issue in Xexun frame decoder | Anton Tananaev | |
2016-08-31 | Handle Bofan photo response | Anton Tananaev | |
2016-08-30 | More Megastek decoder improvements | Anton Tananaev | |
2016-08-30 | Improve Megastek frame decoder | Anton Tananaev | |
2016-08-30 | Add missing copyright header | Anton Tananaev | |
2016-08-30 | Fix a type in context class | Anton Tananaev | |
2016-08-30 | Implement alarms for PT502 protocol | Anton Tananaev | |
2016-08-30 | Improve TK103 protocol decoder (fix #2270) | Anton Tananaev | |
2016-08-28 | Add more MiniFinder commands | Anton Tananaev | |
2016-08-28 | Allow to pass password in commands | Anton Tananaev | |
2016-08-28 | Fix Raveon protocol name | Anton Tananaev | |
2016-08-27 | Merge pull request #2258 from Abyss777/wialon_speed | Anton Tananaev | |
Fix wialon protocol speed units | |||
2016-08-27 | Fix an issue in GpsMaker protocol decoder | Anton Tananaev | |
2016-08-26 | Fix wialon protocol speed units | Abyss777 | |
2016-08-26 | Merge pull request #2257 from Abyss777/telic_speed | Anton Tananaev | |
Fix telic protocol speed units | |||
2016-08-26 | Fix telic protocol speed units | Abyss777 | |
2016-08-26 | Implement Raveon communication protocol | Anton Tananaev | |
2016-08-26 | Improve GpsGate decoder pattern | Anton Tananaev | |
2016-08-26 | Better detection of Xirgo format | Anton Tananaev | |
2016-08-25 | Merge pull request #2252 from Abyss777/trips_detector | Anton Tananaev | |
Made trips detector behavior configurable | |||
2016-08-25 | A few more odometer units organization | Abyss777 | |
2016-08-25 | Made trips detector behavior configurable | Abyss777 | |
2016-08-25 | Add UDP support for Xirgo protocol | Anton Tananaev | |
2016-08-25 | Modify Megastek new format pattern | Anton Tananaev | |
2016-08-25 | Merge pull request #2248 from Abyss777/convert_speed2 | Anton Tananaev | |
Convert speed units in mail notifications | |||
2016-08-24 | - Added speed converting in NotificationFormatter | Abyss777 | |
- Used constants in UnitsConverter | |||
2016-08-24 | - Fixed optional odometer for wondex protocol | Abyss777 | |
- Do not use zero odometer values to calculateDistance | |||
2016-08-24 | Merge pull request #2242 from Abyss777/users_cache | Anton Tananaev | |
Implement users cache | |||
2016-08-24 | Change motion to movement alarm | Anton Tananaev | |
2016-08-24 | Remove motion alarm type | Anton Tananaev | |
2016-08-23 | Implement cache for users objects | Abyss777 | |
2016-08-23 | Add commands to Mini Finder protocol | Anton Tananaev | |
2016-08-23 | Implement Hunter Pro protocol (fix #2232) | Anton Tananaev | |
2016-08-23 | - Fixed GL200 odometer units | Abyss777 | |
- Fixed ReportUtilsTest | |||
2016-08-23 | - Fixed units of KEY_ODOMETER to meters in some protocols | Abyss777 | |
- Fixed some wrong using of odometer and distance - Waiting meters in ReportUtils.calculateDistance | |||
2016-08-20 | Merge pull request #2228 from Abyss777/reports_trips | Anton Tananaev | |
Implement trips reports | |||
2016-08-20 | Removed rounding and BigDecimal for distance and averageSpeed | Abyss777 | |
2016-08-20 | - Renamed calculateFuel | Abyss777 | |
- Used int in BigDecimal constructor - Added extra space | |||
2016-08-19 | - Added commands to WialonProtocol | Abyss777 | |
- Added more additional fields to CommandDialog | |||
2016-08-19 | - Added trips report | Abyss777 | |
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes | |||
2016-08-18 | Removed spaces | Abyss777 | |
2016-08-18 | Removed instant fuel consumption | Abyss777 | |
2016-08-17 | Mta6 fixed KEY_FUEL meaning | Abyss777 | |
2016-08-17 | - Used constants for fuel consumption | Abyss777 | |
- Fixed Gps103 fuel | |||
2016-08-17 | Used ALARM_GENERAL for Tytan | Abyss777 | |