Commit Graph

685 Commits

Author SHA1 Message Date
M66B 4f263330d2 Store access version/protocol
Refs #284
2016-02-05 20:44:12 +01:00
M66B 02a665103e Request required permissions on import
Fixes #288
2016-02-05 16:59:40 +01:00
M66B 40985f9d93 Native attempt to received larger tun messages 2016-02-05 15:57:33 +01:00
M66B 03140b5a1a The application access log supports UDP and TCP only for now 2016-02-04 17:17:02 +01:00
M66B b6718e4db3 Sort applications on name depending on locale 2016-02-04 16:44:47 +01:00
M66B 2dcaccd75a Add root to application list
Shell is already part of the list

Fixes #283
2016-02-04 16:43:06 +01:00
M66B f6c2a3462f More robust database upgrades 2016-02-04 15:09:26 +01:00
M66B f98e4a0f44 Added refresh menu to traffic log
For when live updates are disabled
2016-02-04 14:49:37 +01:00
M66B be214bd9f2 Refresh adapter on resume 2016-02-04 14:06:33 +01:00
M66B f746b2214f Fixes 2016-02-04 13:00:33 +01:00
M66B 943a463782 Batch changed notifications 2016-02-04 12:16:22 +01:00
M66B c4391a7c94 Filter traffic log on udp/tcp/other and blocked/allowed
Fixes #282
2016-02-04 11:07:48 +01:00
M66B 989303efc6 Show allowed/blocked/hosts count only if there is something to count 2016-02-04 08:54:54 +01:00
M66B df2c62aca0 Conditionally create database indices
Refs #256
2016-02-04 07:40:18 +01:00
M66B ac1ffb569d Limit application access log to 50 entries 2016-02-04 07:23:27 +01:00
M66B 338bf5ccec Remove last download time on local import of hosts file
Fixes #275
2016-02-04 07:14:30 +01:00
M66B edf9e11993 Disable name resolving while logging 2016-02-04 07:06:54 +01:00
M66B 5bfc880751 Substract network speed of NetGuard from total when filtering 2016-02-04 07:05:36 +01:00
M66B f018e963da Layout improvement 2016-02-04 06:55:24 +01:00
M66B 0667a58408 DNS table cleanup 2016-02-03 20:38:38 +01:00
M66B 0209cc2afd More logging 2016-02-03 19:50:12 +01:00
M66B 836000529a Fixed updating uid/IP map 2016-02-03 19:35:12 +01:00
M66B 099db1b820 Make room for all those new features ;-) 2016-02-03 19:14:10 +01:00
M66B 013e5b8cc2 Fixed updating dns table 2016-02-03 18:58:15 +01:00
M66B 18b780bfa4 Added setting to disable storing resolved domain names (default enabled) 2016-02-03 18:41:11 +01:00
M66B 14fa20dfda Revert "Native experiment: route DNS traffic into dnscrypt-proxy"
This reverts commit 0d61d804d8.
2016-02-03 18:25:49 +01:00
M66B 4a042339ba Resolve using the database 2016-02-03 17:59:24 +01:00
M66B f8c5a4cf32 Persists resolved DNS 2016-02-03 17:09:12 +01:00
M66B f20b586710 Added indices to facilitate searching 2016-02-03 16:51:01 +01:00
M66B 2a0d7661e0 Allow searching on resolved names 2016-02-03 16:10:25 +01:00
M66B 0d61d804d8 Native experiment: route DNS traffic into dnscrypt-proxy
Setup:

- download dnscrypt-proxy compiled for Android from https://dnscrypt.org/
- copy the following files to /system/xbin using recovery:

-rwxr-xr-x root     root       224320 2016-02-03 14:44 dnscrypt-proxy
-rwxr-xr-x root     root       130432 2016-02-03 14:40 hostip
-rwxr-xr-x root     root       268196 2016-02-03 14:40 libsodium.so

- make these files executable (chmod 755)
- copy dnscrypt-resolvers.csv to /sdcard//Download/dnscrypt/
- run this script from the shell:

export LD_LIBRARY_PATH="/system/xbin"
dnscrypt-proxy -a127.0.0.1:5353 --loglevel=7 --resolver-name="dnscrypt.org-fr" --resolvers-list=/sdcard//Download/dnscrypt/dnscrypt-resolvers.csv

- make sure you set an IPv4 DNS server in NetGuard
- note that Android caches DNS responses for 10 minutes
- profit!

Refs #272
2016-02-03 15:47:45 +01:00
M66B 2834f1e555 Layout improvement 2016-02-03 14:01:07 +01:00
M66B 5ab87cdca8 Remove checks for Wi-Fi and telephony
Fixes #267
2016-02-03 13:42:03 +01:00
M66B 859caa6536 Check permissions for roaming whitelisting 2016-02-03 13:28:29 +01:00
M66B a0dc8d46be Remember last hosts file download, improvements
Fixes #273
2016-02-03 13:23:54 +01:00
M66B 191fa26cf3 Hosts file download option 2016-02-03 11:54:17 +01:00
M66B d6e5acd091 Some more port names 2016-02-03 09:04:07 +01:00
M66B bd78a165b7 Scroll to item after clearing access rules 2016-02-03 07:41:02 +01:00
M66B bdfc007218 Explain what to be sure about 2016-02-03 07:33:06 +01:00
M66B b33ed72d3c Show access rule count instead of access attemps count, comments 2016-02-03 07:19:28 +01:00
M66B b928510207 Rename menu 2016-02-03 07:04:41 +01:00
M66B a3f9464554 Show number of hosts
Refs #271
2016-02-02 20:39:26 +01:00
M66B 1f3e638dd0 Fixed technical info 2016-02-02 19:50:28 +01:00
M66B ff4beabac7 native ICMP
Fixes #252
2016-02-02 14:54:07 +01:00
M66B 67fbad0441 Fixed getting logcat
Refs #243
2016-02-02 10:06:32 +01:00
M66B 7c43ba977d Fixed up navigation
http://developer.android.com/training/implementing-navigation/ancestral.html

Refs #243
2016-02-02 09:01:04 +01:00
M66B 7f9e435504 Request VPN approval after autostart fail
Refs #243
2016-02-02 08:49:39 +01:00
M66B 7c1e7f4845 Notify autostart failed
Refs #243
2016-02-02 08:20:57 +01:00
M66B d6460d368b Fixed export file name
Refs #243
2016-02-02 07:46:50 +01:00
M66B f224b54139 Fixed notify internet app setting not sticking 2016-02-02 07:32:22 +01:00