aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/model/Position.java
AgeCommit message (Collapse)Author
2016-07-12Added support for Alarm popup & positions history cleanerninioe
1. added support for Alarm and Alarm Type in popup and also in history records. can be muted with a toggle button in the UI 2. added a timer to clear positions history once a day. the default is to save positions history for 7 days if not defined in the configuration file. 3. prevent the lock of the UI files (js, html, css, etc..) for wondows developers in debug mode. It's easier to do changes to the UI without stopping the app each time. 4. tools: added support in test-generator.py to simulate Alert, also added minify.bat file to compile new js files for the UI using sencha SDK for windows developers
2016-06-16Added/updated license headersAbyss777
2016-06-10GeofencesAbyss777
2016-05-26- Simplification of the hierarchy of models classesAbyss777
- Removed automatically founded unnecessary imports
2015-12-07Replace factory method with reflectionAnton Tananaev
2015-11-16Add outdated position boolean flagAnton Tananaev
2015-10-09Fix some FindBugs and style issuesAnton Tananaev
2015-10-07Clean up rest of the modelsAnton Tananaev
2015-10-04Remove trailing whitespaces from codeAnton Tananaev
2015-09-23Implement GPSMTA app protocolAnton Tananaev
2015-05-04Create other data keysAnton Tananaev
2015-05-04Create base event classAnton Tananaev
2015-05-03Implmenet reflection json conversionAnton Tananaev
2015-05-03Remove unused fromRecord methodAnton Tananaev
2015-04-29Store other data in positionAnton Tananaev
2015-04-28Implement API to create devicesAnton Tananaev
2015-04-27Implement JSON conversionAnton Tananaev
2015-04-27Refactor model classesAnton Tananaev
2014-12-31Add filter unit testsAnton Tananaev
2013-09-28Add data classAnton Tananaev
2013-09-28Remove optional fieldsAnton Tananaev
2012-06-24Add reverse geocoding (fix #15)Anton Tananaev
2012-04-26(no commit message)Anton Tananaev