Commit Graph

305 Commits

Author SHA1 Message Date
Taco
c28acd2804
Fix several deprecations (#63)
* Update Gradle and RecyclerView
* Use FragmentContainerView
* Fix onActivityResult deprecations
* Fix onRequestPermissionsResult deprecation

Co-authored-by: emanuele-f <black.silver@hotmail.it>
2021-06-05 11:47:31 +02:00
Emanuele Faranda
b576854af6
Update README.md 2021-06-05 11:14:58 +02:00
sr093906
2c44452895
Update Chinese Strings (#64) 2021-06-04 12:19:39 +02:00
Emanuele Faranda
9fc0cebabe
Update README.md 2021-06-03 22:29:42 +02:00
emanuele-f
80d87cb663 Bump version to 1.3.8 2021-06-03 21:49:33 +02:00
emanuele-f
50bc81e575 Show request plaintext regardless of the protocol 2021-06-03 12:27:28 +02:00
emanuele-f
78d2e12233 Add ads placeholders 2021-06-03 11:36:06 +02:00
emanuele-f
b814f163bd Update russian translation (credits: termahn1) 2021-06-02 15:49:24 +02:00
emanuele-f
e7c5227bfe Fix missing HTTP request in some cases 2021-06-02 15:34:40 +02:00
emanuele-f
c73620dc59 Rename functions 2021-06-02 12:11:18 +02:00
sr093906
c99af860c1
Update Chinese Strings (#62) 2021-06-02 11:00:31 +02:00
emanuele-f
e65ff93972 Add ability to read the root daemon log 2021-06-02 00:01:10 +02:00
emanuele-f
f777ed16c2 String trailing newlines from HTTP request data 2021-06-01 22:39:07 +02:00
emanuele-f
1f32813f1f HTTP requests data is now shown in the details
Also move to the material theme

Closes #38
2021-06-01 19:02:17 +02:00
emanuele-f
3596ba67a8 Fix mono-directional connections with LINUX_SLL 2021-05-24 23:28:07 +02:00
emanuele-f
a1eceefc6a Bump version to 1.3.7 2021-05-19 22:08:03 +02:00
emanuele-f
04537d353d Upgrade tools 2021-05-19 21:36:00 +02:00
emanuele-f
48723320de Fix missing offset 2021-05-11 22:10:17 +02:00
emanuele-f
feeaafb845 Add support for datalink 113 (DLT_LINUX_SLL) 2021-05-11 22:02:55 +02:00
Emanuele Faranda
b365cfa874
Add missing dependencies 2021-05-06 20:31:17 +02:00
Emanuele Faranda
04196c40f2
Update README.md 2021-05-01 17:57:17 +02:00
emanuele-f
d915f225e2 Bump version to 1.3.6 2021-05-01 17:03:55 +02:00
Emanuele Faranda
cf65ffdf01
Update full_description.txt 2021-05-01 16:47:47 +02:00
Emanuele Faranda
4046f1388a
Update README.md 2021-05-01 16:47:16 +02:00
emanuele-f
2ff3fec947 Fix URL when an HTTP proxy is used
Also show the proxy URL in the connection details
2021-05-01 16:42:53 +02:00
sr093906
5d010ad945
Update Chinese Strings (#60) 2021-05-01 14:45:20 +02:00
emanuele-f
c2df8436ab Implement ability to capture packets as root
This requires a rooted device. It allows PCAPdroid to run with other VPN
apps.
2021-05-01 12:02:48 +02:00
emanuele-f
bfe4d0a796 Bump version to 1.3.5 2021-04-14 14:53:29 +02:00
emanuele-f
1d24d83e32 Add some checks 2021-04-14 14:53:29 +02:00
Emanuele Faranda
bac8bce4bf
Update README.md 2021-04-14 12:35:00 +02:00
emanuele-f
72949b0284 Update zdtun 2021-04-14 12:32:42 +02:00
emanuele-f
d8f153ecef Reduce MTU to avoid fragmentation 2021-04-11 17:14:02 +02:00
emanuele-f
c31c9065ec Improve TCP connections handling
- The client MSS option is now honored
- srv->cli MSS is now calculated and reported based on the IP version
- TCP window scaling is now supported
- Slow downs due to blocking TCP sends in big uploads are now fixed
2021-04-11 16:43:23 +02:00
sr093906
6f1aad7f87
Update Chinese Strings (#58) 2021-04-09 11:47:46 +02:00
emanuele-f
b02989598f Implement SOCKS5 proxy support
When enabled, all the TCP connections will be redirected to a SOCKS5
proxy. This also removes the need to use a customized mitmproxy to
perform the TLS decryption.
2021-04-09 10:52:25 +02:00
Emanuele Faranda
fea40c708d
Update third parties 2021-04-06 15:39:49 +02:00
emanuele-f
1d0082dca6 Bump version to 1.3.4 2021-03-30 18:47:50 +02:00
emanuele-f
9cbf53f707 Update italian translation 2021-03-30 18:26:56 +02:00
emanuele-f
c17cc90fce Remove outdated polish translation 2021-03-30 18:25:42 +02:00
sr093906
4ad15880de
Update Chinese Strings (#55) 2021-03-30 18:18:41 +02:00
emanuele-f
547af36b73 Implement splash screen for cold start 2021-03-30 13:00:26 +02:00
emanuele-f
2b52fcaa50 Make fab down clickable on Android TV 2021-03-30 13:00:26 +02:00
emanuele-f
049af45f42 Implement dark theme
Closes #46
2021-03-30 13:00:26 +02:00
sr093906
62d1de0183
Update Chinese Strings (#54) 2021-03-30 09:26:36 +02:00
emanuele-f
4ac471f3a1 Handle missing Storage Access Framework on save
The Storage Access Framework may be missing in some Android devices,
expecially TVs, which sometimes implement an empty stub. In such cases,
PCAPdroid uses the deprecated API to save the file to the Downloads
folder in the internal memory.

Fixes #53
2021-03-30 00:56:49 +02:00
emanuele-f
8a8e96ee39 Remove home screen channel on Android TV 2021-03-29 22:14:07 +02:00
emanuele-f
0ad1b7348f Add TV screenshots 2021-03-29 12:40:58 +02:00
sr093906
42002ebd2d
Update Chinese Strings and Remove Array.xml (#52) 2021-03-29 12:07:40 +02:00
emanuele-f
1bb6ae3165 Fix UDP broadcast connections 2021-03-29 12:01:51 +02:00
emanuele-f
9bb1741456 Handle file selector exception 2021-03-29 11:11:03 +02:00