This repository was archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
Dies ist eine Portierung von iodine (http://code.kryo.se/iodine/) | ||
auf Android | ||
 | ||
|
||
This is a port of iodine (http://code.kryo.se/iodine/) to the Android VPN Framework. | ||
It doesn't require "root" on the phone. | ||
|
||
# Documentation | ||
|
||
- (german)[Anwenderdokumentation](doc/anwenderdoku.html) [(PDF)](doc/anwenderdoku.pdf) | ||
- (german)[Entwicklerdokumentation](doc/entwicklerdoku.html) [(PDF)](doc/entwicklerdoku.pdf) | ||
The following two documents exist in German language only: | ||
- [Anwenderdokumentation](doc/anwenderdoku.pdf) | ||
- [Entwicklerdokumentation](doc/entwicklerdoku.pdf) | ||
|
||
# Building | ||
|
||
Requires the Android SDK and NDK to be installed. | ||
|
||
``` bash | ||
(cd jni && ndk-build) | ||
gradle build | ||
./gradlew build | ||
``` | ||
|
||
Then find the APK files in folder `build/outputs/apk/` | ||
|
||
# Authors and License | ||
Android Iodine Copyright (c) 2013 Yves Fischer <[email protected]> | ||
Android Iodine Copyright (c) 2016 Yves Fischer <[email protected]> and contributors | ||
Same license as iodine. | ||
|
||
Iodine Copyright (c) 2006-2009 Bjorn Andersson <[email protected]>, Erik Ekman <[email protected]> | ||
|