Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Releases: geteduroam/ionic-app

geteduroam 1.0.24

16 Mar 11:45
28553c1
Compare
Choose a tag to compare
  • Improve handling and displaying ToU field in eap-config
  • Fix crash when sideloading eap-config with non-ASCII UTF-8 characters
  • Pre-set username/password in UI from eap-config
  • Hide form errors until data is entered
  • Fixes needed for targeting Android 12
  • Fix error when CA does not have a CN
  • Convert RCOI hexits to upper case, iOS 16 seems to require this

geteduroam 1.0.23

12 Aug 08:59
Compare
Choose a tag to compare
  • Fix parsing eap-config with prefilled username/password; the eap-config format mandates the field is called UserName, we expected Username up to now.
    • If you need to support both the old and the new version, provide both UserName and Username in your profile.
  • On iOS 12 and below, do not attempt to configure Passpoint; it is not supported and the user might get an error if we try
  • On Android 11 and up, use the Intents API. This will crash on some older builds of Android 11, works with the latest Android 11 build.
    • Some devices with Android 11 do not get upstream Android updates, and these remain broken.

geteduroam 1.0.21 for iOS

23 Sep 07:38
Compare
Choose a tag to compare

Because of a bug in iOS 15, any certificate configuration in KeyChain for WiFi currently fails.

  • We had to disable the explicit configuration of a CA in the KeyChain, rendering profiles with private CAs unusable if this CA is not yet installed prior to geteduroam configuration. EAP server certificates from a public CA (already in the trust store) continue to work, and are pinned only by the server name and not to a specific CA.
  • EAP-TLS doesn't work because we cannot install the users' certificates into the KeyChain.

This version also contains code improvements, in part based on feedback from DTS.

geteduroam 1.0.17 for iOS

26 Nov 10:40
Compare
Choose a tag to compare

This version shows a notification 5 days before the expiration of your profile, and gives the opportunity to reconfigure it.

geteduroam 1.0.16 for Android and iOS

26 Nov 10:39
Compare
Choose a tag to compare

Networks previously created by the geteduroam App are now properly replaced on reconfiguration. Other existing profiles need to be removed manually from the Settings.

Unfortunately this release does not yet give you a notification when your account expires.

Contains various other fixes from previous releases for iOS.

Has support for additional languages (English, Spanish, German, Norwegian and Dutch).

geteduroam 1.0.15 for Android

26 Nov 10:36
Compare
Choose a tag to compare

Networks previously created by the geteduroam App are now properly replaced on reconfiguration. Other existing profiles need to be removed manually from the Settings.

Unfortunately this release does not yet give you a notification when your account expires.

geteduroam 1.0.14 for Android

26 Nov 10:36
Compare
Choose a tag to compare

Networks previously created by the geteduroam App are now properly replaced on reconfiguration. Other existing profiles need to be removed manually from the Settings.

geteduroam 1.0.13 for Android

26 Nov 10:35
Compare
Choose a tag to compare

This version contains cosmetic improvements

geteduroam 1.0.12 for Android and iOS

26 Nov 10:34
Compare
Choose a tag to compare

This version:

  • Adds a passphrase prompt if profiles don't embed it
  • Improves the discovery speed (search after type)
  • Contains an option to accept and browse Terms of Service
  • Displays support information (helpdesk URL, mail, phone)
  • Shows cosmetic improvements, eg. add logo when available, optimisations for smaller screen resolutions
  • Has better support for the back button
  • Allows to overwrite previous configurations
  • and various other fixes are added...

geteduroam 1.0.11 for Android

26 Nov 10:34
Compare
Choose a tag to compare

This version:

  • Improves the discovery speed (search after type)
  • Contains an option to accept and browse Terms of Service
  • Displays support information (helpdesk URL, mail, phone)
  • Shows cosmetic improvements, eg. add logo when available, optimisations for smaller screen resolutions
  • Has better support for the back button
  • Allows to overwrite previous configurations
  • and various other fixes are added...