Commit Graph

124 Commits

Author SHA1 Message Date
Emanuele Faranda
8a4e1f2465
Add missing C dependencies 2021-01-26 20:21:20 +00:00
emanuele-f
c210f78a58 Bump version to 1.2.12 2021-01-26 19:25:09 +01:00
emanuele-f
226d3c334a Fix DNS-over-TLS internal connection shown 2021-01-26 19:17:16 +01:00
emanuele-f
4c8ba2da10 Fix no traffic when "No Filter" is selected 2021-01-26 19:16:49 +01:00
emanuele-f
c14597d92b Properly capture DNS traffic when app filter is set
This allows PCAPdroid to only capture the DNS traffic of the target
application rather than any DNS traffic with unknown app as before.
2021-01-26 18:35:32 +01:00
emanuele-f
4bc4745b50 Move to minimum API version 21 (lollypop)
It provides material design as long as new VPNService related APIs.
2021-01-26 17:47:18 +01:00
emanuele-f
3f09d4b925 Bump version to 1.2.11 2021-01-25 16:29:35 +01:00
emanuele-f
8bb3666702 Fix empty apps list in Android 11
Due to package visibility changes in the API, QUERY_ALL_PACKAGES is now required.
2021-01-25 16:24:45 +01:00
emanuele-f
3bcd157283 Fix bad include 2021-01-23 18:31:04 +01:00
emanuele-f
6a665ba156 Update zdtun submodule
This removes the outdated distribution folder
2021-01-23 11:10:28 +01:00
emanuele-f
14b4b21592 Bump version to 1.2.10 2021-01-23 01:03:53 +01:00
emanuele-f
55815f8fc9 Add gradle distributionSha256Sum 2021-01-22 15:52:39 +01:00
Emanuele Faranda
6d4ffb24e0
Update README.md 2021-01-22 15:44:51 +01:00
emanuele-f
4daf101555 Move screenshots to fastlane 2021-01-22 15:43:45 +01:00
Emanuele Faranda
ac18fbac62
Update udp_receiver.py 2021-01-22 15:28:47 +01:00
Emanuele Faranda
dd24a1de14
Update udp_receiver.py 2021-01-22 15:24:02 +01:00
Izzy
e9d4907531
Initial fastlane structures 2021-01-22 15:16:24 +01:00
emanuele-f
a0cad89658 Fix disabled button when VPN request is denied 2021-01-22 15:00:44 +01:00
emanuele-f
3355b7baed Simplify project structure and build
The ndpi and zdtun modules have been removed and directly integrated
into the vpnproxy-jni makefile
2021-01-22 14:33:36 +01:00
Emanuele Faranda
e203fbb1ec
Merge pull request #19 from sr093906/master
Update Chinese Strings
2021-01-22 12:20:27 +01:00
sr093906
db7e1e6c87
Update strings.xml 2021-01-22 12:19:42 +08:00
sr093906
7be6cf0e31
Update strings.xml 2021-01-22 12:19:09 +08:00
sr093906
bb72855eb1
Merge pull request #1 from emanuele-f/master
Merge Upstream Changes
2021-01-22 12:17:39 +08:00
emanuele-f
fad1ee8f89 Use git submodules to pull dependencies 2021-01-22 00:48:17 +01:00
Emanuele Faranda
d207f79da8
Update README.md 2021-01-21 23:45:11 +01:00
emanuele-f
ef09f36109 Change telegram channel to group 2021-01-21 22:53:42 +01:00
emanuele-f
e1a6436489 Add check for existing VPN
Android only supports running one VPNService at a time. Added a check to
ask user confirmation in case another VPN connection is active.
2021-01-21 22:07:25 +01:00
emanuele-f
34e8f73134 Bump version to 1.2.9 2021-01-17 00:36:44 +01:00
emanuele-f
a107aabf46 Update SDK version and gradle 2021-01-17 00:25:38 +01:00
emanuele-f
9518e3bd6a Fix app crash when stopped from VPN settings 2021-01-16 23:20:35 +01:00
emanuele-f
832ea6fdb1 Bump version to 1.2.8
Also update gradle dependencies
2021-01-11 23:54:06 +01:00
emanuele-f
c4af4c80b6 Fix some broken TCP connections due to big packets 2021-01-11 23:41:40 +01:00
emanuele-f
94ff1487e1 Add null check 2021-01-11 14:39:44 +01:00
emanuele-f
bca7b8e284 Periodically call zdtun_purge_expired
This is necessary in order to free memory before connections limit it's reached
2021-01-11 14:31:44 +01:00
Emanuele Faranda
d2d3bcf1db
Merge pull request #12 from sr093906/master
Create Chinese Strings
2021-01-09 15:21:35 +01:00
sr093906
e952116bc6
Create strings.xml 2021-01-09 18:12:10 +08:00
emanuele-f
8aa40bcf85 Bump version to 1.2.7 2021-01-07 23:52:43 +01:00
emanuele-f
31bf679ffb Resolve system apps UIDs 2021-01-07 23:46:34 +01:00
emanuele-f
b812ccdfb9 Fix app ID not resolved on android >= Q 2021-01-07 23:44:21 +01:00
Emanuele Faranda
3f1f379a4a
Remove redundant information 2020-11-18 20:26:24 +00:00
emanuele-f
329c50d6fd Bump version to 1.2.6 2020-11-16 15:31:47 +01:00
emanuele-f
f99cfd1215 Add TLS decryption link 2020-11-16 15:24:30 +01:00
emanuele-f
6d9e625806 Add links: rate app, telegram channel, user guide 2020-11-16 15:03:09 +01:00
emanuele-f
afebac6904 Fix view consistency when app filter is in use
The Connections view now only shows the connections matching the current
app filter. TLS mitm is now performed based on the app filter.
2020-11-16 14:30:21 +01:00
emanuele-f
a00d10d173 Update nDPI to version 3.4-stable 2020-11-15 21:42:49 +01:00
emanuele-f
26c25c05ed Fix occasional crash due to null ConnDescriptor in array 2020-11-15 19:06:23 +01:00
emanuele-f
1c81c2d9ff Add TLS decryption settings 2020-11-08 23:50:29 +01:00
emanuele-f
47599a2794 Initial support for TLS decryption 2020-11-08 22:33:17 +01:00
emanuele-f
9f102abafd Bump version to 1.2.5 2020-09-20 22:39:53 +02:00
emanuele-f
b2eb3fd8bc Fix crash when pressing start the 2nd time 2020-09-20 22:26:37 +02:00