Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-21 | Fix URL problem in geocoders | Anton Tananaev | |
2017-02-20 | Implement TAIP protocol variant | Anton Tananaev | |
2017-02-20 | Convert GL200 odometer to meters | Anton Tananaev | |
2017-02-20 | Decode GL200 validity flag | Anton Tananaev | |
2017-02-19 | Handle unknown host exception | Anton Tananaev | |
2017-02-18 | Implement Cellocator output control | Anton Tananaev | |
2017-02-18 | Support some Cellocator alarms | Anton Tananaev | |
2017-02-17 | Fix H02 frame decoder (fix #2926) | Anton Tananaev | |
2017-02-16 | Decode HDOP value for GL200 | Anton Tananaev | |
2017-02-16 | Revert H02 ignition once again | Anton Tananaev | |
2017-02-16 | Refresh permissions for new devices | Anton Tananaev | |
2017-02-15 | Support language for Google geocoder | Anton Tananaev | |
2017-02-15 | Remove check for valid in IgnitionEventHandler | Abyss777 | |
2017-02-15 | Extend TMG protocol decoder | Anton Tananaev | |
2017-02-14 | Fix H02 status decoding | Anton Tananaev | |
2017-02-14 | Handle empty AT2000 message (fix #2662) | Anton Tananaev | |
2017-02-13 | Remove some Teltonika params | Anton Tananaev | |
2017-02-13 | Support Bitrek protocol | Anton Tananaev | |
2017-02-12 | Extend Galileo to support new tags | Anton Tananaev | |
2017-02-11 | Ignore invalid H02 messages | Anton Tananaev | |
2017-02-11 | Fix some code issues | Anton Tananaev | |
2017-02-11 | Implement Pricol acknowledgement | Anton Tananaev | |
2017-02-10 | Implement Pricol communication protocol | Anton Tananaev | |
2017-02-10 | Refactor Suntech protocol decoder | Anton Tananaev | |
2017-02-09 | Remove debugging code | Anton Tananaev | |
2017-02-09 | Implement new Aquila protocol | Anton Tananaev | |
2017-02-07 | Removed unnecessary parameters | gustavofcalmeida | |
2017-02-07 | Fix MXT protocol response | gustavofarias | |
2017-02-07 | Do not allow readonly users send commands | Abyss777 | |
2017-02-07 | Fix code style issue | Anton Tananaev | |
2017-02-07 | Fix MXT response (fix #2847) | Anton Tananaev | |
2017-02-07 | Add some Teltonika attributes (fix #2856) | Anton Tananaev | |
2017-02-07 | Implement GL505 cell decoding | Anton Tananaev | |
2017-02-06 | Event forward header small improvement | Abyss777 | |
2017-02-05 | Fix GL200 wifi message parsing | Anton Tananaev | |
2017-02-05 | Implement MXT response (fix #2847) | Anton Tananaev | |
2017-02-04 | Extend GPS103 protocol decoder | Anton Tananaev | |
2017-01-29 | Implement Pretrace protocol | Anton Tananaev | |
2017-01-29 | Merge pull request #2850 from ValeraVi/fix-geolocation | Anton Tananaev | |
Set Content Type in http header of geolocation request | |||
2017-01-29 | Merge pull request #2849 from ValeraVi/fix-geoloc-pos | Anton Tananaev | |
Reset additional parameters of GPS position after geolocation | |||
2017-01-28 | Added channel to WifiAccessPoint geolocation class | Valerii Vyshniak | |
Some geolocation providers also accept wifi channel number to perfom the geolocation more precisely. So protocols can supply this additional information now. | |||
2017-01-28 | Reset additional parameters of GPS position after geolocation | Valerii Vyshniak | |
When geolocation found a lat/lon from LBS/WIFI, only lat/lon and accuracy are updated. If protocol has copied "last" position to "Position" class before issuing the geolocation, then all other parameters of GPS position will be invalid (from "last" position). So this fix reset to 0 the altitude, speed, course and rssi. | |||
2017-01-28 | Set Content Type in http header of geolocation request | Valerii Vyshniak | |
Google geolocation API does not work correctly if "Content-Type:application/json" is not present in http header. | |||
2017-01-28 | - removed telic events/alarms not available in traccar | ssmipp | |
2017-01-28 | - removed some comments | ssmipp | |
2017-01-28 | - restored some original formatting | ssmipp | |
- use parser.nextInt() to get event value | |||
2017-01-27 | Added some Telic events (alarm) #2793 | ssmipp | |
2017-01-27 | Clear deviceUsers cache before refresh | Abyss777 | |
2017-01-26 | Merge pull request #2835 from Abyss777/devicereadonly_aliases | Anton Tananaev | |
Device readonly user shouldn't be able edit attribute aliases | |||
2017-01-26 | Device readonly user can't edit attribute aliases | Abyss777 | |