Commit Graph

1097 Commits

Author SHA1 Message Date
emanuele-f
b7a59635e3 Fix possible crash while importing rules
E.g. SecurityException: com.android.providers.downloads has no access
to content ...
2023-04-23 20:03:48 +02:00
emanuele-f
4f22276562 Fix possible NullPointerException in connections 2023-04-23 19:56:10 +02:00
emanuele-f
c98740c830 Fix possible NullPointerException in apps context menu 2023-04-23 19:53:04 +02:00
emanuele-f
88a9c747fd Fix possible crash on firewall whitelist reload
A SIGSEV occurred after a whitelist rules reload when firewall rules
failed to load
2023-04-23 19:47:40 +02:00
emanuele-f
5406475bed Fix possible crashes in MitmAddon 2023-04-23 19:03:08 +02:00
emanuele-f
6a42e7d988 Log private DNS mode in build info 2023-04-23 18:30:09 +02:00
emanuele-f
b9ee20fca4 Fix TCP connections spam to VPN IP port 853
Fixes #313
2023-04-23 17:38:19 +02:00
emanuele-f
532dd2c2a6 Fix app connections jump to bottom dpad focus
Fixes #298
2023-04-16 22:27:17 +02:00
emanuele-f
fa05c751e1 Fix autostart whitelist link
Fixes #308
2023-04-16 21:48:05 +02:00
emanuele-f
c4d8a09e1d Implement license activation via QR code
It's now possible to use a QR code to activate licenses on
non-Play builds of the app. This comes handy on TV devices
2023-04-16 19:48:05 +02:00
emanuele-f
2b57c40dfe Fix firewall not working with duplicate rules
The firewall was silently failing to load in case duplicate rules
were supplied. This could happen, for example, with rules for subdomains.
2023-04-13 19:51:23 +02:00
emanuele-f
4eb7f7f0e9 Bump version to 1.6.2 2023-03-31 16:55:16 +02:00
Emanuele Faranda
8e11eb9aed Update Italian strings 2023-03-31 09:58:16 +02:00
Oğuz Ersen
a22e8e3a6a Update Turkish strings 2023-03-31 09:46:26 +02:00
Eric
c3819da844 Update Chinese (Simplified) strings 2023-03-31 09:46:09 +02:00
gallegonovato
baeea04568 Update Spanish strings 2023-03-31 09:45:29 +02:00
Mario Herrmann
367a38b392 Create German F-Droid strings 2023-03-28 11:50:36 +02:00
Mario Herrmann
41e62d400c Update German strings 2023-03-28 11:49:43 +02:00
Yannick Molinghen
cceec6a662 Update French strings 2023-03-28 11:47:01 +02:00
AHOHNMYC
7653a6f776 Update Russian strings 2023-03-28 11:46:29 +02:00
Eric
a6cecd1d7f Update Chinese (Simplified) strings 2023-03-28 11:45:30 +02:00
emanuele-f
c0a0467501 Show workaround for background service execution 2023-03-28 11:44:33 +02:00
emanuele-f
951234f647 Upgrade to mitmproxy 9.0.1 and Python 3.10
Closes #280
2023-03-26 15:22:27 +02:00
emanuele-f
8e584fa8c2 Allow configuring SOCKS5 proxy auth
Closes #304
2023-03-16 12:17:52 +01:00
emanuele-f
3761d3311a Move SOCKS5 prefs to separate screen 2023-03-16 11:38:08 +01:00
emanuele-f
2b87ca5e0d Move prefs-related activities to prefs package 2023-03-16 11:16:36 +01:00
emanuele-f
065ce710a9 Update deps
Replace mockito dependency with Whitebox source
2023-03-16 11:01:51 +01:00
emanuele-f
af6e41be7f Bump version to 1.6.1 2023-02-10 08:41:41 +01:00
Oğuz Ersen
03d82170d6 Update Turkish strings 2023-02-09 21:52:30 +01:00
Emanuele Faranda
05992b1eb5 Update Italian strings 2023-02-09 21:52:26 +01:00
gallegonovato
2349fe2edc Update Spanish strings 2023-02-09 21:52:15 +01:00
MS-PC
5c3d3d723a Update Spanish strings 2023-02-09 21:51:09 +01:00
emanuele-f
95901cc9da Fix log view navigation in Android TV 2023-02-09 11:40:20 +01:00
emanuele-f
f6c46324f3 Fix app permissions focusability on non-TV 2023-02-09 11:29:28 +01:00
emanuele-f
3db105a57c Fix glitch in connection payload
Plaintext payload was initally displayed as hexdump and soon
after displayed as printable text, causing a visual glitch
2023-02-09 11:04:30 +01:00
emanuele-f
5f94fb47a6 Fix Android TV navigation
Fixed views:
- Build info
- Firewall status
- Malware detection status
- Connection payload navigation
- App details

Fixes #295
2023-02-09 10:46:03 +01:00
emanuele-f
26f53c03a9 Fix possible SEGFAULT during firewall init
firewall.bl could be null when the rules are not loaded yet
2023-02-04 12:31:23 +01:00
emanuele-f
52ecd91055 Handle possible exception in copyToClipboard
Some bugged devices throw a RuntimeException in setPrimaryClip
2023-02-04 12:24:03 +01:00
emanuele-f
d1e8407764 Handle possible OutOfMemoryError in MitmReceiver 2023-02-04 12:19:31 +01:00
emanuele-f
fd4d36cad9 Fix possible crash in Utils.isRTL
The returned locale_name may be empty
2023-02-04 12:16:26 +01:00
emanuele-f
ef94d5744f Add check for possibly null list info
It caused a NullPointerException
2023-02-04 12:12:53 +01:00
emanuele-f
a5658bf514 Handle possible exceptions in scaleDrawable
It may throw OutOfMemoryError
2023-02-04 12:09:22 +01:00
emanuele-f
a1a7ea317f Fix possible IllegalArgumentException in GeoIP download
The dialog dismiss was called after the view was already destroyed
2023-02-04 11:45:57 +01:00
emanuele-f
3618f1e211 Catch possible exception in getDownloadsUri 2023-02-04 11:28:12 +01:00
emanuele-f
4bd4223333 Bump version to 1.6.0 2023-01-16 09:23:58 +01:00
emanuele-f
df7a909a84 Fix function signature 2023-01-15 12:14:32 +01:00
emanuele-f
20ef821b76 Fix PCAP file deletion on some Android versions 2023-01-15 11:11:40 +01:00
emanuele-f
4c0ce35085 Fix rules list not updated after delete
Adding a rule after deleting another rule did not
update the view
2023-01-15 10:37:32 +01:00
emanuele-f
2bde04c971 Fix incorrect pcap file size in Android 7
The internal dump size is now used instead of the
on-disk size
2023-01-15 10:15:15 +01:00
emanuele-f
9628fd6ce9 Fix invalid capture stats
Bug was introduced in 275eefa
2023-01-15 10:08:06 +01:00