Commit Graph

20 Commits

Author SHA1 Message Date
Travis Burtrum 3584bd8bf9 Add SNI, remove network operations from UI thread, and make certificate not required anymore 2015-07-25 01:36:52 -04:00
Balint Kovacs 5f53edb659 version bump to 1.2.4
Signed-off-by: Balint Kovacs <blint@balabit.hu>
2014-12-19 12:14:20 +01:00
Balint Kovacs 42c6f7df96 Fix a race condition in TcpServerThread
Signed-off-by: Balint Kovacs <blint@blint.hu>
2014-02-03 15:49:49 +01:00
Balint Kovacs a76eff7188 Version bump to 1.2.2
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-14 12:36:33 +02:00
Balint Kovacs f4641c4498 Added proper permissions for service stop and start
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-14 11:51:52 +02:00
Balint Kovacs 5c2958ea69 Version bump
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-14 11:11:51 +02:00
Balint Kovacs 06bda39d24 Fixed invalid permissions for SSLDroid service
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-14 11:10:42 +02:00
Balint Kovacs 50f0cb2c95 Version bump to 1.2
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-13 08:22:51 +02:00
Balint Kovacs 3e84ffc9b5 Version bump
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-12 09:29:36 +02:00
Balint Kovacs 12aef62a1d Version bump
Signed-off-by: Balint Kovacs <blint@blint.hu>
2013-06-12 09:25:34 +02:00
Balint Kovacs 76677d959a cleaned up AndroidManifest to get rid of AndroidLint warnings and
properly define API level, also added security on the Service intent
2013-06-12 09:16:50 +02:00
Balint Kovacs 8e3cd92b69 Implemented explicit stop feature - stops the service until it is
started manually

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-10-19 11:44:43 +02:00
Balint Kovacs 6c07dca8e0 Implemented network state change listener that stops the service on
connectivity loss and starts it once connectivity is regained

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 14:07:25 +02:00
Balint Kovacs cacac3cc50 Fixed a copy-paste problem in AndroidManifest.xml, the log read
activity always popped up the soft keyboard

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-04 10:02:30 +02:00
Balint Kovacs 11db518fe9 Polished log view to a usable stage
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-05-03 17:06:04 +02:00
Balint Kovacs 662d62d7bd Log view prototype (untested)
Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-04-29 02:01:24 +02:00
Balint Kovacs 422b11fdef Heavy refactoring, implemented proper GUI
Migrated settings to be sqlite-based and the GUI to be based on
ListActivity

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-04-20 18:10:34 +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 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 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