ev-map / EVMap

Android app to find electric vehicle charging stations - compatible with community databases such as GoingElectric.de and OpenChargeMap.org.
https://ev-map.app/
MIT License
201 stars 54 forks source link

Weird "??" displayed before connector number when no real time status #257

Closed Altonss closed 1 year ago

Altonss commented 1 year ago

During the loading of the connector status (which somehow takes forever) or on connectors where there is no real-time status, weird "??" are displayed on my device before the connector amount.

Debug info:

johan12345 commented 1 year ago

Do you have a screenshot of this? Is it occurring for all chargers? And with which data source?

Altonss commented 1 year ago

Do you have a screenshot of this? Is it occurring for all chargers? And with which data source?

Screenshot_20221112-194317

It is occuring for all chargers that don't have real-time connecter status it seems (at least a lot of them, tried random ones), and with every data source.

johan12345 commented 1 year ago

Hm, in that place there should usually be a times symbol (×). I can reproduce the problem, but only with the F-Droid build. Maybe it's an encoding issue on their side? (Cc @licaon-kter).

This is where the symbol is used, the file is UTF-8 encoded. Maybe F-Droid interprets the source files with a different default encoding?

I'll try replacing the character with an escape sequence (\u00D7) to see whether that fixes the issue in the next update.

licaon-kter commented 1 year ago

Might have been an F-Droid issue, fixed by https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1259

johan12345 commented 1 year ago

This seems to be fixed with the latest releases (1.4.1 and 1.4.2) on F-Droid.