Michael Stevens

Results 13 comments of Michael Stevens

I contacted Michael Zanetti and he is no longer working on Fahrplan for Ubuntu Touch. Since I use Fahrplan myself I will take over this work. I'm currently testing 2.0.31...

The https: timetable queries seem to work, just the station queries are not working. Looking at the the code the is an XML 'hafa' request. Do you have an an...

Thanks! A wget direct on the phone work. For example: `wget --post-data='' --header='Content-Type: text/xml' https://reiseauskunft.bahn.de/bin/query.exe ` Looks like i will have to add some debuggers to the 'mobilebahnde' parse to...

Let me summaries what https requests orks and what do not since http can no longer be used: Station search (HAFA XML) https://rabdc.bahn.de/bin/query.exe/dn WORKS https://reiseauskunft.bahn.de/bin/query.exe FAILS Read error (The TLS...

I've built a version 2.0.32 which I will push to the OpenStore today so people can use / test it. This uses 'https://rabdc.bahn.de/bin/mobil' for XML and 'https://reiseauskunft.bahn.de' for the Binary...

Because Michael Zanetti is no longer supporting Version 2.0.32 is packaged with name "de.michael-stevens.fahrplan2" so it won't be offered as an upgrade. You will have to search for it in...

OK i've published it as version 2.0.33. I couldn't reuse version 2.0.32 and versions like '2.0.32_openstore' seem to require a review!

On question for anyone familiare with the new Ubports 'clickable' build tool. When building from the 'fahrplan2.pro' file 'CONFIG += ubuntu' needs to be specified. Anyone know if this can...

Balcy, your curl fix looks a lot better then using the radbc.bahn.de URLs! I think the non personalised app ID is a good idea. I gave tried out pushing my...

I've merge balcy/fahrplan master and managed to build this with 'clickable'. For this you need to update 'clickables' docker container with. - docker run -i clickable/ubuntu-sdk:15.04-armhf bash -- In the...