Age | Commit message (Expand) | Author |
2018-05-31 | - Rename switch and variable | Abyss777 |
2018-05-31 | Add engine hours handler | Abyss777 |
2018-04-16 | Minor code cleanup | Anton Tananaev |
2018-04-16 | [NEW] Odometer in Reports | Christoph Krey |
2018-04-11 | Add support of multiple Maintenances | Abyss777 |
2018-01-26 | Some more code cleanup | Anton Tananaev |
2018-01-26 | Clean up unnecessary code | Anton Tananaev |
2018-01-22 | Optimize date assignment | Anton Tananaev |
2017-11-10 | - Combine "getAddress" functions | Abyss777 |
2017-11-08 | - Implement synchronous geocoding | Abyss777 |
2017-09-21 | Move speedThreshold to TripsConfig | Abyss777 |
2017-09-21 | Make check for valid in MotionEventHandler optional | Abyss777 |
2017-09-06 | Move units to attributes and add volume units | Abyss777 |
2017-08-17 | Fix trip detector | Abyss777 |
2017-08-17 | Pass Map<Event, Position> to notifications | Abyss777 |
2017-08-16 | - Map correct position to delayed event notification | Abyss777 |
2017-08-16 | Revert check for gap | Abyss777 |
2017-08-16 | Combine detection logic and unwrap gap check | Abyss777 |
2017-08-16 | Combine trips and stops detectors and some optimization | Abyss777 |
2017-08-15 | Merge remote-tracking branch 'upstream/master' into new_trips_detector | Abyss777 |
2017-08-15 | Remove intermediate variable | Abyss777 |
2017-08-15 | Remove greadyParking | Abyss777 |
2017-08-15 | Reimplement trips detector using MotionEventHandler | Abyss777 |
2017-08-14 | Rename parameter and field to "useIgnition" | Abyss777 |
2017-08-14 | Correct motion state by ignition. | Abyss777 |
2017-08-11 | Initialize tripsConfig ones in Context | Abyss777 |
2017-08-09 | Implement motion detection similar to trips detection | Abyss777 |
2017-08-01 | Option to limit report period | Anton Tananaev |
2017-07-26 | - Implement base manager classes as generics | Abyss777 |
2017-07-26 | Override getById in all managers | Abyss777 |
2017-07-26 | Split Drivers and Groups management | Abyss777 |
2017-07-19 | Refactored four managers | Abyss777 |
2017-07-13 | Add Driver column to Trip report template | Abyss777 |
2017-07-13 | - Save both driver name and driver unique id in trip report | Abyss777 |
2017-07-12 | - Handle rfid attributes and populate driverUniqueId | Abyss777 |
2017-06-20 | Change type of 'spentFuel' to double | Abyss777 |
2017-06-16 | Fix last Stop if it is last position in period | Abyss777 |
2017-06-16 | Centralized motion detection | Abyss777 |
2017-06-15 | Set 'minimalNoDataDuration' default value to one hour | 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-06-09 | Small trips calculation optimization | Anton Tananaev |
2017-04-17 | Remove unused imports and fix tests | Anton Tananaev |
2017-04-17 | Add spent fuel to summary report | Anton Tananaev |
2017-03-24 | Format speed in notification templates | Abyss777 |
2017-03-16 | Share code in excel reports | Abyss777 |
2017-03-15 | Use timezone from preferences for excel reports | Abyss777 |
2017-03-14 | Implemented helper lookupPreference | Abyss777 |
2017-03-14 | Fix forceSettings applying | Abyss777 |