fdroiddata/metadata/com.googlecode.android.wifi.tether.yml
Hans-Christoph Steiner d6c5315a36
convert all [[app.id]] links to https://f-droid.org/packages/app.id/
fdroidserver#845
fdroidclient#1000
jekyll-fdroid!60

```
sed -i 's,\[\[\([^ :]*\)\]\],https://f-droid.org/packages/\1,g' metadata/*.yml metadata/*/*/description.txt
```
2020-11-17 21:30:10 +01:00

39 lines
1.2 KiB
YAML

Disabled: Prebuilts
Categories:
- Connectivity
License: GPL-3.0-only
WebSite: https://code.google.com/p/android-wifi-tether
SourceCode: https://code.google.com/p/android-wifi-tether/source
AutoName: WiFi Tether
Summary: Wireless internet tethering
Description: |-
'''N.B''' The app isn't built entirely from source; there are bunch of prebuilt
programs like dnsmasq and iptables in the source code repository.
This is the latest version of https://f-droid.org/packages/android.tether but it's still a beta.
This program enables tethering (via WiFi and BT) for rooted handsets running
Android. Clients (your laptop for example) can connect (via ad-hoc mode) and get
access to the internet using the cellular data connection which is established
by the handset.
This application requires a rooted device (basic Android still doesn't allow
ad-hoc mode) and (probably) a custom-kernel which supports netfilter (iptables).
Please see the website for detailed information.
RequiresRoot: 'yes'
Builds:
- versionName: 3.2-beta2
versionCode: 38
commit: '548'
forceversion: true
buildjni:
- yes
ndk: r12b
AutoUpdateMode: None
UpdateCheckMode: None
NoSourceSince: '3.3'