Summary
- Changed the manifest so that the auto merge will remove unnecessary rights
- Updated to newest anonvpnlib Some bug fixes removed unused permissions
- Update to ANONVPNlib version 00.01.017
- Hopefully fix erroneous handling of connection to VPN service by Foreground service
- Avoid redundant enabling of VPN tunneling by MainActivity
- Implemented check to avoid reselecting the same cascade in connectionfragment
- Update to most recent version of ANONVPNlib
- Removed obsolete code from AnonFragment
- Made addSentBytes and addReceivedBytes within AndroidConfig synchronized
- Moved logic related to cascade selection into ConnectFragment, so that the select-button can stay visible during the detail view
- Reduce progress of TutorialActivity when pressing the back button
- Resume to cascade list when pressing the back button on the ConnectDetailView within TutorialActivity
- Fixed crash when closing the connect fragment while the cascade list is retrieved
- Fix runtime exception when resuming main activity of connection fragment is active
- Fix runtime exception when pressing back button on main overview
- Only display cascades that support VPN mode
- Immediately start Tutorial upon click to button in Help Activity
- Do not enable tunneling automatically if tutorial is skipped
- Remove app-based anonymization
- Added latest changes from Benjamin together with bugfixes
- Began replacing static connection to VPN service by local connection within each activity