aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/Context.java
AgeCommit message (Collapse)Author
2019-03-31Convert project to gradleAnton Tananaev
2019-03-09Refactor motion event handlerAnton Tananaev
2019-03-07Refactor overspeed handlerAnton Tananaev
2019-02-27Move events handler classesAnton Tananaev
2019-02-24Refactor geocoder handlerAnton Tananaev
2019-02-24Refactor geolocationAnton Tananaev
2019-02-23Refactor configurationAnton Tananaev
2019-02-17moved MockMediaManager to BaseTestGavriel Fleischer
2019-02-17don't save response + decoder testGavriel Fleischer
2018-12-18geocoder: Implement MapmyIndia Reverse geocoderSyed 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-15Implement HERE reverse geocoder (fix #4142)Anton Tananaev
2018-11-08Fix time formatting issuesAnton Tananaev
2018-11-02Implement universal HTTP SMS managerAnton Tananaev
2018-10-24Default logging on config errorsAnton Tananaev
2018-10-17Sanitize all JSON stringsAnton Tananaev
AC-2018-10-9-1, AC-2018-10-9-2, AC-2018-10-9-3, AC-2018-10-9-4
2018-10-16Remove unnecessary methodsAnton Tananaev
2018-10-03Fix geocoder issue (#4073)Anton Tananaev
2018-09-30Use DefaultServlet instead of ResourceHandlerAnton Tananaev
2018-09-29Re-implement mail notificatorAnton Tananaev
2018-09-24Add Base Adresse Nationale reverse geocoder (fix #3769)Olivier Girondel
2018-09-22Fix date formatting (fix #4063)Anton Tananaev
2018-09-14Add Windows service supportAnton Tananaev
2018-09-14Log using slf4j and java loggingAnton Tananaev
2018-08-05Update Java dependencies and fix issuesAnton Tananaev
2018-06-27- Rename NotificationException to MessageExceptionAbyss777
- Simplify Notificator instantiation - Make sms configuration more clear - Move some defaults in code - Some cleanup
2018-06-26Merge remote-tracking branch 'ivanfmartinez/notifications'Abyss777
# Conflicts: # src/org/traccar/Context.java
2018-06-02Remove async HTTP client dependencyAnton Tananaev
2018-06-01option to instantiate a new SMSNotifier using a different SMSManagerIvan Martinez
2018-06-01move NotificatorManager instance to ContextIvan Martinez
2018-05-11Rename config switchAbyss777
2018-05-07Add basic support of overspeeding inside geofences.Abyss777
2018-05-01Support geocode xyz reverse geocoderAnton Tananaev
2018-04-28Make Commands queueing switchableAbyss777
2018-04-13- Rename field to PeriodAbyss777
- Remove unnecessary check for null - Move MaintenanceManager initialization with other event related managers
2018-04-11Add support of multiple MaintenancesAbyss777
2018-04-01generalization for notifications processingIvan Martinez
2018-02-02Always initialize MediaManagerAbyss777
2017-11-22Changing form methodSrk
2017-11-20Minor refactoringSrk
2017-11-19Merge branch 'master' into payload-as-form-paramShinryuken
2017-11-19- Global jsonPrettyPrinting optionSrk
- Minor refactoring - Config option name changed from "event.forward.prettyPrintedPayload" to "config.mapper.prettyPrintedJson"
2017-11-14Improve LDAPAbyss777
2017-11-11Implement LDAP authenticationAnton Tananaev
2017-11-10- Combine "getAddress" functionsAbyss777
- Change switches logic
2017-11-08- Implement synchronous geocodingAbyss777
- Implement retry geocoding for trips/stops reports - Implement API for revers geocoding
2017-11-07User defaults when no User is availableShinryuken
2017-11-06ObjectWriter for pretty-printing messagingShinryuken
2017-09-21Move speedThreshold to TripsConfigAbyss777
2017-09-21Make check for valid in MotionEventHandler optionalAbyss777
2017-09-19Implement per device NotificationsAbyss777