Commit Graph

19 Commits

Author SHA1 Message Date
emanuele-f
8446e0962d Access purchased paid features on beta builds
Since PCAPdroid 1.5.3, users which purchased paid features in official
builds will be able to use them in beta builds.
2022-07-09 23:49:22 +02:00
emanuele-f
fbcfda7dbb Remove unused strings 2022-05-31 14:28:39 +02:00
emanuele-f
7807dee049 Fix firewall visibility 2022-05-23 12:26:15 +02:00
emanuele-f
6cb680ac95 Remove other unused strings 2022-05-21 06:45:41 +02:00
emanuele-f
bc3406cfd2 Remove unused resources 2022-05-21 06:18:45 +02:00
emanuele-f
95bde215b4 Update sku 2022-05-20 18:06:18 +02:00
emanuele-f
af2df846fd Add ability to unblock connections from context menu 2022-05-19 22:50:49 +02:00
emanuele-f
9dc0e1ec83 Add redeem string 2022-01-05 17:01:38 +01:00
emanuele-f
6952e05618 Changes for the billing activity 2022-01-04 01:19:06 +01:00
emanuele-f
e3ecd253ea Fix crash after 28ff23e 2021-12-08 18:33:17 +01:00
emanuele-f
f78cec5c9f Fix blocking by host not working 2021-12-03 11:58:57 +01:00
emanuele-f
62bb11b251 Improve ID comments 2021-12-02 23:20:13 +01:00
emanuele-f
cc11790f0e Implement features unlock via unlock code 2021-12-02 23:07:53 +01:00
emanuele-f
62c84f9663 Initial firewall implementation (no-root mode)
- Block connections by IP, domain or app
- Add filter to show blocked connections
- Migrate IP matching to ndpi_ptree_t API
- IPv6 addresses now supported in blacklists
- Duplicate IP address rules now only counted once
2021-11-29 22:40:35 +01:00
emanuele-f
6700463155 Remove getBilling from app class 2021-11-22 11:44:55 +01:00
emanuele-f
aedb505063 Add sku 2021-10-28 14:50:21 +02:00
emanuele-f
875304b918 Billing strings 2021-10-22 18:04:31 +02:00
emanuele-f
e32b4713a6 Add missing notice 2021-10-20 16:00:21 +02:00
emanuele-f
cb4bbc454d Implement blacklist-based malware detection
A notification is generated when a connection matches known malicious
domains or IP addresses. The connections view reports malicious
connections with a skull icon. A filter can be set to only show them.

Needed for #105
2021-10-20 15:32:29 +02:00