summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-05-12 13:12:57 +0200
committerDaniel Weipert <code@drogueronin.de>2023-05-12 13:12:57 +0200
commit7f0436aa2a782d926a81bd5bdf76baf0253582da (patch)
tree2f6e86364060ff8ee11a948febbac6a3f451f4e3 /Readme.md
parenteefe2bdea6e79548ef5a0c0a50b3afc495b034b3 (diff)
working commit
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md
index 8d60666..c1d5934 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,11 +1,14 @@
+## Resources used
+
+### VPN / Proxy
- https://github.com/IngoZenz/personaldnsfilter/blob/master/app/src/main/java/dnsfilter/android/DNSFilterService.java
- https://android.googlesource.com/platform/development/+/master/samples/ToyVpn/src/com/example/android/toyvpn/ToyVpnService.java
+- https://github.com/Jigsaw-Code/outline-client/blob/master/src/cordova/android/OutlineAndroidLib/outline/src/main/java/org/outline/vpn/VpnTunnel.java
+- https://github.com/schwabe/ics-openvpn
+
+### Service
- https://developer.android.com/guide/components/services#StartingAService
- https://developer.android.com/guide/components/services#Foreground
- https://stackoverflow.com/questions/600207/how-to-check-if-a-service-is-running-on-android
- https://www.vogella.com/tutorials/AndroidServices/article.html#communication-with-services
- https://github.com/googlecodelabs/bazel-android-intro/blob/master/sample/mediarecorder/java/com/example/android/mediarecorder/MainActivity.java
-- https://github.com/schwabe/ics-openvpn
-
->:(
-- https://github.com/bazelbuild/bazel/pull/12626