aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-26Do not store device status in databaseAbyss777
2016-07-26Overspeed handler enhanced to use attributesAbyss777
2016-07-26Handle correctly empty reportAnton Tananaev
2016-07-26Merge pull request #2158 from Abyss777/attributesAnton Tananaev
Fix attribute editing
2016-07-25Fix attribute editingAbyss777
2016-07-26Fix HuaSheng decoder responseAnton Tananaev
2016-07-26Merge pull request #2155 from Abyss777/attributesAnton Tananaev
Added group and server attributes
2016-07-25Added group and server 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-25Fix H02 ignition decodingAnton Tananaev
2016-07-25Fix button id typoAnton Tananaev
2016-07-25Improve history clearing logicAnton Tananaev
2016-07-25Merge pull request #2104 from ninioe/masterAnton Tananaev
Added support for Alarm notifications & positions history cleaner & show alarms in report & Mute button & unlock UI files (for windows)
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-25Add Megastek unit test caseAnton Tananaev
2016-07-24typo mistake fixninioe
2016-07-24turn the toggle button into mute buttonninioe
default is muted
2016-07-24more fixesninioe
2016-07-24alarm support in test generatorninioe
2016-07-24Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
# Conflicts: # tools/test-generator.py
2016-07-24Merge pull request #2147 from FabianInostroza/masterAnton Tananaev
Correctly process negative coordinates
2016-07-24Correctly process negative latitude and longitude.Fabián Inostroza
2016-07-24more fixninioe
2016-07-24more fixesninioe
2016-07-23Improve GpsGate protocol decoderAnton Tananaev
2016-07-23Support GT02 command responsesAnton Tananaev
2016-07-23Merge pull request #2140 from Abyss777/update_swagger.jsonAnton Tananaev
Update swagger json file
2016-07-23Fix checkstyle issueAnton Tananaev
2016-07-23Update test generator scriptAnton Tananaev
2016-07-23Return http error if unknownAnton Tananaev
2016-07-22Update versionAbyss777
2016-07-22Actualize swagger.jsonAbyss777
2016-07-22Workaround for incorrect hemisphere (fix #2139)Anton Tananaev
2016-07-22Merge pull request #2136 from Abyss777/migrate_from_locks_in_devmanagerAnton Tananaev
Migrate from locks to ConcurrentHashMap
2016-07-21Added parenthesesAbyss777
2016-07-21Act with atomic more carefullyAbyss777
2016-07-21protect Device positionId on clear historyninioe
2016-07-21Migrate from ReentrantReadWriteLocks to ConcurrentHashMaps in DeviceManagerAbyss777
UpdateCahces incrementally
2016-07-21Remove unused importsAnton Tananaev
2016-07-21Do not close HTTP connectionAnton Tananaev
2016-07-20Remove unused importsAnton Tananaev
2016-07-20Update L100 protocol decoderAnton Tananaev
2016-07-20Revert temporary L100 removalAnton Tananaev
This reverts commit 21a8fb81a0aa88a7bc1cb6804da034ecc9a79bcd.
2016-07-20Merge pull request #2132 from Abyss777/move_groups_to_device_managerAnton Tananaev
Move groups related actions to DeviceManager
2016-07-20Change order cache initializationAbyss777
2016-07-20- Move groups related actions to DeviceManagerAbyss777
- Removed cache updates from getXxxxById