Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-18 | geocoder: Implement MapmyIndia Reverse geocoder | Syed Mujeer Hashmi | |
MapmyIndia reverse geocoding is very helpful for the Indian subcontinent, It's "distance from nearest POI" detail embedded in the formatted_address field of the response is quite impressive for the reports. The Confirgurations required to be added in the config file "traccar.xml" are <entry key='geocoder.enable'>true</entry> <entry key='geocoder.type'>mapmyindia</entry> <entry key="geocoder.url">https://apis.mapmyindia.com/advancedmaps/v1</entry> <entry key="geocoder.key">YOUR_KeY</entry> <entry key="geocoder.format">%f</entry> Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@gmail.com> | |||
2018-12-15 | Implement HERE reverse geocoder (fix #4142) | Anton Tananaev | |
2018-11-08 | Fix time formatting issues | Anton Tananaev | |
2018-11-02 | Implement universal HTTP SMS manager | Anton Tananaev | |
2018-10-24 | Default logging on config errors | Anton Tananaev | |
2018-10-17 | Sanitize all JSON strings | Anton Tananaev | |
AC-2018-10-9-1, AC-2018-10-9-2, AC-2018-10-9-3, AC-2018-10-9-4 | |||
2018-10-16 | Remove unnecessary methods | Anton Tananaev | |
2018-10-03 | Fix geocoder issue (#4073) | Anton Tananaev | |
2018-09-30 | Use DefaultServlet instead of ResourceHandler | Anton Tananaev | |
2018-09-29 | Re-implement mail notificator | Anton Tananaev | |
2018-09-24 | Add Base Adresse Nationale reverse geocoder (fix #3769) | Olivier Girondel | |
2018-09-22 | Fix date formatting (fix #4063) | Anton Tananaev | |
2018-09-14 | Add Windows service support | Anton Tananaev | |
2018-09-14 | Log using slf4j and java logging | Anton Tananaev | |
2018-08-05 | Update Java dependencies and fix issues | Anton Tananaev | |
2018-06-27 | - Rename NotificationException to MessageException | Abyss777 | |
- Simplify Notificator instantiation - Make sms configuration more clear - Move some defaults in code - Some cleanup | |||
2018-06-26 | Merge remote-tracking branch 'ivanfmartinez/notifications' | Abyss777 | |
# Conflicts: # src/org/traccar/Context.java | |||
2018-06-02 | Remove async HTTP client dependency | Anton Tananaev | |
2018-06-01 | option to instantiate a new SMSNotifier using a different SMSManager | Ivan Martinez | |
2018-06-01 | move NotificatorManager instance to Context | Ivan Martinez | |
2018-05-11 | Rename config switch | Abyss777 | |
2018-05-07 | Add basic support of overspeeding inside geofences. | Abyss777 | |
2018-05-01 | Support geocode xyz reverse geocoder | Anton Tananaev | |
2018-04-28 | Make Commands queueing switchable | Abyss777 | |
2018-04-13 | - Rename field to Period | Abyss777 | |
- Remove unnecessary check for null - Move MaintenanceManager initialization with other event related managers | |||
2018-04-11 | Add support of multiple Maintenances | Abyss777 | |
2018-04-01 | generalization for notifications processing | Ivan Martinez | |
2018-02-02 | Always initialize MediaManager | Abyss777 | |
2017-11-22 | Changing form method | Srk | |
2017-11-20 | Minor refactoring | Srk | |
2017-11-19 | Merge branch 'master' into payload-as-form-param | Shinryuken | |
2017-11-19 | - Global jsonPrettyPrinting option | Srk | |
- Minor refactoring - Config option name changed from "event.forward.prettyPrintedPayload" to "config.mapper.prettyPrintedJson" | |||
2017-11-14 | Improve LDAP | Abyss777 | |
2017-11-11 | Implement LDAP authentication | Anton Tananaev | |
2017-11-10 | - Combine "getAddress" functions | Abyss777 | |
- Change switches logic | |||
2017-11-08 | - Implement synchronous geocoding | Abyss777 | |
- Implement retry geocoding for trips/stops reports - Implement API for revers geocoding | |||
2017-11-07 | User defaults when no User is available | Shinryuken | |
2017-11-06 | ObjectWriter for pretty-printing messaging | Shinryuken | |
2017-09-21 | Move speedThreshold to TripsConfig | Abyss777 | |
2017-09-21 | Make check for valid in MotionEventHandler optional | Abyss777 | |
2017-09-19 | Implement per device Notifications | Abyss777 | |
2017-09-12 | Implement Saved Commands | Abyss777 | |
2017-09-05 | Remove Attribute Aliases support | Abyss777 | |
2017-08-15 | Merge remote-tracking branch 'upstream/master' into new_trips_detector | Abyss777 | |
2017-08-15 | Remove greadyParking | Abyss777 | |
2017-08-14 | Rename parameter and field to "useIgnition" | Abyss777 | |
2017-08-14 | Correct motion state by ignition. | Abyss777 | |
2017-08-11 | Initialize tripsConfig ones in Context | Abyss777 | |
2017-08-11 | Make Overspeed and Motion events handlers singleton and move some code to ↵ | Abyss777 | |
function | |||
2017-07-27 | Optimize a few IFs | Abyss777 | |