Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-17 | Implement fuel drop events | Anton Tananaev | |
2017-03-20 | Move handleTextMessage function to separate handler. | Abyss777 | |
2017-02-15 | Remove check for valid in IgnitionEventHandler | Abyss777 | |
2017-01-25 | Rise ignition events only if both positions has ignition attribute | Abyss777 | |
2016-12-21 | Add attributes to overspeed and maintenance events | Abyss777 | |
2016-12-18 | Include data directly into events | Anton Tananaev | |
2016-12-14 | Calendars implementation | Abyss777 | |
2016-11-25 | Rename maintenance events | Anton Tananaev | |
2016-11-24 | - Invert variable meaning | Abyss777 | |
- Style fixes | |||
2016-11-24 | Combine lookupAttribute helpers | Abyss777 | |
2016-11-23 | Implement attributes helpers | Abyss777 | |
2016-11-23 | Adjust constants names | Abyss777 | |
2016-11-22 | Implement maintenance event | Abyss777 | |
2016-11-02 | Update copyright notice emails | Anton Tananaev | |
2016-09-21 | Implement lookup attribute helpers for primitives | Abyss777 | |
2016-09-21 | - Add two functions to lookup attributes from device to server and from ↵ | Abyss777 | |
device to config - Removed constant | |||
2016-09-03 | Use knots for speedLimit | Abyss777 | |
2016-08-15 | - Made speed threshold configurable | Abyss777 | |
- Added Context.getDouble() | |||
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 | - Added IgnitionEventHandler | Abyss777 | |
- Added unit test for some EventHandlers - Changed a bit IdentityManager to fit EventHandlerTest | |||
2016-07-28 | Rename parameter | Abyss777 | |
2016-07-28 | Organized server cache | Abyss777 | |
Moved lookupAttribute function to DeviceManager | |||
2016-07-28 | Removed suppressing repeated events during analyzing. | Abyss777 | |
2016-07-27 | Added option to rise event only once during overspeed period. | Abyss777 | |
2016-07-26 | Use primitive | Abyss777 | |
2016-07-26 | Overspeed handler enhanced to use attributes | Abyss777 | |
2016-07-25 | Merge pull request #2149 from Abyss777/lastposition_reorganization | Anton Tananaev | |
Move lastPosition update to the end of pipeline | |||
2016-07-25 | Fix space | Abyss777 | |
2016-07-25 | - Move lastPosition update to the end of pipeline | Abyss777 | |
- Optimize MotionEventHandler to do not use Device.motion - Remove Device.motion from model and database - some optimizations | |||
2016-07-19 | changed to generic alarm type event | ninioe | |
2016-07-19 | Merge remote-tracking branch 'refs/remotes/tananaev/master' | ninioe | |
2016-07-17 | Added AlertEventHandler & Mute button for all notifications | ninioe | |
2016-07-15 | Move code related to devices to DeviceManager | Abyss777 | |
2016-07-12 | Use long primitive type | Anton Tananaev | |
2016-07-09 | Use diamond operator | Anton Tananaev | |
2016-06-16 | Moved variables from parent to inheritor | Abyss777 | |
2016-06-16 | Added/updated license headers | Abyss777 | |
2016-06-16 | Fix typo and remove unnecessary super() | Abyss777 | |
2016-06-15 | - Work only with cached devices from everywhere | Abyss777 | |
- Some optimization | |||
2016-06-14 | - Overlapping geofences | Abyss777 | |
- Simplified user-device link | |||
2016-06-10 | Geofences | Abyss777 | |
2016-05-30 | - Style fixes (use lower camel case in all cases) | Abyss777 | |
- Added TYPE_prefix for event.type strings - Removed commented code - Removed "database.selectLastEvents" because it is not cross-database. Do the same via code. | |||
2016-05-26 | Events subsystem | Abyss777 | |