Commit graph

267 commits

Author SHA1 Message Date
Andreas Schildbach
eda7d37b83 Add AVV (Aachen) provider based on Hafas client interface. 2018-11-14 09:37:38 +01:00
Andreas Schildbach
0831d0f8e6 AbstractProviderLiveTest: Use TripOptions in queryTrips() and simplify live tests by passing null to use defaults where appropriate. 2018-11-05 19:57:59 +01:00
Ialokim
79ff93b80f NetworkProvider: queryTrips() now uses a TripOptions field for products, optimize, walkSpeed, accessibilty and options.
The old queryTrips() variant is now deprecated.
2018-11-05 19:57:33 +01:00
Andreas Schildbach
025eba20f1 NRI: Remove provider for Norway. 2018-11-04 22:36:46 +01:00
Andreas Schildbach
dc390eb5a4 INVG: Switch to Hafas Client Interface. 2018-10-31 16:02:34 +01:00
Andreas Schildbach
4c8d4af1e1 AbstractProviderLiveTest: Limit result sets so that debug outputs don't get so huge. 2018-10-31 12:17:22 +01:00
Andreas Schildbach
9e99ea59d2 PL: Ressurect provider for Poland under a new API base. 2018-10-27 21:30:47 +02:00
Andreas Schildbach
9b81c69251 BVG, VBB: Adapt to new BVG station IDs in test cases. 2018-10-27 21:27:29 +02:00
Andreas Schildbach
fd87c76399 PL: Remove provider for Poland. 2018-10-11 10:38:34 +02:00
Colin Murphy
56311f52db Add CMTA (Austin, Texas, USA) provider based on mobile Hafas. 2018-09-27 14:06:06 +02:00
full-duplex
34487194d9 Negentwee: Fix 'type' parameter name. 2018-09-24 00:50:25 +02:00
full-duplex
e10de06c13 Negentwee: Support querying for trips with coordinate locations. 2018-09-19 11:36:04 +02:00
ajbruin
cc3ef24a58 Negentwee: Support house numbers in addresses. 2018-09-18 15:21:07 +02:00
Erik Uhlmann
86c759e21c Add Massachusetts, USA provider based on Navitia. 2018-09-18 15:12:50 +02:00
Nico Alt
dae184bd31 Add Nicaragua provider based on Navitia. 2018-07-31 10:15:50 +02:00
mimi89999
0c944c2ebe Add Poland/Warsaw provider based on Navitia. 2018-07-25 10:12:12 +02:00
Andreas Schildbach
b2875ddd31 Update links in license to use HTTPS. 2018-07-15 16:47:49 +02:00
Andreas Schildbach
ea0865f3c2 IVB: Remove provider for Innsbruck.
Use VvtProvider instead.
2018-07-06 10:24:37 +02:00
Chimo
fbfb218ff1 Add British Columbia, Canada provider. 2018-05-05 22:05:40 +02:00
Torsten Grote
446e2d4ead Navitia: Add Spain provider. 2017-12-06 17:16:11 +01:00
Torsten Grote
d3717121b5 Navitia: Add New Zealand provider.
Currently supports Wellington, Auckland and Christchurch.
2017-12-06 17:10:47 +01:00
Torsten Grote
26e9b7be92 Ghana: Add GhanaProvider. 2017-12-04 09:47:00 +01:00
Tomas Groth
3b38a48bff DSB: Normalize a bus name. Also fix a test in DsbProviderLiveTest. 2017-12-04 09:38:14 +01:00
Andreas Schildbach
2add36ef78 VMV: Fix suggest locations coverage. 2017-12-03 15:23:59 +01: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
90b0cc02cd BVB: Remove provider for Basel. 2017-08-31 11:35:59 +02:00
Peter Serwylo
973a9d5668 Australia: Add AustraliaProvider.
Navitia provides an "au" coverage which aggregates GTFS feeds from
most states public transport authorities. At time of writing, it supports:

 * Melbourne
 * Sydney
 * Canberra
 * Brisbane
 * Darwin
 * Alice Springs
 * Perth
 * Adelaide
 * Hobart
 * Launceston
 * Bernie

