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.2] - 2022-06-22
6+ - Add ability to only show the connections allowed by the firewall
7+ - Monitor memory usage and disable full payload on low memory
8+ - Fix possible SecurityException in Android 11
9+ - Fix crash on tap on uninstalled app
10+ - Fix ANR on first root capture start
11+
512## [ 1.5.1] - 2022-06-07
613- Resolve correct apps details with work profiles in root mode
714- Fix app filter icon not shown on capture start
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 32
12- versionCode 53
13- versionName " 1.5.1 "
12+ versionCode 55
13+ versionName " 1.5.2 "
1414 }
1515
1616 buildTypes {
You can’t perform that action at this time.
0 commit comments