Commit Graph

1631 Commits

Author SHA1 Message Date
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 40b8dcc5bd Native fixed warnings 2016-02-03 18:32:25 +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 abc16d3bef Revert "Native disabled DNS experiment"
This reverts commit be3dbe50dc.
2016-02-03 18:25:40 +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 4434a61280 Updated, added text
https://tools.ietf.org/html/rfc2308
2016-02-03 16:27:04 +01:00
M66B 2a0d7661e0 Allow searching on resolved names 2016-02-03 16:10:25 +01:00
M66B be3dbe50dc Native disabled DNS experiment
Refs #272
2016-02-03 15:53:28 +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 b4685b256d 0.82 beta 2016-02-03 11:59:28 +01:00
M66B 7069bac392 Crowdin sync 2016-02-03 11:56:28 +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 df32990789 IP6 multicast support (untested) 2016-02-03 08:47:10 +01:00
M66B 1b7e0966e7 Correct maximum messages sizes 2016-02-03 08:46:46 +01:00
M66B 87da34c19d Increase ICMP timeout 2016-02-03 07:42:06 +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 1164ae404e 0.81 beta 2016-02-02 18:59:26 +01:00
M66B c35f44a93e Log number of sessions 2016-02-02 18:15:20 +01:00
M66B b669864845 Workaround bug in phread_kill on SDK < 16
Refs #243
2016-02-02 18:02:45 +01:00
M66B b311ec7b77 Layout fixes
Refs #243
2016-02-02 16:30:57 +01:00
M66B d88b1f39e5 Better lifecycle logging and potential fix for stop hang
Refs #243
2016-02-02 16:13:33 +01:00
M66B b724a5c61a Crowdin sync 2016-02-02 15:11:09 +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 262f07e69a Typo 2016-02-02 08:35:57 +01:00
M66B 7c1e7f4845 Notify autostart failed
Refs #243
2016-02-02 08:20:57 +01:00
M66B b968a2b595 Updated text 2016-02-02 08:09:07 +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
M66B 2731f480c8 Updated permissions section 2016-02-01 21:14:50 +01:00
M66B 55eeda5bf9 Search on port number
Closes #228
2016-02-01 20:48:14 +01:00
M66B c665f114b4 Keep filtering
Refs #228
2016-02-01 20:45:35 +01:00
M66B 477c3a604a Added settings to disable access notifications per application
Fixes #268
2016-02-01 20:22:39 +01:00
M66B b77efa6291 Crowdin sync 2016-02-01 19:51:57 +01:00