Commit Graph

249 Commits

Author SHA1 Message Date
M66B 7fedb27f1d Added exception for SFR MMS 2022-08-20 09:52:38 +02:00
M66B c2b60e5163 Revert "Drop validated requirement for connectivity changes"
This reverts commit 0a750f98eb.
2022-06-14 14:01:14 +02:00
M66B 0a750f98eb Drop validated requirement for connectivity changes 2022-06-04 15:15:48 +02:00
M66B e3cdfaa297 Delay expiring DNS info 2022-03-06 11:37:11 +01:00
M66B b808005e00 SDK 31 support 2022-01-19 09:03:46 +01:00
M66B 22e04a7a59 Android 12 compatibility 2021-06-14 13:44:26 +02:00
M66B b04fb7a55f Removed auto enable subnet routing 2021-03-02 09:30:47 +01:00
M66B b2289c7764 Add 0.0.0.0 subnets again 2021-02-23 17:33:22 +01:00
M66B aacd96defd Auto enable limited subnet routing on custom private DNS 2021-02-23 11:05:50 +01:00
M66B 93cd2008d2 Workaround Android bug 2021-02-21 15:47:37 +01:00
M66B dd7b99807d Revert "Selectively sinkhole in non filtering mode"
This reverts commit 57d40a479f.
2021-02-21 15:21:25 +01:00
M66B 98129bdecb Exclude private DNS servers in non filtering mode / subnet routing 2021-02-21 15:20:53 +01:00
M66B 57d40a479f Selectively sinkhole in non filtering mode 2021-02-21 14:48:36 +01:00
M66B b0f3d9ce2c Exclude DNS traffic when not filtering / subnet routing 2021-02-21 14:09:18 +01:00
M66B 053c11dc1d Disable VPN handover on Android 11 2020-09-27 23:22:02 +02:00
M66B c6c985d454 Disabled auto start notification 2020-08-26 12:26:56 +02:00
M66B 151464d266 Block system in disconnected state 2020-08-26 12:15:38 +02:00
M66B 86361dfeaa Default disable hand-over 2020-07-24 08:28:26 +02:00
M66B f31b49fbac Refactoring 2020-07-17 10:55:06 +02:00
M66B 91940d3e93 Improved logging 2020-07-16 15:41:20 +02:00
M66B ba45b661b5 Check connected state on capability changes 2020-07-08 17:14:11 +02:00
M66B 4845337b3f Revert "Exclude multicast addresses"
This reverts commit 63ba4b271c.
2020-06-27 09:16:14 +02:00
M66B 63ba4b271c Exclude multicast addresses 2020-06-21 13:47:47 +02:00
M66B 0525a14eda Reduced logging 2020-05-24 13:59:09 +02:00
M66B 7645864e46 Refactoring 2020-03-22 19:47:36 +01:00
Ryan Hayle 22434c6056
Set metered connection status on Android 10
"VPN apps targeting Build.VERSION_CODES.Q or above will be considered
metered by default."  As a result, the metered status must be
explicitly set when creating the VpnService.Builder.
2020-03-22 13:27:29 -05:00
M66B 088bb68eee Reduce logging 2020-02-23 09:04:09 +01:00
M66B 72850f2764 Disable update check for third part builds 2020-01-10 14:10:34 +01:00
M66B 97bf1c914e Reload on DNS change only 2020-01-09 21:07:07 +01:00
M66B f9462fc186 Fixed reloading on link properties changed 2020-01-09 19:27:29 +01:00
M66B 5b0307c258 Updated libraries 2020-01-09 19:24:55 +01:00
M66B 5df4e83f66 Added setting for internet connection validation 2019-10-24 20:20:03 +02:00
M66B 652ec1a899 Check DNS server addresses against LAN subnets 2019-09-10 19:16:28 +02:00
M66B 812cd9c053 Fixed overlapping excludes 2019-09-10 18:59:20 +02:00
M66B 0d0168aa34 Add standard DNS servers when removing local DNS servers 2019-09-09 20:25:36 +02:00
M66B f632a96f11 Always honor set DNS servers 2019-09-01 20:05:23 +02:00
M66B 57f77d7a4e Rewritten DNS server address handling 2019-08-24 17:12:13 +02:00
M66B b2fa5a69ac Allow all private address spaces when allowing LAN 2019-08-05 20:23:28 +02:00
M66B 4f540a2f10 Prevent crash 2019-08-04 15:50:16 +02:00
M66B aadb1e44b4 Always clear on reload 2019-08-03 19:58:24 +02:00
M66B bb9a99d2cd Disable private DNS in filtering mode only 2019-08-03 18:38:50 +02:00
M66B c66f41eb67 Try cursors 2019-07-31 14:28:53 +02:00
M66B bb199e8d99 Enabled VPN handover by default 2019-07-28 12:17:25 +02:00
M66B 7dc998150a Limit log queue to 250 entries 2019-07-28 11:48:13 +02:00
M66B 297e352b03 Added logging 2019-07-28 11:14:08 +02:00
M66B 4c8d1d89d1 Synchronize JNI done 2019-07-23 20:46:43 +02:00
M66B ede610a3da Make sure the JNI context is cleared
Reason: onCreate can be called multiple times without onDestroy being called
2019-07-22 11:37:49 +02:00
M66B a26373f1d5 Request garbage collection on service actions 2019-07-21 08:36:39 +02:00
M66B 9a4cff7927 Added option to enable VPN handover 2019-07-18 19:59:40 +02:00
M66B 58a5d25a14 Reload only if DNS servers changed 2019-07-13 11:23:00 +02:00