Commit Graph

722 Commits

Author SHA1 Message Date
Oğuz Ersen
edba6d0dc7 Update Turkish strings 2022-06-04 12:34:28 +02:00
Eric
a0c2231aac Update Chinese strings 2022-06-04 12:34:08 +02:00
RyoidenshiAokigahara
67c8500558 Update Russian strings 2022-06-04 12:33:15 +02:00
emanuele-f
4a1e24b710 Fix possible IllegalStateException in mitm wizard 2022-06-04 12:17:26 +02:00
emanuele-f
aa2efb8079 Fix possible IllegalStateException in GeoipSettings 2022-06-04 12:07:11 +02:00
emanuele-f
25f7193051 Fix crash on screen rotation in connection details
On screen rotation, the fragments onAttach is called before the activity
onCreate, which caused mConn to be null
2022-06-04 11:50:34 +02:00
emanuele-f
fe6f7730b7 Fix app filter icon not shown on capture start 2022-06-02 11:23:15 +02:00
emanuele-f
9f3d120c49 Bump version to 1.5.0 2022-06-02 09:58:24 +02:00
emanuele-f
1eb4af516a Add privacy policy 2022-06-01 16:55:45 +02:00
emanuele-f
49d025718b Improve some strings 2022-06-01 16:34:00 +02:00
Oğuz Ersen
d8da4a8ba9 Update Turkish strings 2022-06-01 16:29:35 +02:00
Eric
dac692d8ba Update Chinese strings 2022-06-01 16:29:20 +02:00
RyoidenshiAokigahara
70898b1d20 Update Russian strings 2022-06-01 16:28:42 +02:00
Emanuele Faranda
278eebc15e Improve Italian strings 2022-06-01 16:28:11 +02:00
emanuele-f
33b68936ea Fix developer warning notification on Android 32
Bug introduced in bd6034b. Now notification is correctly removed
2022-06-01 15:46:27 +02:00
emanuele-f
ca063e3296 Wait for capture stop when calling stop via API
This allows getting more accurate capture stats
2022-06-01 12:14:38 +02:00
emanuele-f
10b2774315 Improve onboarding text appearance 2022-05-31 18:35:25 +02:00
emanuele-f
6876d596ff Fix QUIC not blocked with missing host 2022-05-31 17:36:46 +02:00
emanuele-f
523e1dda41 Fix private DNS blocking setting not applied
Fixes #216
2022-05-31 17:22:32 +02:00
emanuele-f
30073c9899 Improve strings 2022-05-31 17:11:44 +02:00
Eric
22f0c77634 Update Chinese strings 2022-05-31 17:05:43 +02:00
Emanuele Faranda
2173d54612 Improve strings 2022-05-31 17:02:33 +02:00
Emanuele Faranda
dbe44d3ce7 Update Italian strings 2022-05-31 17:02:21 +02:00
emanuele-f
fbcfda7dbb Remove unused strings 2022-05-31 14:28:39 +02:00
emanuele-f
ebfcd89213 Improve on-boarding 2022-05-31 14:20:27 +02:00
Maxime Leroy
ee9d3a4d51 Update French strings 2022-05-31 13:41:00 +02:00
Reza Almanda
074182dbda Update Indonesian strings 2022-05-31 13:40:43 +02:00
Oğuz Ersen
2e22285eb2 Update Turkish strings 2022-05-31 13:40:18 +02:00
Eric
291a13b19f Update Chinese strings 2022-05-31 13:39:50 +02:00
RyoidenshiAokigahara
0352f49057 Update Russian strings 2022-05-31 13:39:11 +02:00
emanuele-f
59488f1694 Improve app on-boarding 2022-05-31 12:53:11 +02:00
emanuele-f
bd6034b8c6 Fix notification sometimes not removed on stop
Fixes #198
2022-05-31 00:15:04 +02:00
emanuele-f
e221fad374 Enable the TLS decryption switch on setup done 2022-05-30 23:20:32 +02:00
emanuele-f
eb8a504f09 Add informative message before asking VPN permission
Closes #215
2022-05-30 22:21:50 +02:00
emanuele-f
a22d334b5a Add app on-boarding
Closes #149
2022-05-30 19:58:55 +02:00
emanuele-f
b5be8b9243 Fix bad function signature 2022-05-30 12:42:44 +02:00
emanuele-f
b9615a4f42 Improve mitm addon setup wizard help messages 2022-05-30 11:16:08 +02:00
emanuele-f
dbfaab6164 Fix uid resolution failing after some time with root
Since the indroduction of netlink-based UID resolution in a626e11, UID
resolution will break after some time due to netlink sequence number
mismatches.
This fix recovers from off-by-one sequence number mismathes and
falls-back to slower UID resolution if some other netlink error occurs
2022-05-28 18:47:09 +02:00
emanuele-f
7433dcf9de Add ability to disable blocking of private DNS
Closes #164
2022-05-27 16:59:08 +02:00
emanuele-f
ec9bc2fc33 Move geolocation under traffic inspection section 2022-05-27 16:26:00 +02:00
emanuele-f
8943c2c892 Detect and block name resolution of private DNS
See #164
2022-05-27 16:19:54 +02:00
emanuele-f
0065c9a7d0 Fix QUIC block preference value with decryption off 2022-05-27 16:10:08 +02:00
emanuele-f
557690da1a Add ability to block QUIC when decrypting TLS
This can force apps to fallback to TLS, whose decryption is supported.

https://www.ietf.org/archive/id/draft-ietf-quic-applicability-09.html#section-2

Closes #213
2022-05-27 15:09:05 +02:00
emanuele-f
c32907d101 Add stats in the intent-based API 2022-05-27 12:40:52 +02:00
emanuele-f
036ec19f5d Improve geolocation settings ui
The database info row is now disabled when db is missing
2022-05-27 11:06:32 +02:00
emanuele-f
429a743f11 Increase VPN MTU
This reduces the CPU usage during high throughput uploads
2022-05-26 18:12:41 +02:00
emanuele-f
a6cfe4d1ce Add billing strings 2022-05-25 15:04:44 +02:00
emanuele-f
6be63ecb01 Add warning for netd DNS connections not blocked 2022-05-23 13:58:07 +02:00
emanuele-f
329511c672 Update deps 2022-05-23 12:33:49 +02:00
emanuele-f
7807dee049 Fix firewall visibility 2022-05-23 12:26:15 +02:00