lokinet/jni
Thomas Winget 4c630e0437 Large collection of changes to make android work
- Previous android java and jni code updated to work, but with much love
  still needed to make it work nicely, e.g. handling when the VPN is
  turned off.

- DNS handling refactored to allow android to intercept and handle DNS
  requests as we can't set the system DNS to use a high port
  (and apparently Chrome ignores system DNS settings anyway)

- add packet router structure to allow separate handling of specific
  intercepted traffic, e.g. UDP traffic to port 53 gets handled by our
  DNS handler rather than being naively forwarded as exit traffic.

- For now, android lokinet is exit-only and hard-coded to use exit.loki
  as its exit.  The exit will be configurable before release, but
  allowing to not use exit-only mode is more of a challenge.

- some old gitignore remnants which were matching to things we don't
  want them to (and are no longer relevant) removed

- some minor changes to CI configuration
2021-03-02 13:18:22 -05:00
..
CMakeLists.txt revive android build system (#1339) 2020-09-22 15:04:15 -04:00
lokinet_config.cpp Large collection of changes to make android work 2021-03-02 13:18:22 -05:00
lokinet_daemon.cpp Large collection of changes to make android work 2021-03-02 13:18:22 -05:00
lokinet_jni_common.hpp Large collection of changes to make android work 2021-03-02 13:18:22 -05:00
lokinet_jni_vpnio.hpp Config file improvements (#1397) 2020-10-07 18:22:58 -04:00
lokinet_vpn.cpp revive android build system (#1339) 2020-09-22 15:04:15 -04:00
network_loki_lokinet_LokinetConfig.h Large collection of changes to make android work 2021-03-02 13:18:22 -05:00
network_loki_lokinet_LokinetDaemon.h Large collection of changes to make android work 2021-03-02 13:18:22 -05:00
network_loki_lokinet_LokinetVPN.h The Great Wall of Blame 2020-04-07 12:38:56 -06:00
network_loki_lokinet_LokinetVPN_VPNInfo.h finish wiring up jni shizz 2019-10-08 10:52:01 -04:00
network_loki_lokinet_Lokinet_JNI.h The Great Wall of Blame 2020-04-07 12:38:56 -06:00