However of these, Darwin, Alice Springs, and Darwin are out of date.

By default, only does a semi-comprehensive test of Melbourne (the PTV
network). This is to avoid running into Navitia's API limits if run
under CI, or run continuously during development.

For each other supported network (which is in date), it also provides
tests. The sum of all these tests is that each network should have each
different type of transport (e.g. train/tram/ferry/etc) tested.
2017-08-20 22:37:05 +02:00
Andreas Schildbach
3bc1faf533 Migrate Norway to binary trips query. 2017-05-31 10:04:57 +02:00
Patrick Kanzler
e1a3da736c Trip: Add getNumChanges() method for computing the number of changes on a trip.
Fixes #151.
2017-03-24 20:44:45 +01:00
Andreas Schildbach
375e9b56b0 VVS: Fix request URL encoding. 2017-03-17 11:41:59 +01:00
Chimo
153c61e47d Ontario: Fix failing test. 2017-03-17 11:41:59 +01:00
Andreas Schildbach
43abca08f5 AbstractHafasMobileProvider: If address is passed to jsonTripSearch() without id, always use first identified address. 2017-02-16 17:02:52 +01:00
Andreas Schildbach
e92aa098a0 PACA: Remove provider for Provence-Alpes-Côte d'Azur. 2017-02-15 13:15:30 +01:00
Andreas Schildbach
e4b03df6f5 ATC: Remove provider. 2017-02-15 13:07:42 +01:00
Andreas Schildbach
9002564349 SEPTA: Remove provider for Philadelphia. 2017-02-15 13:07:42 +01:00
Andreas Schildbach
35adb1c688 VGN: Add API base. 2017-02-15 13:07:42 +01:00
full-duplex
a60313edf9 Negentwee: New provider for the Netherlands. 2017-01-31 16:38:03 +01:00
Andreas Schildbach
bf510b516d If possible, use generic type inference for constructing objects. 2017-01-28 14:59:03 +01:00
Andreas Schildbach
37a7f60329 BVG: Switch to mobile API. 2017-01-27 00:04:58 +01:00
Andreas Schildbach
6fe713bbc6 VMT: New provider for Mittelthüringen. 2017-01-27 00:04:46 +01:00
Andreas Schildbach
a0bec90f9a AbstractHafasProvider: Extract AbstractHafasMobileProvider and AbstractHafasLegacyProvider for the two Hafas APIs. 2017-01-26 23:21:53 +01:00
Andreas Schildbach
dee663ea54 Remove Melbourne. PTV has shut or locked down their EFA. 2017-01-13 12:30:38 +01:00
Clayton Craft
e965593be9 Navitia: Add support for us-or region (Oregon). 2017-01-06 11:08:58 +01:00
Andreas Schildbach
4f7bd832e6 Use HttpUrl and HttpUrl.Builder where possible. 2017-01-03 10:59:30 +01:00
Andreas Schildbach
6a195c9b1d GVH: Fix suggest locations coverage. 2016-11-27 16:41:24 +01:00
Andreas Schildbach
77a69bc9c0 Remove JET (Jerusalem). 2016-11-21 11:24:44 +01:00
Andreas Schildbach
707727c68a Remove San Francisco. 2016-11-21 11:12:33 +01:00
Andreas Schildbach
0dabc3da75 VVT: Switch to JSON API. 2016-10-23 19:48:30 +02:00
Andreas Schildbach
80f0f30df5 SVV: Ressurect and switch to JSON API. 2016-10-19 20:39:09 +02:00
Andreas Schildbach
748d8423e5 OOEVV: New provider for Upper Austria. 2016-10-19 20:31:42 +02:00