Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Releases: comp500/SSLSocks

Version 0.0.20-beta

25 Feb 04:14
Compare
Choose a tag to compare
Version 0.0.20-beta Pre-release
Pre-release

Updated stunnel to version 5.56.

Version 0.0.19-beta

15 Nov 00:35
Compare
Choose a tag to compare
Version 0.0.19-beta Pre-release
Pre-release

Add ServiceStopActivity, so other applications can stop the service using an intent

Version 0.0.18-beta

05 Nov 03:41
Compare
Choose a tag to compare
Version 0.0.18-beta Pre-release
Pre-release

Add some information about stunnel/SSLSocks licenses and versions to the settings screen.
Added integration to start a profile of the "OpenVPN for Android" app when running stunnel.

Version 0.0.17-beta

02 Jul 19:39
Compare
Choose a tag to compare
Version 0.0.17-beta Pre-release
Pre-release

Reworked UI to be more reliable and look better.
Removed some unused code.
Switched to Material Components for some of the UI.

Version 0.0.16-beta

29 Jun 16:58
Compare
Choose a tag to compare
Version 0.0.16-beta Pre-release
Pre-release

Refactored internal I/O system, may be more reliable.
Migrated project to AndroidX.
Created new icons for the notification and app.
Added a button to stop the service from the notification.
Added a shortcut to start the service. (long press the app icon and drag to create a launcher icon on Android 7.1+)
Updated stunnel to version 5.55.

Version 0.0.15-beta

04 Jun 22:14
Compare
Choose a tag to compare
Version 0.0.15-beta Pre-release
Pre-release

Fixed start on boot for Android 8.0+
Switched to Travis CI for building the app.
Reextract stunnel binary when the app is updated.
Updated stunnel to version 5.54.

Apologies for the large number of unnecessary tags generated while testing Travis integration!

Version 0.0.6-beta

20 Dec 12:39
Compare
Choose a tag to compare
Version 0.0.6-beta Pre-release
Pre-release

Improved status messages (might be more reliable).
Updated stunnel to version 5.50 (you may need to clear the application data for it to update properly).

Version 0.0.5-beta

23 Oct 12:06
Compare
Choose a tag to compare
Version 0.0.5-beta Pre-release
Pre-release

Fixed issues with key/certificate importing.
Updated stunnel to version 5.49 (you may need to clear the application data for it to update properly).

Version 0.0.4-beta

22 Oct 22:45
Compare
Choose a tag to compare
Version 0.0.4-beta Pre-release
Pre-release

Fix version number.

Version 0.0.3-beta

22 Oct 22:37
Compare
Choose a tag to compare
Version 0.0.3-beta Pre-release
Pre-release

Moved config interface to main tabs.
Gave the notification an icon, so it's easier to see.
Added an interface for importing your own keys and certificates (using .pem and .p12 files) to verify the server or authenticate yourself to a server. (see the CAfile and cert options in stunnel)

Edit: Just realised I forgot to bump the version number in gradle, so you should use version 0.0.4-beta instead.