1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-23 14:51:06 +00:00
Commit graph

3243 commits

Author SHA1 Message Date
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
Marcel Bokhorst
1c9754d631
Merge pull request #511 from licaon-kter/patch-2
Fix building on AS 3.1
2018-03-27 06:47:34 +02:00
Licaon_Kter
f3adfcce94
Fix building on AS 3.1
...else `Gradle sync failed: Could not find any version that matches com.android.tools.build:gradle:3.0.+`
2018-03-26 22:59:11 +00:00
M66B
62753cd5e4 Increase session limit to 40% 2018-03-26 17:19:45 +02:00
top master
8877e06f04 ICMP management Fix
the first ICMP session that gets created did never stop, when there comes unstop other requests for an other port/id after the first all others will fail since the requestor checks the ICMP id that it last used but it did got from NetGuard the first id used for that site.

we did find the bug using Apps whichs only propose are to ping and only the first ping got ever answered
2018-03-26 14:32:16 +04:30
M66B
180dd7dc7a Force remove storage permission 2018-03-26 11:11:31 +02:00
M66B
f5ea6bd54d 2.191 release 2018-03-25 07:17:39 +02:00
M66B
c1ebd474a9 Increase session limit to 1024 x 30% 2018-03-25 07:17:09 +02:00
M66B
630eee16a8 Crowdin sync 2018-03-25 07:16:46 +02:00
M66B
decf2fee3c Out of memory is not own fault 2018-03-23 09:45:22 +01:00
M66B
c2c0d62f28 2.190 release 2018-03-23 07:23:03 +01:00