emanuele-f
caced7daab
Bump version to 1.7.4
2024-10-15 23:04:16 +02:00
emanuele-f
070eb19317
Update dependencies
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled
2024-10-15 22:55:44 +02:00
emanuele-f
466f0fd79d
Bump PCAPdroid-mitm to version 1.3 (mitmproxy 11)
2024-10-15 19:39:40 +02:00
Emanuele Faranda
2438a332e4
Merge pull request #462 from cvanstone/include_package_name_csv
...
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled
Include the package name in the CSV output
2024-10-12 15:29:20 +02:00
Chris Vanstone
3843546bbe
Include the package name in the CSV output
2024-10-10 14:55:40 +01:00
Emanuele Faranda
d2bde7b9e7
Merge pull request #457 from jackyzy823/master
...
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled
Change working directory before calling pcapd under su.
Fixes #314
2024-09-11 18:47:28 +02:00
emanuele-f
ac3ce3a75f
Fix missing format argument
2024-09-11 18:46:20 +02:00
emanuele-f
50812d1de8
Add safety checks on getcwd and free memory
2024-09-11 18:38:50 +02:00
jackyzy823
9be48af56b
Change working directory before calling pcapd under su.
...
Some implementation of Android su will reset environment variables, so
the current working directory will not be preserved.
To make sure the creation of pid file and log file, change working
directory manually.
2024-09-11 10:52:07 +08:00
emanuele-f
dc3bb39168
Bump version to 1.7.3
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled
2024-09-07 10:51:58 +02:00
emanuele-f
ec8f4a3cac
Remove unused strings
2024-09-07 10:51:48 +02:00
emanuele-f
90c8ae537a
Catch possible SecurityException starting the VPN
2024-09-07 10:29:40 +02:00
emanuele-f
95686b1def
Update dependencies
2024-09-07 10:18:30 +02:00
Oğuz Ersen
b1122772ad
Update Turkish strings
2024-09-07 10:00:22 +02:00
大王叫我来巡山
e90e71091e
Update Chinese (Simplified Han script) strings
2024-09-07 10:00:18 +02:00
Emanuele Faranda
1fd263c899
Update Italian strings
2024-09-07 10:00:14 +02:00
gallegonovato
c4ebaf696a
Update Spanish strings
2024-09-07 10:00:07 +02:00
Thiện
3bd32a403e
Create Vietnamese F-Droid strings
2024-09-07 09:59:11 +02:00
odkate918c013d81c448ce
8f2eb6394e
Update Ukrainian strings
2024-09-07 09:57:23 +02:00
RyoidenshiAokigahara
5e51b05d1f
Update Russian strings
2024-09-07 09:56:36 +02:00
Tri Susilo ✪
e2d8950cf6
Update Indonesian strings
2024-09-07 09:55:24 +02:00
Mario Herrmann
6ce6a80b5f
Update German strings
2024-09-07 09:54:46 +02:00
jonnysemon
9c31f1777b
Update Arabic strings
2024-09-07 09:53:01 +02:00
emanuele-f
6d6e7e001c
Change "system default" string for consistency
...
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled
Use the same string as the Android language selector
2024-09-02 20:32:20 +02:00
emanuele-f
883e99d120
Remove unfinished languages: fr, ja, ko, nb, pl, pt
...
Manually generate the locales_config.xml file, which is
currently needed when using resourceConfigurations
2024-09-02 20:23:53 +02:00
emanuele-f
8b6ae05ed1
Bump mitm addon version to 1.2
...
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled
- Optionally request MANAGE_EXTERNAL_STORAGE for public write access
- Fix enabled addons sometimes reset
- Fix already-loaded addons not reloaded on changes
2024-08-19 13:10:25 +02:00
emanuele-f
94779ca6c9
Implement mitm addon compatibility logic
...
Semantic versioning is now used to detect if the installed
mitm addon is compatible with the current PCAPdroid version.
If yes, but a newer version is available, ask the user to
install the update but allow him to ignore it.
Closes #408
2024-08-17 16:49:25 +02:00
emanuele-f
bc61c0858b
Fix two taps needed to close the app from Settings view
...
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled
FLAG_ACTIVITY_NEW_TASK was incorrectly set, requiring pressing the
back button twice in order to close the app
2024-08-15 16:14:13 +02:00
emanuele-f
9436f9ec55
Add support for Android 33+ per-app language
...
On Android 33+, PCAPdroid now opens the system per-app language
selector. On previous versions, the in-app selector is used.
Closes #456
2024-08-15 16:02:08 +02:00
emanuele-f
80034e4711
Detect always-on VPN enabled after capture start
...
Hide the stop button in such a case
Closes #412
2024-08-15 14:38:10 +02:00
emanuele-f
c4331be97a
Prevent possible OOB read in DNS reply parsing
2024-08-15 13:58:47 +02:00
emanuele-f
308de20cc7
Catch possible crash in getUserBadgedIcon
...
Happening on Google Pixel 4 XL, Android 8.1.0
2024-05-31 10:00:30 +02:00
emanuele-f
0351e7b9ac
Support Unicode strings in the Wireshark plugin
...
Closes #435
2024-05-23 09:44:18 +02:00
emanuele-f
28aeae7317
Move Open PCAP file to separate menu item
...
This feature is not used very often, so it's better to start
the capture as the default action.
Closes #418
2024-04-20 18:55:19 +02:00
emanuele-f
014ee91ed2
Bump version to 1.7.2
2024-04-20 17:58:32 +02:00
emanuele-f
abd7aae4e0
Update dependencies
2024-04-20 17:58:19 +02:00
emanuele-f
6e65e5a7e3
Do not persist PCAPdroid trailer notice shown flag
...
It can be useful to clarify why apps are missing
2024-04-19 22:23:24 +02:00
emanuele-f
ebba4518f5
Fix broken open PCAP file feature
...
Broken since bf6e834f (v1.6.9)
2024-04-19 22:20:29 +02:00
emanuele-f
5e8f38b1fb
Remove unused unzip function
2024-04-11 12:27:15 +02:00
emanuele-f
16ccc20750
Avoid duplicate cliboard copy notification on 13+
...
Since Android 13, Android itself will show a notification
when copying data to the clipboard
2024-04-11 10:55:05 +02:00
emanuele-f
78f67e75e5
Fix possible NullPointerException in AppsTogglesAdapter
2024-04-09 09:22:19 +02:00
emanuele-f
bc340af2be
Bump version to 1.7.1
2024-03-28 21:43:40 +01:00
jonnysemon
9764809c85
Update Arabic strings
2024-03-12 10:45:18 +01:00
jonnysemon
3c00d6cc48
Update Arabic strings
2024-03-12 10:35:07 +01:00
大王叫我来巡山
5068a566b2
Update Chinese (Simplified) strings
2024-03-12 10:33:49 +01:00
Emanuele Faranda
5b2c02cf7d
Update Italian strings
2024-03-12 10:33:49 +01:00
Oğuz Ersen
9cdfb9c162
Update Turkish strings
2024-03-12 10:33:41 +01:00
gallegonovato
4f460b930d
Update Spanish strings
2024-03-12 10:33:38 +01:00
Mario Herrmann
a140f4e5e1
Update German strings
2024-03-12 10:33:33 +01:00
emanuele-f
6b52b0454c
Hide IPv6 stats if IPv6 is disabled
2024-03-12 10:18:22 +01:00