Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-29 | Implemented "Configure" dialog for reports | Abyss777 | |
2016-08-29 | Merge pull request #2266 from Abyss777/swagger | Anton Tananaev | |
Actualize swagger.json with reports | |||
2016-08-29 | Added "/reports/*" path to swagger.json | Abyss777 | |
2016-08-28 | Add report models to swagger.json | Abyss777 | |
2016-08-28 | Add more MiniFinder commands | Anton Tananaev | |
2016-08-28 | Remove copyright from test case | 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 #2262 from Abyss777/reports_web3 | Anton Tananaev | |
Prevent Device tagfield growing too much | |||
2016-08-27 | Prevent tagfield growing too much | Abyss777 | |
2016-08-27 | Merge pull request #2254 from Abyss777/reports_web2 | Anton Tananaev | |
Colour routes of different devices | |||
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 | Removed array duplication | Abyss777 | |
2016-08-25 | Merge pull request #2252 from Abyss777/trips_detector | Anton Tananaev | |
Made trips detector behavior configurable | |||
2016-08-25 | - Enabled multiple devices for reports | Abyss777 | |
- Used different colors for routes of different devices | |||
2016-08-25 | Merge pull request #2253 from Abyss777/odometer2 | Anton Tananaev | |
A few more odometer units | |||
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-25 | Merge pull request #2247 from Abyss777/odometer | Anton Tananaev | |
Fixed optional odometer for wondex protocol and exclusion for 0.0 odometers | |||
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 | Merge pull request #2245 from drecchia/master-fix-missing-ports | Anton Tananaev | |
Added missing ports declaration | |||
2016-08-24 | Change motion to movement alarm | Anton Tananaev | |
2016-08-24 | Remove motion alarm type | Anton Tananaev | |
2016-08-23 | - Fixed missing ports declaration. | drecchia | |
2016-08-23 | - Hid some buttons and menu items from readonly user | Abyss777 | |
- Removed unused variable | |||
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 | Merge pull request #2240 from Abyss777/odometer | Anton Tananaev | |
Odometer units for first part of protocols | |||
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 | Merge pull request #2231 from Abyss777/wialon_commands | Anton Tananaev | |
Commands to Wialon protocol | |||
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 | Merge pull request #2223 from Abyss777/fuel | Anton Tananaev | |
Some fuel attributes organization |