M66B
2f02352ac5
Small layout improvement
2018-07-10 05:02:43 +00:00
M66B
bb839b6d3c
Make EULA untranslatable
2018-07-09 08:45:52 +00:00
M66B
a8d31c2a86
2.203 release
2018-07-09 06:40:49 +00:00
M66B
9383277f84
Prevent crash
2018-07-09 06:40:27 +00:00
M66B
52af92f512
Crowdin sync
2018-07-09 06:26:42 +00:00
M66B
37cbbdd20a
2.202 release
2018-07-08 17:57:06 +00:00
M66B
73362422f7
Crowdin sync
2018-07-08 17:54:50 +00:00
M66B
b7470a508e
Promote other apps
2018-07-08 17:16:28 +00:00
M66B
58870bb0ab
2.201 release
2018-07-08 13:16:16 +00:00
M66B
71ccacfd8f
Crowdin sync
2018-07-08 13:15:56 +00:00
M66B
bcbd82d48b
Asking for support
2018-07-08 11:24:03 +00:00
M66B
40d96793a3
Replaced GPL by EULA
2018-07-07 15:35:34 +00:00
M66B
cfd8dff2a8
Theme fix
2018-07-01 13:06:06 +02:00
M66B
453c414343
2.200 release
2018-07-01 12:43:13 +02:00
M66B
61109aa55e
Crowdin sync
2018-07-01 12:42:59 +02:00
M66B
018fd7aaf3
Fixed notification theme
2018-07-01 12:42:22 +02:00
M66B
c90a7cdc15
2.199 release
2018-06-26 13:52:15 +02:00
M66B
582ffe3b13
Updated translations
2018-06-26 13:46:36 +02:00
M66B
c8fe4ab61f
Updated FAQ
2018-05-31 20:45:24 +02:00
M66B
6fedb7b272
Updated FAQ
2018-05-30 12:32:38 +02:00
M66B
3be9d741e2
Updated ad blocking instructions
2018-05-25 06:50:05 +02:00
M66B
ffcf97da4c
2.198 release
2018-05-23 12:27:56 +02:00
M66B
92e2e962a7
Crowdin sync
2018-05-23 12:27:45 +02:00
M66B
59201c770d
Removed text
2018-05-22 11:48:26 +02:00
M66B
207c0be434
Crowdin sync
2018-05-22 08:50:00 +02:00
M66B
5f10dbd6ce
Removed ads
2018-05-22 08:46:31 +02:00
M66B
6594886a21
Revert "Refactoring"
...
This reverts commit bcba2783c8
.
2018-05-06 10:51:45 +02:00
M66B
bcba2783c8
Refactoring
2018-05-06 10:45:40 +02:00
M66B
a27b77fb2d
Updated text
2018-05-05 21:46:17 +02:00
M66B
2a6b838d9c
Updated ad blocking instructions
2018-04-27 18:47:27 +02:00
M66B
6609031b77
Fixed build
2018-04-27 08:56:36 +02:00
M66B
ea47f8909d
2.196 release
2018-04-27 08:38:36 +02:00
M66B
2d7e4781d4
Workaround for bug in some TCP implementations
2018-04-27 08:38:15 +02:00
Marcel Bokhorst
9752cfdd99
Merge pull request #514 from DrunkenSasquatch/master
...
Update Lookup Domain Name
2018-04-19 19:20:20 +02:00
DrunkenSasquatch
274755c1ff
update lookup domain name
2018-04-20 02:07:16 +10:00
M66B
c8d13e37d7
Updated FAQ
2018-04-14 11:12:34 +02:00
M66B
156ebeb654
2.195 release
2018-04-09 14:54:18 +02:00
M66B
4943a2529a
Allow Bluetooth tethering
2018-04-09 14:54:06 +02:00
M66B
dd3b2fbb01
Crowdin sync
2018-04-09 14:49:06 +02:00
M66B
0dec49147d
2.194 release
2018-03-29 07:20:31 +02:00
M66B
c894b13ebb
2.193 release
2018-03-28 07:57:31 +02:00
M66B
11127101c9
Revert "use new session per ICMP ID"
...
This reverts commit a8bc2b4a33
.
2018-03-28 07:54:22 +02:00
Marcel Bokhorst
ff89f4ad37
Merge pull request #513 from top-master/master
...
use new session per ICMP ID
2018-03-27 14:50:11 +02:00
top master
a8bc2b4a33
use new session per ICMP ID
...
restore ICMP id change and use new session instead:
I always try to save memory but this wents this time bad, we do need a new session for each port/id or ICMP will never work right.
2018-03-27 15:25:41 +04:30
top master
864c676dce
Revert "git rid of ICMP hack"
...
This reverts commit 680b0e3e1d
.
2018-03-27 15:13:18 +04:30
M66B
9b1e1d5817
2.192 release
2018-03-27 12:05:58 +02:00
M66B
a59ab36639
Updated gradle plugin
2018-03-27 12:05:37 +02:00
Marcel Bokhorst
77ef69955b
Merge pull request #512 from top-master/master
...
git rid of ICMP response hack
2018-03-27 08:36:23 +02:00
top master
680b0e3e1d
git rid of ICMP hack
...
**Reproduce Failure:**
1. install and run any ping app that does repeat `ICMP` requests to the same web-site/IP but every time on an other `port` like [ping](https://apkpure.com/ping/com.lipinic.ping )
2. start `NetGuard` and block every thing except that mentioned `ping` app
3. provide a valid IP to `ping` app and press its `start` button
all done ping will start but you will see the first request gets answered but for any other request after first `ping` will say "`time out`" since every time the app does use an other `port`/`icmp-id`.
2018-03-27 10:47:35 +04:30
top master
fa624ce279
Revert "ICMP management Fix"
...
This reverts commit 8877e06f04
.
2018-03-27 10:38:35 +04:30