Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-13 | Fix managed devices enumerating | Abyss777 | |
2017-03-23 | Move default device status to getter | Abyss777 | |
2017-03-22 | Move device status initialization to model | Abyss777 | |
2017-03-21 | Set status to offline for new device | Abyss777 | |
2017-03-20 | Use Iterator for maps cleanup | Abyss777 | |
2017-03-20 | Move handleTextMessage function to separate handler. | Abyss777 | |
2017-03-20 | Implement phone to device comparison | Abyss777 | |
2017-03-06 | Introduce terms "data" and "text" commands | Abyss777 | |
2017-03-02 | Remove BaseProtocolSmsEncoder class | Abyss777 | |
Add fallback to SMS if device is not online Use more variables and ternary operators | |||
2017-03-02 | Implement sms commands | Abyss777 | |
2017-01-16 | - Rename otherUserId to managedUserId | Abyss777 | |
- Optimize getManaged* functions | |||
2017-01-16 | Initial manager implementation | Abyss777 | |
2016-11-24 | - Invert variable meaning | Abyss777 | |
- Style fixes | |||
2016-11-24 | Combine lookupAttribute helpers | Abyss777 | |
2016-11-23 | Some more places | Abyss777 | |
2016-11-23 | One more place | Abyss777 | |
2016-11-02 | Update copyright notice emails | Anton Tananaev | |
2016-10-23 | Rename API path | Abyss777 | |
2016-10-22 | Implement reset total distance API | Abyss777 | |
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-17 | Update position if time is the same | Anton Tananaev | |
2016-07-28 | Organized server cache | Abyss777 | |
Moved lookupAttribute function to DeviceManager | |||
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-21 | Added parentheses | Abyss777 | |
2016-07-21 | Act with atomic more carefully | Abyss777 | |
2016-07-21 | Migrate from ReentrantReadWriteLocks to ConcurrentHashMaps in DeviceManager | Abyss777 | |
UpdateCahces incrementally | |||
2016-07-20 | Change order cache initialization | Abyss777 | |
2016-07-20 | - Move groups related actions to DeviceManager | Abyss777 | |
- Removed cache updates from getXxxxById | |||
2016-07-18 | - Added attributes to devices | Abyss777 | |
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object. | |||
2016-07-15 | Move code related to devices to DeviceManager | Abyss777 | |