index
:
trackermap-server
master
upstream
Patches to the Traccar server for TrackerMap
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
traccar
/
reports
/
ReportUtils.java
Age
Commit message (
Expand
)
Author
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
Remove intermediate variable
Abyss777
2017-08-15
Reimplement trips detector using MotionEventHandler
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-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-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-14
Implemented helper lookupPreference
Abyss777
2017-03-14
Fix forceSettings applying
Abyss777
2017-03-14
- Use ternary operator
Abyss777
2017-03-13
- Add timezone field to User and Server model
Abyss777
2017-03-08
Minor formatting fixes
Anton Tananaev
2017-03-04
Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL;
jon-stumpf
2016-11-24
Remove empty lines
Abyss777
2016-11-23
Implement attributes helpers
Abyss777
2016-11-06
Use distance units in Excel reports
Anton Tananaev
2016-11-02
Update copyright notice emails
Anton Tananaev
2016-09-16
Use same code formatting for switches
Anton Tananaev
2016-08-24
- Fixed optional odometer for wondex protocol
Abyss777
2016-08-23
- Fixed units of KEY_ODOMETER to meters in some protocols
Abyss777
2016-08-20
Removed rounding and BigDecimal for distance and averageSpeed
Abyss777
2016-08-20
- Renamed calculateFuel
Abyss777
2016-08-19
- Added trips report
Abyss777
2016-08-12
- Removed decimal part
Abyss777
2016-08-12
- Fixed casting ignition object to boolean
Abyss777
2016-08-08
- Used @Consumes and @Produces instead of direct header access
Abyss777
2016-08-05
- Moved GeneralReport to separate file
Abyss777
2016-08-04
- Added getGroupDevices to PermissionsManager
Abyss777