Alexander Albers

Results 10 issues of Alexander Albers

### Steps To Reproduce 1. In Safari, go to a website where the iOS keyboard can suggest a password from Bitwarden in the *QuickType bar* (using [ASCredentialIdentityStore](https://developer.apple.com/documentation/authenticationservices/ascredentialidentitystore)). 2. Tap on...

bug

I stumbled upon this line by chance and I was wondering if this was intended: https://github.com/schildbach/public-transport-enabler/blob/2130b5ecb6c1de71418022c993d4ad26a7115234/src/de/schildbach/pte/AbstractEfaProvider.java#L2659 In my understanding, `departureTime` can either contain the planned or the predicted time, depending...

When importing TripKit using SPM, the certificate for the VRS provider (vrs-client-certificate.pfx) cannot be found.

bug

When traveling with a subway, it is very helpful to know which exit should be taken to leave the station. TripKit should parse this info and include it in its...

enhancement

Support OJP for providers such as SBB or NationalRail Related: https://github.com/schildbach/public-transport-enabler/issues/381#issuecomment-1698219991

enhancement
help wanted

Some providers allow querying the full journey stop sequence of a line already during the stop departures request. Instead of needing to use subsequent queryJourneyDetail requests, the data could already...

enhancement

Some providers require url encoding or decoding using non-utf8 charsets. This behavior has been deprecated by Apple for some years now. https://github.com/alexander-albers/tripkit/blob/d9a95d528c09bb88852f7b5176facf2c060cb181/Sources/TripKit/Util/HttpClient.swift#L179-L189 Those methods already have been removed from the...

wontfix

Germany: - [ ] [Kölner Verkehrs-Betriebe (KVB)](https://github.com/public-transport/transport-apis/blob/v1/data/de/kvb-hafas-mgate.json) - [ ] [Rolph](https://github.com/public-transport/transport-apis/blob/v1/data/de/rolph-efa.json) - [ ] [Rostocker Straßenbahn (RSAG)](https://github.com/public-transport/transport-apis/blob/v1/data/de/rsag-hafas-mgate.json) Switzerland: - [ ] [BLS AG](https://github.com/public-transport/transport-apis/blob/v1/data/ch/bls-hafas-mgate.json) - [ ] [Transports publics genevois (TPG)](https://github.com/public-transport/transport-apis/blob/v1/data/ch/tpg-hafas-mgate.json)...

enhancement

At the moment you can send a refresh trip request to efa based providers, but delays won't get recalculated.

bug