Commit graph

2359 commits

Author SHA1 Message Date
Andreas Schildbach
54a82f27cb Update SLF4J to 1.7.30. 2020-01-25 02:01:04 +01:00
Andreas Schildbach
aaef4ca020 Update JUnit to 4.13. 2020-01-25 02:00:45 +01:00
Torsten Grote
d32131cfa7 Navitia: New Brazil provider, covering São Paulo, Rio de Janeiro, Belo Horizonte and Porto Allegre. 2020-01-24 22:12:48 +01:00
full-duplex
82c6761097 Negentwee: Use full trip fares instead of per leg. 2020-01-24 21:37:03 +01:00
FritzJo
f19004c31a README.md: Fix links to project files. 2020-01-24 21:31:27 +01:00
Anthony Chaput
7f607160ca FRANCESOUTHWEST, FRANCESOUTHEAST, FRANCENORTHEAST: Remove getLineStyle() overrides. 2020-01-24 21:05:23 +01:00
Andreas Schildbach
e0be42f16d AbstractEfaProvider: Fix parse error in queryTripsMobile(). 2020-01-24 20:21:44 +01:00
Michael Dyrna
9344661924 MVV, Bayern: 'T29' line style. 2020-01-04 19:43:26 +01:00
ialokim
8c25130a0c AbstractNavitiaProvider: Add coverage parameter to url for trip queries. 2020-01-04 00:46:38 +01:00
Andreas Schildbach
bf54f448be AbstractEfaProvider: 'RE19a' line. 2019-12-21 10:55:42 +01:00
Andreas Schildbach
2f5ecae2a6 AbstractEfaProvider: 'IR13' line. 2019-12-21 10:51:57 +01:00
Andreas Schildbach
69614c87af Sydney: 'L2' line. 2019-12-19 15:05:36 +01:00
Andreas Schildbach
ff8f0ee0a0 AbstractEfaProvider: 'IR36' and 'IRE6' lines. 2019-12-19 15:05:17 +01:00
Andreas Schildbach
bec86a39e5 AbstractEfaProvider: 'IC21' and 'IC40' lines. 2019-12-19 15:04:32 +01:00
Kevin Arutyunyan
e45fa92b88 VRR: New line colors for Hagen. 2019-12-17 13:37:16 +01:00
Andreas Schildbach
e244e57722 CMTA: Require API authorization. 2019-12-14 22:19:51 +01:00
Andreas Schildbach
ea79ac82f9 build.gradle: Suppress dependency warning regarding OkHttp.
We want to stay on the 3.12.x long-term branch until December 31, 2020.
2019-12-10 12:10:21 +01:00
Andreas Schildbach
dca4541d13 AbstractEfaProvider: 'RE6 (RRX)' line. 2019-12-02 16:22:59 +01:00
Andreas Schildbach
fcf1e5d399 Sydney: 'T9' line. 2019-11-28 16:32:51 +01:00
Andreas Schildbach
bdb7767555 Update slf4j to 1.7.29. 2019-11-22 22:49:26 +01:00
Andreas Schildbach
9650d29b37 build.gradle: Use new plugins DSL. 2019-11-05 15:37:14 +01:00
Andreas Schildbach
7efeedfbe1 build.gradle: Remove eclipse plugin. 2019-11-05 15:36:17 +01:00
Andreas Schildbach
494cbc3031 AbstractHafasLegacyProvider: 'B' line. 2019-11-04 16:21:58 +01:00
Andreas Schildbach
1aa2fd98c4 AbstractHafasLegacyProvider: Fix an id equals check. 2019-10-29 09:36:10 +01:00
Andreas Schildbach
2cb344495e VrsProviderLiveTest: Replace String concatenation in a loop with usage of a StringBuilder. 2019-10-29 09:25:59 +01:00
Andreas Schildbach
9c92d75353 AbstractHafasLegacyProvider: Replace a String concatenation with StringBuilder.append(). 2019-10-29 09:20:49 +01:00
Andreas Schildbach
0f8eaaead6 AbstractHafasLegacyProvider: Use a bulk operation. 2019-10-29 09:18:35 +01:00
Andreas Schildbach
64c4b240fd Use capital L for long literals. 2019-10-29 09:17:05 +01:00
Andreas Schildbach
697aae5ef6 AbstractNavitiaProvider: Make inner class static. 2019-10-29 09:13:38 +01:00
Andreas Schildbach
5f720b2945 AbstractHafasLegacyProvider: Make inner class static. 2019-10-29 09:13:08 +01:00
Andreas Schildbach
637c3dca6c Departure: Add missing serialVersionUID. 2019-10-29 09:08:13 +01:00
Andreas Schildbach
1e3a2df5b5 QueryTripsResult: Remove unnecessary semicolon. 2019-10-29 09:01:07 +01:00
Andreas Schildbach
939b4fcbc3 AbstractHafasClientInterfaceProvider: Fix handling of TETA (Tele Taxi) section type. 2019-10-29 08:52:24 +01:00
Andreas Schildbach
0f6862f87a AbstractHafasClientInterfaceProvider: Handle H_UNKNOWN error for all queries. 2019-10-28 13:53:54 +01:00
Andreas Schildbach
330fccb61b OEBB: Allow configuration of API base. 2019-10-28 11:59:42 +01:00
Andreas Schildbach
ca0a6a518a Remove various workarounds for untrusted CA certificates.
They don't seem to be necessary any more.
2019-10-28 11:59:42 +01:00
Andreas Schildbach
0f9ef0ea35 HttpClient: Remove setSslAcceptAllHostnames() workaround.
It doesn't seem to be needed any more.
2019-10-28 09:25:54 +01:00
Andreas Schildbach
fd22be79f1 OOEVV: Remove workaround for broken SSL server configuration. 2019-10-28 09:24:58 +01:00
Andreas Schildbach
24676c6f8b DSB: Update API base to HTTPS. 2019-10-28 09:17:36 +01:00
Andreas Schildbach
fd2c21f662 OEBB: Update API base to HTTPS. 2019-10-28 09:11:20 +01:00
Andreas Schildbach
11c17ac50e README.md: Convert a link to HTTPS. 2019-10-28 09:03:16 +01:00
Andreas Schildbach
0c10251957 Replace anonymous nested classes with lambdas. 2019-10-25 21:57:37 +02:00
Andreas Schildbach
dd96d33afa Enable Java 8 language features.
Note that for Android compatibility, we still need to stay compatible to the Java 7 API.
2019-10-25 21:57:37 +02:00
Andreas Schildbach
fbb0d374d8 AbstractEfaProvider: Move 'RE5 (RRX)' and 'RE11 (RRX)' lines to here. 2019-10-25 21:53:25 +02:00
Andreas Schildbach
b8d1d5b6d7 BART: New provider for the Bay Area Rapid Transit (San Francisco, USA). 2019-10-17 23:11:07 +02:00
Filip
a465ded2b9 Navitia: New provider for the Czech Republic, currently covering Prague. 2019-10-17 23:11:03 +02:00
Andreas Schildbach
48e25e01f8 Use try-with-resources where possible. 2019-10-16 00:14:14 +02:00
Andreas Schildbach
12ef4f8039 Collapse identical catch blocks. 2019-10-16 00:05:52 +02:00
Andreas Schildbach
f5c475cf0b VrsProvider: Use generic type inference for constructing objects. 2019-10-16 00:04:01 +02:00
Andreas Schildbach
49f6572fe4 Replace two usages of StringBuffer with StringBuilder. 2019-10-15 23:59:53 +02:00