File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Releases available at https://github.com/emanuele-f/PCAPdroid/releases
44
5+ ## [ 1.5.3] - 2022-07-13
6+ - Add support for Android 13 Tiramisu
7+ - Add VPN exemptions to exclude specific apps from the VPN
8+ - Ability to set IPv6-only VPN mode
9+ - Add filter to only show cleartext connections
10+ - Ability to block newly installed apps (firewall)
11+ - Ability to temporary unblock an app (firewall)
12+ - Show scam-prevention messages
13+ - Deny sending traffic to remote servers via CaptureCtrl to prevent scams
14+ - Fix possible IllegalStateException in the status view
15+
516## [ 1.5.2] - 2022-06-22
617- Add ability to only show the connections allowed by the firewall
718- Monitor memory usage and disable full payload on low memory
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 applicationId " com.emanuelef.remote_capture"
1010 minSdkVersion 21
1111 targetSdkVersion 33
12- versionCode 55
13- versionName " 1.5.2 "
12+ versionCode 57
13+ versionName " 1.5.3 "
1414 }
1515
1616 buildTypes {
You can’t perform that action at this time.
0 commit comments