Commit graph

2536 commits

Author SHA1 Message Date
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
Andreas Schildbach
39dba0d976 TlemProviderLiveTest: Fix unintended octal longitude. 2019-10-15 23:41:43 +02:00
Andreas Schildbach
558a90e5eb FinlandProvider: Fix missing 'final'. 2019-10-15 23:41:10 +02:00
Andreas Schildbach
20dc973045 TripOptions: Fix a JavaDoc reference. 2019-10-15 23:12:44 +02:00
Andreas Schildbach
71e852a295 NetworkProvider: Remove JavaDoc reference to an Android class. 2019-10-15 23:11:38 +02:00
Andreas Schildbach
1b831b53a4 StringReplaceReader: Fix JavaDoc @param tags. 2019-10-15 23:06:36 +02:00
Andreas Schildbach
f229b71e10 AbstractEfaProvider: Parse 'rts' in queryDeparturesMobile(). 2019-10-10 19:56:28 +02:00
Michael Dyrna
e1137c4fa8 AbstractEfaProvider: Parse 'rtStatus' in queryTripsMobile(). 2019-10-10 14:14:02 +02:00
Michael Dyrna
7ca68b74dc AbstractEfaProvider: Parse 'gid' and 'pgid' in queryDeparturesMobile(). 2019-10-10 14:13:04 +02:00
Michael Dyrna
c20350aae3 Bayern: Fix some tests. 2019-10-10 14:05:56 +02:00
Andreas Schildbach
f98ca5f1fb Update OkHttp to 3.12.6. 2019-10-10 13:49:04 +02:00
Andreas Schildbach
0c93ad9232 Update OkHttp to 3.12.5. 2019-09-19 00:09:28 +02:00
Andreas Schildbach
b1fc17c518 AbstractHafasClientInterfaceProvider: Handle TETA (Tele Taxi) section type. 2019-09-16 21:04:08 +02:00
Andreas Schildbach
4843ef0cf8 AbstractHafasClientInterfaceProvider: Extract section types as constants. 2019-09-16 20:51:21 +02:00
Andreas Schildbach
07a88f442f .gitignore: Ignore IntelliJ IDEA project files. 2019-09-05 14:19:05 +02:00
Andreas Schildbach
69fde984e8 Update Guava to 28.1-android. 2019-08-30 16:27:09 +02:00
Andreas Schildbach
91e47c4cc4 Update jsr305 to 3.0.2. 2019-08-30 15:36:43 +02:00
Andreas Schildbach
35d297286b Update slf4j to 1.7.28. 2019-08-28 12:29:05 +02:00
Robert von Oliva
70d6000eab PL: Update products and some suburban lines. 2019-08-17 22:59:21 +02:00
Andreas Schildbach
0dd92109e2 AVV_AACHEN: Update API client. 2019-07-22 23:55:03 +02:00
Andreas Schildbach
070fcad64a Migrate multi-module project to single project. 2019-07-19 19:16:55 +02:00
Andreas Schildbach
04382fe67e Remove 'service' sub-project.
It will be re-published as a separate repository.
2019-07-19 16:43:46 +02:00
Andreas Schildbach
2182639115 SE: Update API client. 2019-06-19 16:10:08 +02:00
Michael Dyrna
48cf5a056b Bayern: Fix T28 line style. 2019-06-19 09:22:25 +02:00