Christophe Beyls

Results 36 comments of Christophe Beyls

I added a feature that allows the app to check for actual changes on the server. Thanks to this I could add a feature that shows newly added talks since...

I'm currently rewriting the database layer of the app during my spare time and will definitely implement this when I'm done. Since the 2019 schedule is already complete, you can...

Actually, you can press the "up" button in the talk details screen to navigate to the track and see the previous and next talks of this track. The app will...

While it's true at FOSDEM so far, it may not be the case in the future and the XML data format allows any talk to be given in any room...

Right now there is a "Send feeback" link below every talk description which links to the website. I don't want to spam users with popups either. To make the feedback...

The app can call a REST API, but if you use reCAPTCHA to prevent spamming the web form, you also need to provide a way to prevent spamming the API.

I will take a look at how I can do this. Talks may also disappear when FOSDEM resets their database, so maybe you only want to be noticed for talks...

The XML file is quite big, that's why the app is designed to work offline and the updates are never automatic. The app would consume way too much data with...

Can you tell me which talk has disappeared? Canceled talks are not supposed to be actually deleted from the database, they should be updated with a big "CANCELED" in their...

So this is a different case: the talk has not been deleted but re-scheduled. Because of the way the database is updated (first clears everything, then re-store the entire list...