Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | Merge pull request #2222 from Abyss777/alarms_3 | Anton Tananaev | |
Alarm decoding for few more protocols | |||
2016-08-17 | Used ALARM_GENERAL for Tytan | Abyss777 | |
2016-08-17 | - Added Kenji, T800x, Xexun alarm decoders | Abyss777 | |
- Fixed GT06 mistake | |||
2016-08-16 | Merge pull request #2219 from Abyss777/alarms_2 | Anton Tananaev | |
Alarm decoding for next protocols | |||
2016-08-16 | GT06 Added alarm decoder for status packets | Abyss777 | |
2016-08-16 | - Added alarm decoding for 5 protocols | Abyss777 | |
2016-08-15 | Merge pull request #2215 from Abyss777/speed_threshold | Anton Tananaev | |
Made speed threshold configurable | |||
2016-08-15 | - Made speed threshold configurable | Abyss777 | |
- Added Context.getDouble() | |||
2016-08-14 | Use lower camel-case for attributes | Anton Tananaev | |
2016-08-14 | Merge pull request #2211 from Abyss777/distance | Anton Tananaev | |
Changed way of summary distance calculation | |||
2016-08-14 | - Added rounding for some values | Abyss777 | |
- Some changes in casting objects - Renamed General to Summary | |||
2016-08-14 | Use relative URLs for web app | Anton Tananaev | |
2016-08-13 | Added rounding for total distance | Abyss777 | |
2016-08-13 | - Split distance to distance and total distance | Abyss777 | |
- Switch summary report to total distance - Move DistanceHandler after filters in pipeline - Other accompanying changes | |||
2016-08-12 | Removed unused imports | Abyss777 | |
2016-08-12 | Removed unnecessary rounding | Abyss777 | |
2016-08-12 | Calculate summary distance with help of "odometer" or "distance" attribute | Abyss777 | |
2016-08-12 | Always calculate distance | Abyss777 | |
2016-08-12 | Merge pull request #2206 from Abyss777/ignition | Anton Tananaev | |
Ignition and Motor Hours | |||
2016-08-12 | - Removed decimal part | Abyss777 | |
- Fixed license header | |||
2016-08-12 | - Fixed casting ignition object to boolean | Abyss777 | |
- Renamed motorHours to engineHours - Changed engine hours formatter to just hours - Added previously missed license headers to reports - Added Andrey Kunitsyn to some license headers | |||
2016-08-11 | Improve Visiontek protocol decoder | Anton Tananaev | |
2016-08-11 | Reverted VisiontekProtocolDecoder, it is need deep fix | Abyss777 | |