Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

version bump to v1.1.2 #6

Merged
merged 2 commits into from
Jun 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ A HowTo that describes how to manually configure your device can also be found o

This App is based on the repository https://github.com/EventInfra/wifisetup/ which is based on https://github.com/eqvinox/wifisetup which is based on https://github.com/synnack/nikhef-eduroam


# Download

[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
Expand All @@ -28,11 +29,14 @@ https://github.com/Selfnet/selfnet-wificonfig/releases
![Screenshot German](/screenshots/screenshot-german.jpg)
![Screenshot English](/screenshots/screenshot-english.jpg)


# License
See [LICENSE](LICENSE).


# Dataprotection foo

While the Application itself does not communicate with any server it does create a profile on your Android device. Because of that the "Application" itself is legally seen as the provider itself (Selfnet e.V.) taking your input (username and password) we have tell you about data protection you can read here:

https://www.selfnet.de/selfnet-app-datenschutz.html

2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.selfnet.wifisetup" android:installLocation="auto" android:versionCode="3" android:versionName="1.1-1">
package="de.selfnet.wifisetup" android:installLocation="auto" android:versionCode="4" android:versionName="1.1.2">
guserav marked this conversation as resolved.
Show resolved Hide resolved
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-feature android:name="android.hardware.wifi" android:required="true"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down