geteduroam / mobile-app

Next-gen mobile app for geteduroam
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Allow importing eap-config files manually #74

Closed p-fruck closed 7 months ago

p-fruck commented 7 months ago

The ionic app used to allow users to import eap-configs manually. Is this feature also planned for this version of the app? Currently the app simply displays the start screen when importing such a file.

56 seems to enable such behavior, however the latest version available on google play does not provide this functionality

dzolnai commented 7 months ago

Hello Philipp,

Yes, it should already be possible to open such files with the app. Can you share the organization you are using, so that I can have a look at the specific config file? Did you get the file from CAT, or somewhere else?

p-fruck commented 7 months ago

Thanks for the quick reply! I got the file from a self-hosted CAT instance, therefore the organization is also not part of the https://discovery.eduroam.app/v1/discovery.json. selfnet.eap-config.txt

dzolnai commented 7 months ago

That itself should not be an issue. Thanks for the example, I'll give it a try.

EDIT: I am able to reproduce the issue, looking into it.

dzolnai commented 7 months ago

I have found the cause and opened a PR for it. The fix should go live with the next release.