Age | Commit message (Expand) | Author |
2018-01-22 | Add new position constructor | Anton Tananaev |
2017-12-20 | Handle multiple query parameters | Anton Tananaev |
2017-12-20 | Support LBS for OsmAnd protocol | Anton Tananaev |
2017-11-21 | Implement Oyster Sigfox protocol | Anton Tananaev |
2017-09-07 | Handle correct and incorrect attribute types | Abyss777 |
2017-08-29 | Move common speed converting code to BaseProtocolDecoder | Abyss777 |
2017-08-29 | Implement osmand.speedUnits patameter | Abyss777 |
2017-07-14 | Use driverUniqueId instead of rfid in test script and OsmAnd protocol | Abyss777 |
2017-07-14 | Save driver identification (rfid/ibutton etc.) as driverUniqueId attribute | Abyss777 |
2017-07-12 | - Handle rfid attributes and populate driverUniqueId | Abyss777 |
2017-06-21 | Osmand: Store 'batt' parameter as 'batteryLevel' | Abyss777 |
2017-05-19 | Adjust battery and batteryLevel type | Abyss777 |
2017-04-17 | Decode numeric OsmAnd parameters | Anton Tananaev |
2017-01-15 | Revert the change | Anton Tananaev |
2017-01-15 | Add alarm support for OsmAnd | Anton Tananaev |
2017-01-13 | Add accuracy to OsmAnd protocol | Anton Tananaev |
2016-11-02 | Update copyright notice emails | Anton Tananaev |
2016-10-16 | Get OsmAnd connection session only once | Anton Tananaev |
2016-09-04 | Clean unused import Arrays in OsmAndProtocolDecoder | Damien alias Dough |
2016-09-04 | Using array instead of List to split location | Damien alias Dough |
2016-09-03 | As exposed on forum thread - https://www.traccar.org/forums/topic/tracking-th... | Damien alias Dough |
2016-08-01 | Check OsmAnd messages for device id | Anton Tananaev |
2016-07-29 | Replace Jetty import with Netty alternative | Anton Tananaev |
2016-07-29 | Include content length in OsmAnd response | Anton Tananaev |
2016-07-23 | Fix checkstyle issue | Anton Tananaev |
2016-07-23 | Return http error if unknown | Anton Tananaev |
2016-07-21 | Remove unused imports | Anton Tananaev |
2016-07-21 | Do not close HTTP connection | Anton Tananaev |
2016-07-19 | Move device id to a session | Anton Tananaev |
2016-05-26 | - Simplification of the hierarchy of models classes | Abyss777 |
2016-05-04 | Explicitly use ASCII charset | Anton Tananaev |
2016-02-05 | Add ISO time support for OsmAnd (fix #1700) | Anton Tananaev |
2016-01-23 | Fix checkstyle issues in the project | Anton Tananaev |
2016-01-18 | Support valid parameter for OsmAnd | Anton Tananaev |
2015-12-27 | Mark OsmAnd message as valid (fix #1625) | Anton Tananaev |
2015-12-16 | Fix unused imports and other warnings | Anton Tananaev |
2015-12-11 | Support custom attributes for OsmAnd protocol | Anton Tananaev |
2015-11-30 | Always pass remote address to identify method | Anton Tananaev |
2015-11-08 | Clean up Java code formatting | Anton Tananaev |
2015-10-13 | Fix some more style problems | Anton Tananaev |
2015-10-07 | Replace Double.valueOf with parseDouble | Anton Tananaev |
2015-10-07 | Replace valueOf with parseXxx calls | Anton Tananaev |
2015-10-04 | Remove trailing whitespaces from code | Anton Tananaev |
2015-09-13 | Fix OsmAnd timestamp issue | Anton Tananaev |
2015-07-12 | Re-factor decoder interface | Anton Tananaev |
2015-06-29 | Merge commands implmentation (fix #1271) | Anton Tananaev |
2015-05-04 | Create other data keys | Anton Tananaev |
2015-04-29 | Store other data in position | Anton Tananaev |
2015-04-27 | Remove unnecessary default values | Anton Tananaev |
2015-04-23 | Major code refacroting | Anton Tananaev |