Added
Android
- Add device management to the Android app. This simplifies knowing which device is which and adds
the option to log other devices out when the account already has five devices.
Changed
Android
- Lowered default MTU to 1280 on Android.
- Disable app icon badge for tunnel state notification/status.
Removed
Android
- Remove WireGuard view as it's no longer needed with the new way of managing devices.
Fixed
Android
- Fix unused dependencies loaded in the service/tile DI graph.
- Fix missing IPC message unregistration causing multiple copies of some messages to be received.
- Fix quick settings tile being unresponsive and causing crashes on some devices.
- Fix quick settings tile not working when the device is locked. It will now prompt the user to
unlock the device before attempting to toggle the tunnel state. - Fix crash when clicking in-app URL notifications.
Security
Android
- Prevent location request responses from being received outside the tunnel when in the connected
state.