Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-15 | Remove greadyParking | Abyss777 | |
2017-08-15 | Reimplement trips detector using MotionEventHandler | Abyss777 | |
2017-06-20 | Change type of 'spentFuel' to double | Abyss777 | |
2017-06-15 | Detect Trips and Stops by gaps in data | Abyss777 | |
2017-06-14 | Move tests to correct unit | Abyss777 | |
2017-06-14 | Imlement Stops report | Abyss777 | |
2017-04-17 | Remove unused imports and fix tests | Anton Tananaev | |
2017-03-04 | Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL; | jon-stumpf | |
2017-01-10 | - Rename calendarData to data | Abyss777 | |
- Cleanup Calendar model - Fix TripsTest | |||
2017-01-09 | Temporary disable trips test (fix #2750) | Anton Tananaev | |
2016-12-01 | Implement trips unit test | Anton Tananaev | |
2016-08-23 | - Fixed GL200 odometer units | Abyss777 | |
- Fixed ReportUtilsTest | |||
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 trips report | Abyss777 | |
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes |