Commit graph

259 commits

Author SHA1 Message Date
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
Anthony Chaput
63176e9e01 Navitia: Add support for fr-se region (South-East of France). 2016-08-30 14:06:36 +02:00
Stéphane Guillou
0addc8fec1 Navitia: Add support for fr-ne region (which covers North-East of France). 2016-08-20 21:09:08 +02:00
Andreas Schildbach
2f40556e5a RTA Chicago. 2016-07-31 14:23:38 +02:00
Andreas Schildbach
7821c7458d Re-enable SSL certificate validation for live tests. 2016-06-21 14:28:39 +02:00
Andreas Schildbach
26621e5874 Migrate Stockholm to use SE. 2016-06-04 12:50:26 +02:00
Andreas Schildbach
2b2bb3a7cc Disable SSL certificate validation for live tests. 2016-06-01 10:00:03 +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
Andreas Schildbach
04b0c2ea2c Migrate Salzburg to use VAO. 2016-04-07 20:13:24 +02:00
Andreas Schildbach
907fc38dc4 Hafas: Handle JSON API error H9380 'Departure/Arrival/Intermediate or equivalent stations def'd more than once'. 2016-04-07 20:13:24 +02:00
Andreas Schildbach
6d7d967ef4 KVV: One more test. 2016-04-07 20:12:32 +02:00
Andreas Schildbach
e3337c202d SH: Parse fares. 2016-04-07 20:12:31 +02:00
Andreas Schildbach
391fb06090 SH: Switch to JSON API. 2016-04-07 20:12:31 +02:00
Chimo
a9d009e090 Add Quebec (Canada) provider. 2016-03-10 22:53:37 +01:00
Andreas Schildbach
b1e89921a6 Style: Preconditions and unit tests for parseColor(). 2016-02-29 10:38:30 +01:00
Andreas Schildbach
910b6705b8 BVG: Update API base. 2016-02-25 17:48:34 +01:00
Mats Sjöberg
9410a4077a Add HSL provider, covering Helsinki. 2016-02-13 21:56:16 +01:00
Chimo
e78e6bdf73 Add Ontario (Canada) provider. 2016-02-13 20:54:12 +01:00
Andreas Schildbach
5704ebc42c Augsburg: Fix some tests. 2016-02-02 14:36:30 +01: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
Nicolas Derive
79159f854d Navitia: Add support for fr-sw region (which covers South-West of France). 2015-12-19 22:06:54 +01:00
Antonio El Khoury
deac74f4d9 Navitia: Add support for Italy. 2015-12-19 22:06:54 +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
Andreas Schildbach
9d18f36fa9 Some tests for querying locations with an umlaut. 2015-12-05 19:29:16 +01:00
Andreas Schildbach
e60eabaa92 EFA: Parse message code when querying for locations via JSON. 2015-12-05 19:26:57 +01:00
Andreas Schildbach
2be92e3845 GVH: Allow configuration of API base. 2015-11-18 10:36:33 +01:00
Andreas Schildbach
6e03763192 Migrate Göttingen & South Lower Saxony and Rostock into Bremen, Bremerhaven & Osnabrück. Also switch to JSON API and adapt Rostock styles. 2015-10-31 14:49:37 +01:00
Andreas Schildbach
4c851ae4c5 Migrate Liechtenstein, Bregenz & Vorarlberg to use VAO. 2015-09-26 10:04:08 +02:00
Andreas Schildbach
f8e1674ab6 SH: Handle querying for nearby stations by coordinate. 2015-09-11 11:40:07 +02:00
Andreas Schildbach
00a395a9ad Extract HttpClient into own class which can keep state (cookies and configuration for now). 2015-07-19 14:22:55 +02:00
Andreas Schildbach
f4974bc8f2 EFA: Trip optimization for least duration, least changes or least walking. 2015-06-06 00:36:27 +02:00
Andreas Schildbach
5cc1956f99 Testcases. 2015-05-21 00:31:23 +02:00
Andreas Schildbach
cfae3fc11c Bayern: Enable more products for trips. 2015-05-04 08:10:12 +02:00
Michael Dyrna
8a5341438f VRS: Quickly handle API error 'Keine Abfahrten gefunden.'. The full solution would be to restructure the code in a way that allows to return at least the List<LineDestination> part. 2015-04-10 08:50:58 +02:00
Andreas Schildbach
cd8b7fc6dd VRR: Fix umlauts in suggested locations. 2015-04-02 10:27:05 +02:00
Michael Dyrna
154085da1d VRS: New platform parsing rule for Aachen. Parse position also in 'via stops'. 2015-04-01 17:42:22 +02:00
Michael Dyrna
bff85253d1 VRS: Parse NRW-Tarif. 2015-04-01 17:39:59 +02:00
Michael Dyrna
72d0e5dd4a VRS: Additional parsing rule for platform information. 2015-04-01 17:32:56 +02:00
Andreas Schildbach
6b1e882558 EFA: Set maximum time to walk to first or from last stop. 2015-04-01 17:27:59 +02:00
Andreas Schildbach
4b65f0145c Introduce location type for plain coordinates. 2015-04-01 17:27:59 +02:00
Antonio El Khoury
71d88fcd18 Navitia: Create abstract test class. 2015-04-01 16:48:40 +02:00
Michael Dyrna
e71f33ff14 VRS: Fix NumberFormatException on empty polygon in queryTrips. 2015-03-18 15:28:29 +01:00
Michael Dyrna
5ecf57bed9 Cologne & Bonn. 2015-03-17 11:19:13 +01:00
Andreas Schildbach
95d0a31675 Suppress warnings about missing serialVersionUIDs for the whole project. 2015-03-12 13:18:46 +01:00
Andreas Schildbach
c6861282f3 Enhance check for internal errors. 2015-03-02 11:26:59 +01:00
Andreas Schildbach
0aead00171 Fix umlauts in suggested locations for Salzburg. 2015-03-02 11:22:52 +01:00
Andreas Schildbach
39008afc0b Fix umlauts in suggested locations for Rhineland-Palatinate, Rhine-Neckar & Baden-Württemberg. 2015-03-02 11:22:52 +01:00