emanuele-f
c2bfdd9e94
Fix possible IllegalStateException in Status view
2022-06-15 17:09:29 +02:00
emanuele-f
99e2593286
Show toast if connection is not found
2022-06-15 17:03:23 +02:00
emanuele-f
a9c60b025d
Fix AppDetails crash when given app is uninstalled
2022-06-15 16:56:12 +02:00
emanuele-f
aec0e3f6a9
Fix possible crash due to requireContext in getString
2022-06-15 16:26:12 +02:00
emanuele-f
03865a0c4d
Fix possible SecurityException in Android 11
2022-06-15 16:22:34 +02:00
Emanuele Faranda
0054d29b25
Update full_description.txt
2022-06-10 21:24:14 +00:00
Emanuele Faranda
a328b357ba
Update README.md
2022-06-10 21:23:15 +00:00
Oğuz Ersen
a160fa2de1
Update Turkish F-Droid strings
2022-06-10 23:22:05 +02:00
Emanuele Faranda
71dab80e0b
Update Italian F-Droid strings
2022-06-10 23:21:27 +02:00
Emanuele Faranda
fc4db3547c
Update README.md
2022-06-10 20:58:01 +00:00
Emanuele Faranda
122e825288
Update full_description.txt
2022-06-10 20:57:20 +00:00
emanuele-f
be22b90b6b
Add info about debugging in work profiles
2022-06-08 11:56:24 +02:00
emanuele-f
e53f521ad3
Fix wrong badged icon shown in work profile (root)
...
When running in a work profile, the pm loadIcon always returns the
badged icon even for apps from the main profile. Using loadUnbadgedIcon
fixes this
2022-06-08 11:39:40 +02:00
emanuele-f
31488d55e1
Fix resolved AppDescriptor not cached with root
2022-06-08 11:25:51 +02:00
emanuele-f
711d970279
Bump version to 1.5.1
2022-06-08 10:42:02 +02:00
Oğuz Ersen
d8e6c76735
Update Turkish strings
2022-06-07 11:54:49 +02:00
Eric
0e3181581a
Update Chinese strings
2022-06-07 11:54:30 +02:00
Emanuele Faranda
d898cd6c16
Update Italian strings
2022-06-07 11:54:11 +02:00
emanuele-f
fef9810118
Update submodule
2022-06-07 11:53:56 +02:00
emanuele-f
eedba8f180
Fix possible NullPointerException in sslkeyfileExportResult
2022-06-06 18:12:18 +02:00
emanuele-f
04ddfdcb9d
Update libs
2022-06-06 17:51:48 +02:00
Emanuele Faranda
7c998679c4
Add notes about work profiles
2022-06-06 17:31:19 +02:00
emanuele-f
fd0c119bba
Compilation fix
2022-06-06 16:54:35 +02:00
emanuele-f
9c7a1d0952
Fix permission grant inside work profile
2022-06-06 16:43:18 +02:00
emanuele-f
4a44fa28af
Resolve correct package info for other users apps
...
Also show the "badged" icon for managed profiles apps
2022-06-06 16:23:36 +02:00
emanuele-f
fec54e9499
Add INTERACT_ACROSS_USERS permission
...
This is a signature-level permission required in order to call
getPackagesForUid for other users/profiles. It will be granted on first
root capture start.
See #217
2022-06-06 14:54:23 +02:00
Oky Priyanto
e6bc27b3e3
Update Indonesian strings
2022-06-04 12:34:55 +02:00
Oğuz Ersen
edba6d0dc7
Update Turkish strings
2022-06-04 12:34:28 +02:00
Eric
a0c2231aac
Update Chinese strings
2022-06-04 12:34:08 +02:00
RyoidenshiAokigahara
67c8500558
Update Russian strings
2022-06-04 12:33:15 +02:00
emanuele-f
4a1e24b710
Fix possible IllegalStateException in mitm wizard
2022-06-04 12:17:26 +02:00
emanuele-f
aa2efb8079
Fix possible IllegalStateException in GeoipSettings
2022-06-04 12:07:11 +02:00
emanuele-f
25f7193051
Fix crash on screen rotation in connection details
...
On screen rotation, the fragments onAttach is called before the activity
onCreate, which caused mConn to be null
2022-06-04 11:50:34 +02:00
Emanuele Faranda
a18d39b78c
Update README.md
2022-06-02 16:20:22 +02:00
Emanuele Faranda
cdf7909db8
Update README.md
2022-06-02 15:58:28 +02:00
emanuele-f
fe6f7730b7
Fix app filter icon not shown on capture start
2022-06-02 11:23:15 +02:00
emanuele-f
9f3d120c49
Bump version to 1.5.0
2022-06-02 09:58:24 +02:00
emanuele-f
1eb4af516a
Add privacy policy
2022-06-01 16:55:45 +02:00
emanuele-f
49d025718b
Improve some strings
2022-06-01 16:34:00 +02:00
Oğuz Ersen
d8da4a8ba9
Update Turkish strings
2022-06-01 16:29:35 +02:00
Eric
dac692d8ba
Update Chinese strings
2022-06-01 16:29:20 +02:00
RyoidenshiAokigahara
70898b1d20
Update Russian strings
2022-06-01 16:28:42 +02:00
Emanuele Faranda
278eebc15e
Improve Italian strings
2022-06-01 16:28:11 +02:00
emanuele-f
33b68936ea
Fix developer warning notification on Android 32
...
Bug introduced in bd6034b . Now notification is correctly removed
2022-06-01 15:46:27 +02:00
emanuele-f
ca063e3296
Wait for capture stop when calling stop via API
...
This allows getting more accurate capture stats
2022-06-01 12:14:38 +02:00
emanuele-f
10b2774315
Improve onboarding text appearance
2022-05-31 18:35:25 +02:00
emanuele-f
6876d596ff
Fix QUIC not blocked with missing host
2022-05-31 17:36:46 +02:00
emanuele-f
523e1dda41
Fix private DNS blocking setting not applied
...
Fixes #216
2022-05-31 17:22:32 +02:00
emanuele-f
30073c9899
Improve strings
2022-05-31 17:11:44 +02:00
Eric
22f0c77634
Update Chinese strings
2022-05-31 17:05:43 +02:00