Commit graph

2536 commits

Author SHA1 Message Date
Michael Dyrna
6a688b4953 MVV: Fix T28 line style. 2019-06-19 09:21:40 +02:00
Michael Dyrna
4815d48aad Bayern: Add styles for Munich and Ingolstadt. 2019-06-18 14:58:20 +02:00
Michael Dyrna
444970e18f MVV: Fix a couple of Tram styles. 2019-06-18 14:51:32 +02:00
Andreas Schildbach
c713477fc8 Update OkHttp to 3.12.3. 2019-06-18 14:42:25 +02:00
Andreas Schildbach
023ec010f2 Update Guava to 28.0-android. 2019-06-18 14:41:35 +02:00
Andreas Schildbach
9f8b565f0c AbstractEfaProvider: 'IR75' line. 2019-06-18 14:39:49 +02:00
Andreas Schildbach
40b4a8a74e AbstractEfaProvider: 'IRE1' line. 2019-06-18 14:34:59 +02:00
Andreas Schildbach
da130a7702 VRR: 'RE5 (RRX)' line. 2019-06-18 14:30:13 +02:00
Andreas Schildbach
72b455cccf AbstractEfaProvider: Parse 'rtStatus' in queryTripsMobile(). 2019-04-27 17:41:19 +02:00
Andreas Schildbach
c63a4fc36f AbstractEfaProvider: Parse 'msgs' in queryTripsMobile(). 2019-04-27 16:28:18 +02:00
Andreas Schildbach
361407ebf2 VMS: Allow configuration of API base. 2019-04-25 17:23:31 +02:00
Andreas Schildbach
6431118d59 Update OkHttp to 3.12.2. 2019-04-05 17:26:47 +02:00
Andreas Schildbach
a5440eeb5c Update Guava to 27.1-android. 2019-04-04 22:45:43 +02:00
Andreas Schildbach
61cba8193e AbstractHafasClientInterfaceProvider implementations: Provide constructor variant that takes the API client. 2019-04-02 14:16:11 +02:00
Andreas Schildbach
22b1ce454a AbstractHafasClientInterfaceProvider implementations: Extract default API client to constant. 2019-04-02 13:54:32 +02:00
Andreas Schildbach
a3ed62a29b AbstractEfaProvider: Parse 'pgid' in queryTripsMobile(). 2019-04-02 13:37:47 +02:00
Ialokim
11c4303733 AbstractNavitiaProvider: Fix to expect and return UTC times. 2019-02-21 19:17:41 +01:00
Andreas Schildbach
751e0abdcd VBB: Sync to 4.4.1. 2019-01-25 11:46:27 +01:00
Andreas Schildbach
8980eb6dc1 BVG, LU, SE, VBN, VOR: To avoid the stbFltrEquiv workaround, restrict API version to 1.18 for now. 2019-01-21 18:30:23 +01:00
Andreas Schildbach
7e34908faf AbstractHafasClientInterfaceProvider: Implement our own equivs filter in jsonStationBoard() as we cannot rely on the deprecated stbFltrEquiv parameter any more. 2019-01-21 18:17:37 +01:00
Andreas Schildbach
9ae8081f96 AbstractHafasClientInterfaceProvider: Follow path to main mast only in jsonLocGeoPos(), jsonLocMatch() and jsonTripSearch(). 2019-01-21 18:13:37 +01:00
Andreas Schildbach
6c78edea09 AbstractHafasClientInterfaceProvider: Fix parseLoc() could return STATION type for non-station locations. 2019-01-21 16:18:02 +01:00
Andreas Schildbach
f7a436c370 HttpClient: Retry request once on EOFException. 2019-01-18 14:39:32 +01:00
Andreas Schildbach
fc7596f1a2 Fare: Rename field 'network' to 'name'. 2019-01-18 14:38:32 +01:00
Andreas Schildbach
e307648053 AbstractHafasClientInterfaceProvider: In jsonTripSearch() parse only fares listed in 'ovwTrfRefL'. 2019-01-18 14:37:38 +01:00
Andreas Schildbach
176bce0790 AbstractHafasClientInterfaceProvider: Pass 'getConGroups' flag when querying for trips to reduce size of response. 2019-01-10 11:50:37 +01:00
Andreas Schildbach
d88d7137d6 AVV_AUGSBURG: New provider for Augsburg, based on HCI. 2019-01-10 11:50:06 +01:00
Andreas Schildbach
57c2544837 GVH: Update API base. 2019-01-10 00:19:32 +01:00
Andreas Schildbach
b462b74ac8 OOEVV: Sync to 2.14. 2019-01-09 17:34:38 +01:00
Andreas Schildbach
9c8cb5b7dd SVV: Sync to 4.6. 2019-01-09 17:34:38 +01:00
Andreas Schildbach
a1b738c501 VOR: Sync to web. 2019-01-09 17:34:38 +01:00
Andreas Schildbach
bc475da7b3 VVT: Sync to 5.15. 2019-01-09 17:34:38 +01:00
Andreas Schildbach
a463386ac9 VMOBIL: Sync to 5.13. 2019-01-09 17:34:38 +01:00
Andreas Schildbach
fe5cbf9f42 CMTA: Sync to web. 2019-01-09 17:34:38 +01:00
Andreas Schildbach
60b8507b23 SE: Sync to web. 2019-01-09 17:34:38 +01:00
Andreas Schildbach
5e480656af DSB: Sync to 4.9.9. 2019-01-09 17:34:38 +01:00
Andreas Schildbach
2550c68771 AbstractHafasClientInterfaceProvider: Parse 'polyG' for the exact path of a trip. 2019-01-09 17:19:52 +01:00
Andreas Schildbach
979a5c95a4 AbstractHafasClientInterfaceProvider: Require API version 1.14 or higher, as older versions are not in use any more. 2019-01-09 17:16:23 +01:00
Andreas Schildbach
d92989cbe7 AbstractHafasClientInterfaceProvider: Derive missing foreground colors in 'icoL'. 2019-01-09 12:40:58 +01:00
Andreas Schildbach
eb026a965f HttpClient: Retry request once on empty result body. 2019-01-09 01:25:13 +01:00
Andreas Schildbach
7687f5424d HttpClient: Extract all the different HTTP response codes into a couple of buckets. 2019-01-09 01:22:43 +01:00
Andreas Schildbach
dcf3efa086 AbstractHafasClientInterfaceProvider: Parse 'dPltfS', 'aPltfS', 'dPltfR' and 'aPltfR' as alternatives to the old platforms. 2019-01-08 20:22:05 +01:00
Andreas Schildbach
9b34b91ad4 AbstractHafasClientInterfaceProvider: Parse 'lineId' of 'prodCtx' and use it. 2019-01-08 20:21:49 +01:00
Andreas Schildbach
e1568f32e5 AbstractHafasClientInterfaceProvider: Parse 'crdSysL' and verify all coordinates are WGS84. 2019-01-08 20:20:05 +01:00
Andreas Schildbach
04673aadea AbstractHafasClientInterfaceProvider: Parse 'icoL' and product references to icoL entries. 2019-01-08 20:15:31 +01:00
Andreas Schildbach
f3355605c6 Standardize on new lines at end of file. 2019-01-08 17:33:18 +01:00
Andreas Schildbach
e4cc2c152d BVG: Sync to 6.2.10. 2019-01-08 17:32:24 +01:00
Andreas Schildbach
e2dafd2874 AbstractHafasClientInterfaceProvider: Handle CGI_NO_SERVER error for all queries. 2019-01-07 22:29:50 +01:00
Andreas Schildbach
00e0074dc5 VBN: Update products map. 2019-01-06 22:03:49 +01:00
Andreas Schildbach
6df5ab84ed VBN: Update line styles for Rostock. 2019-01-06 21:34:18 +01:00