Johan von Forstner

Results 283 comments of Johan von Forstner
trafficstars

[AirElectric](https://play.google.com/store/apps/details?id=io.airelectric&hl=de) seems to support linking to Maingau, so we should check how they do it.

> Do you know what happens if the app could scan the QR/NFC sticker on the station ? The QR code/NFC sticker directly includes a link to the payment website....

I checked again some of the common charging apps (Maingau, EnBW, Shell Recharge) if they have any Intent filters in their `AndroidManifest.xml` that look like they might be able to...

Calculating the charging cost is already possible through the link to Chargeprice.app. A deeper integration into the app is on the to-do list (see #12)

But other calculators might be useful, maybe something like range with a specific consumption, battery capacity and SoC?

Wow, this sounds great! Do the catalogue search APIs also work without previous authentication with the user credentials? I think the app has no infrastructure in place so that the...

Yep. Maybe even start with a base class that implements the basic API without account login and detailed availability data for all libraries, and then a subclass that implements special...

Thanks for your suggestion! We already planned to do some big improvements to the favorites list, including offline storage, multiple categories/labels, and possibly even backup and/or sync between multiple devices....

@raphaelm The easiest way would probably be to store the detailed data as JSON in the StarDatabase (e.g. using the [Moshi](https://github.com/square/moshi/blob/master/README.md) library we already depend on), wouldn't it? Otherwise this...