aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/events
AgeCommit message (Collapse)Author
2017-08-17Pass Map<Event, Position> to notificationsAbyss777
2017-08-16Combine trips and stops detectors and some optimizationAbyss777
2017-08-14Rename parameter and field to "useIgnition"Abyss777
2017-08-14Correct motion state by ignition.Abyss777
2017-08-11Make Overspeed and Motion events handlers singleton and move some code to ↵Abyss777
function
2017-08-11Move state updates from ConnectionManager to proper event handlersAbyss777
2017-08-10Implement delayed overspeed eventsAbyss777
2017-08-10Rename variablesAbyss777
2017-08-09Implement motion detection similar to trips detectionAbyss777
2017-07-26- Implement base manager classes as genericsAbyss777
- Remame getDeviceById and getDeviceByUniqueId functions
2017-07-22Use ternary operator for calendarAbyss777
2017-07-22- Add Permission helper ClassAbyss777
- Reorganize permission check and link - Optimize calendar retrieving
2017-07-19Refactored four managersAbyss777
2017-07-14Implement driverChanged event instead of driverUnauthorizedAbyss777
2017-07-12Implement Driver Unauthorized EventAbyss777
2017-07-09Fix code style issueAnton Tananaev
2017-07-09Check if fuel drop threshold is setAnton Tananaev
2017-06-16Centralized motion detectionAbyss777
2017-04-17Implement fuel drop eventsAnton Tananaev
2017-03-20Move handleTextMessage function to separate handler.Abyss777
2017-02-15Remove check for valid in IgnitionEventHandlerAbyss777
2017-01-25Rise ignition events only if both positions has ignition attributeAbyss777
2016-12-21Add attributes to overspeed and maintenance eventsAbyss777
2016-12-18Include data directly into eventsAnton Tananaev
2016-12-14Calendars implementationAbyss777
2016-11-25Rename maintenance eventsAnton Tananaev
2016-11-24- Invert variable meaningAbyss777
- Style fixes
2016-11-24Combine lookupAttribute helpersAbyss777
2016-11-23Implement attributes helpersAbyss777
2016-11-23Adjust constants namesAbyss777
2016-11-22Implement maintenance eventAbyss777
2016-11-02Update copyright notice emailsAnton Tananaev
2016-09-21Implement lookup attribute helpers for primitivesAbyss777
2016-09-21- Add two functions to lookup attributes from device to server and from ↵Abyss777
device to config - Removed constant
2016-09-03Use knots for speedLimitAbyss777
2016-08-15- Made speed threshold configurableAbyss777
- Added Context.getDouble()
2016-08-12- Removed decimal partAbyss777
- Fixed license header
2016-08-12- Fixed casting ignition object to booleanAbyss777
- 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- Added IgnitionEventHandlerAbyss777
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest
2016-07-28Rename parameterAbyss777
2016-07-28Organized server cacheAbyss777
Moved lookupAttribute function to DeviceManager
2016-07-28Removed suppressing repeated events during analyzing.Abyss777
2016-07-27Added option to rise event only once during overspeed period.Abyss777
2016-07-26Use primitiveAbyss777
2016-07-26Overspeed handler enhanced to use attributesAbyss777
2016-07-25Merge pull request #2149 from Abyss777/lastposition_reorganizationAnton Tananaev
Move lastPosition update to the end of pipeline
2016-07-25Fix spaceAbyss777
2016-07-25- Move lastPosition update to the end of pipelineAbyss777
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations
2016-07-19changed to generic alarm type eventninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe