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
Andreas Schildbach
fca9fa0c11
VMOBIL: Ressurect and switch to JSON API.
2016-10-19 20:31:41 +02:00
Andreas Schildbach
a59d696a42
VOR: Switch to JSON API.
2016-10-19 20:19:33 +02:00
Andreas Schildbach
459dd5743f
Hafas: Support POIs for JSON trips query.
2016-10-12 12:57:02 +02:00
Andreas Schildbach
879de41cf7
Hafas: Support via for JSON trips query.
2016-10-12 11:13:43 +02:00
Andreas Schildbach
74d552d187
Migrate all HTTP calls to use OkHttp rather than URLConnection.
2016-09-25 19:53:31 +02:00
Andreas Schildbach
4c64746e75
Switch to Java 7.
...
Notes regarding Android compatibility:
- The 'try-with-resources' language feature needs API level 19, so don't use it.
All other language features can be used back to API level 8.
- The JDK 1.7 API still isn't fully implemented, so better stick with 1.6 for now.
2016-09-25 19:53:31 +02:00
Andreas Schildbach
670a63e0f9
Rename FrenchSouthWestProvider to FranceSouthWestProvider and NetworkId.FRENCHSOUTHWEST to NetworkId.FRANCESOUTHWEST.
...
This is done to be consistent with the other France providers.
2016-09-23 19:11:37 +02:00
Patrick Kanzler
c6cb7bcfef
Navitia: Add support for fr-nw region (North-West of France).
2016-09-23 19:05:31 +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
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