1
0
mirror of https://github.com/moparisthebest/SSLDroid synced 2024-08-13 15:53:46 -04:00
Commit Graph

12 Commits

Author SHA1 Message Date
Balint Kovacs
4d724fb37d Implemented basics of multiple tunnel handling
Also implemented accepting all server certs as my subject server had
an expired certificate.

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-04-18 07:30:03 +02:00
Balint Kovacs
9d44957132 Changed "running" notification to display the tunnel details.
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-04-17 20:53:34 +02:00
Balint Kovacs
7cf08aca6e Fixed "running" notification to be persistent, e.g. not clearable by
the user.

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-04-17 20:44:04 +02:00
Balint Kovacs
a447f4419f Support for local settings
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-04-15 11:50:00 +02:00
Balint Kovacs
02465d3450 Moved notification creation and deletion to separate functions
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-04-15 08:43:13 +02:00
Balint Kovacs
c1a7c94be9 Fixed shutdown issue and some error handling adjustments
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-04-15 08:42:03 +02:00
Balint Kovacs
2ebebbd896 Huge amount of changes:
* moved TcpProxy server thread into separate class
* implemented on boot startup
* fixed service stop problem

and anything else I forgot about (bad boy, should commit more often)

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-04-12 17:06:00 +02:00
Balint Kovacs
36414ea0b9 Initial support for on-boot startup
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-03-25 11:43:04 +01:00
Balint Kovacs
769f2768dc Added the svg version of the logo the the assets
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-03-24 21:02:58 +01:00
Balint Kovacs
99fb986ac4 New icon and some minor reformattings
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-03-24 20:59:48 +01:00
Balint Kovacs
484d940be9 Minor logging cleanup and bugfixes
Finally a working proof-of-concept

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-03-22 14:47:14 +01:00
Balint Kovacs
4ba06a0131 Initial commit
So far done:
- ssl proxying
- basic android conversion

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-03-21 12:27:51 +01:00