aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/model
AgeCommit message (Collapse)Author
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-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-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-19changed to generic alarm type eventninioe
2016-07-19Merge remote-tracking branch 'refs/remotes/tananaev/master'ninioe
2016-07-18- Added attributes to devicesAbyss777
- Fixed license header for DeviceManager.java - Fixed editing attributes for not saved (new) object.
2016-07-18Decode MiniFinder status flagsAnton Tananaev
2016-07-17Added AlertEventHandler & Mute button for all notificationsninioe
2016-07-13changes Anton asked meninioe
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-07-06- Pt502 output_control fix.drecchia
- Added command for set maxSpeed and sms timezone.
2016-07-06Granit protocol implementationAbyss777
2016-06-26Added notifications via emailAbyss777
Added notifications settings
2016-06-18Merge pull request #2012 from Abyss777/masterAnton Tananaev
Implement Geofences on server side
2016-06-18Implement command for PT502 protocolAnton Tananaev
2016-06-16Added/updated license headersAbyss777
2016-06-14- Overlapping geofencesAbyss777
- Simplified user-device link
2016-06-10GeofencesAbyss777
2016-05-31- Renamed eventTime to serverTimeAbyss777
- Fixed bracket indentation
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-26Events subsystemAbyss777
2016-05-26- Simplification of the hierarchy of models classesAbyss777
- Removed automatically founded unnecessary imports
2016-05-25Remove unused model classAnton Tananaev
2016-05-19- Added device identification on ping packet for Wondex protocolAbyss777
- Store result of command execution to "result" field of position - Fixed wrong class in WondexFrameDecoderTest
2016-05-08Review fixesGábor Somogyi
2016-05-06Rename SupportedCommand to CommandTypeGábor Somogyi
2016-05-05Backend side model put backGabor Somogyi
2016-05-04Explicitly use ASCII charsetAnton Tananaev
2016-04-25Finish watch commands implementationAnton Tananaev
2016-04-25Add some new command typesAnton Tananaev
2016-04-16Remove old web API serviceAnton Tananaev
2016-03-20Support GL200 protocol motion reportAnton Tananaev
2016-03-19Add option to save original messageAnton Tananaev
2016-03-15Remove language from user and serverAnton Tananaev
2016-03-15Implement send SMS Meitrack commandAnton Tananaev
2016-03-13Add twelve hour format preferenceAnton Tananaev
2016-03-11Merge remote-tracking branch 'refs/remotes/tananaev/master'Hans van den Elsen
2016-03-09Add parent field for device and groupAnton Tananaev
2016-03-08Add new and update old data modelsAnton Tananaev
2016-02-24Decode additional GL200 protocol dataAnton Tananaev
2016-02-15Polishing up the custom commands for MiniFinderHans van den Elsen
Renamed Command.CUSTOM to TYPE_CUSTOM. Put the raw command in the 'raw' attribute instead as the key for one.
2016-02-13Merge branch 'master' of https://github.com/tananaev/traccarHans van den Elsen
2016-02-12Added functionality to Minifinder protocol to send commandsHans van den Elsen
2016-02-09Support GPS103 OBD messages (fix #1632)Anton Tananaev
2016-01-21Fix Ulbotech frame and protocol decodersAnton Tananaev
2015-12-27Remove dataId from Device model classAnton Tananaev
2015-12-21Fix style issues and unused importsAnton Tananaev
2015-12-20Fix some REST API minor issuesAnton Tananaev
2015-12-16Add readonly flag to server settingsAnton Tananaev