Commit graph

25 commits

Author SHA1 Message Date
Andreas Schildbach
070fcad64a Migrate multi-module project to single project. 2019-07-19 19:16:55 +02:00
Andreas Schildbach
b2875ddd31 Update links in license to use HTTPS. 2018-07-15 16:47:49 +02:00
Torsten Grote
e179351115 AbstractNavitiaProvider: Add Orlyval to Physical Modes.
Without this patch, connections with the orlyval train cause an IllegalArgumentException.
2017-09-05 23:28:15 +02:00
Andreas Schildbach
931dafb628 Switch to modern code format. Organize imports. No functional changes.
Java sources use Eclipse 4.5 'Java Conventions' with indentation changed to 4 spaces only per level.
2016-09-08 18:26:01 +02:00
Torsten Grote
b741c0b34f Paris: Support cablecar 2016-05-23 16:02:54 +02:00
Torsten Grote
17e54c4d62
Navitia: Support Ambiguous QueryTripsResult 2016-05-15 20:05:17 -03:00
Torsten Grote
2adf627e51 Navitia: Also suggest POI and administrative locations
The administrative areas are extremely useful when people search for a
suburb, but no stops have the suburbs name. They are currently mapped
to a POI location.
2016-04-13 16:37:19 +02:00
Torsten Grote
13182d2fb7 Paris: Fix some tests. 2016-02-02 14:35:57 +01:00
Torsten Grote
4f9fb0cab2 Navitia: queryNearbyLocations() with distance of 0 now means "unlimited" (50km). 2016-01-31 19:39:42 +01:00
Andreas Schildbach
7e172d2aaf Move secrets for live tests into a property file, so missing that file won't fail the build. 2015-12-19 15:28:34 +01:00
Antonio El Khoury
71d88fcd18 Navitia: Create abstract test class. 2015-04-01 16:48:40 +02:00
Antonio El Khoury
82e367a08b Navitia: Fix location type handling in queryNearbyLocations. 2015-03-01 15:40:18 +01:00
Antonio El Khoury
026b1fb111 Robustify tests for Paris. 2015-03-01 10:35:22 +01:00
Antonio El Khoury
3e92246ff8 Navitia: Fix queryDepartures() for stop_area when equivs is set to true. 2015-02-25 10:38:51 +01:00
Andreas Schildbach
5b3ceed733 Apply @Nullable annotation to NetworkProvider methods and DTOs. 2015-02-17 17:52:28 +01:00
Antonio El Khoury
76458296a0 Improve queryMoreTrips test for Paris. 2015-02-02 11:00:08 +01:00
Andreas Schildbach
0a571554c5 Change NetworkProvider.queryTrips() signature to accept a Set of products rather than a Collection. 2015-02-02 10:49:32 +01:00
Andreas Schildbach
8df79805d0 Rename .queryNearbyStations() to .queryNearbyLocations() and make it find POIs too. 2015-02-02 10:41:12 +01:00
Antonio El Khoury
696498cbca Update tests for Paris. 2015-02-01 17:16:21 +01:00
Andreas Schildbach
55d41dfd69 Add missing query wrappers in AbstractProviderLiveTest. 2015-01-21 12:58:21 +01:00
Andreas Schildbach
06a0d12b0f Update year of copyright. 2015-01-01 01:52:27 +01:00
Antonio El Khoury
11ccd099ec Navitia: Add new commercial modes. 2014-12-21 23:18:41 +01:00
Antonio El Khoury
6255bd1d76 Navitia: Add support for products in queryTrips. 2014-12-21 23:18:41 +01:00
Antonio El Khoury
54ea75fefc Navitia: Add support for walking speed in queryTrips. 2014-12-21 23:18:34 +01:00
Antonio El Khoury
a136e7911b Paris provider based on abstract Navitia provider. 2014-11-30 15:59:20 +01:00