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.4.6] - 2022-02-06
6+ - Improve capture performance when PCAP dump is enabled
7+ - Always-on VPN is now fully supported
8+ - Add Norwegian translation (credits: Allan Nordhøy)
9+ - Add French translation (credits: J. Lavoie and Maxime Leroy)
10+ - Fix Android 11/12 crash when invoked via the Intent-based API
11+ - Fix SecurityException crash on Android TV with PCAP file dump
12+ - Fix packets truncated with root on devices with sw/hw offloading
13+ - Fix use-after-free in root mode
14+ - Fix memory leak with HTTP server PCAP dump when a client disconnects
15+ - Add native code testing and fuzzing
16+
517## [ 1.4.5] - 2022-01-06
618- Reduce the memory usage, in particular during the capture
719- Malware detection now blocks malicious connections in non-root mode (paid feature)
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 31
12- versionCode 42
13- versionName " 1.4.5 "
12+ versionCode 46
13+ versionName " 1.4.6 "
1414 }
1515
1616 buildTypes {
You can’t perform that action at this time.
0 commit comments