Commit Graph

17 Commits (94376e0da0418214abf2f07ce33b4a3f5926538a)

Author SHA1 Message Date
Jeff Becker d750f68328
prepare for ipv6 on android
* remove 21/8 from ipv4 bogon ranges as it is being sold by DoD
* start adding ipv6 bogon ranges
3 years ago
Jeff Becker 8ee80bc13d
don't build liblokinet in android we have liblokinet-android for that 3 years ago
Jeff Becker 6cde9062b5
build lokinet-android target only on android 3 years ago
Jeff Becker 084e0aa023
bump version for 0.8.4 3 years ago
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
3 years ago
Jeff fe30193a97
revive android build system (#1339)
* it lives?

* clean up

* add readme and add x86_64 to abi filters

* disable route poking on android

* make it compile on android

* it compiles!!111

* typofix

* re-enable ccache for android
4 years ago
Jeff Becker c1a81d26f1
pull in libsodium if local version sucks 5 years ago
Jeff Becker f38240f945
devendor libsodium by default except for android 5 years ago
jeff 1b0d0575ca try making it compile 5 years ago
jeff 313898999d initial jni wrapper stuff 5 years ago
Jeff Becker 43cb62af16
fix android compile, have makefile pull in libuv for cmake on android 5 years ago
Jeff Becker 3da6551e82
make android compile 5 years ago
Jeff Becker 2edf1da819
add more android stuff 5 years ago
Jeff Becker 7e4d74cbfc
add initial jni stuff for lokinet android. i fucking hate android so god damn much. 6 years ago
Jeff Becker 58db5c1769
make android build work in android studio 6 years ago
Jeff Becker b501913f85
make android build work with gradle 6 years ago
Jeff Becker 6828ea2d1f
add more stuff from builder repo 6 years ago