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

Commit

Permalink
Merge pull request #6 from Selfnet/github-issue-5-version-bump-to-1-1-2
Browse files Browse the repository at this point in the history
version bump to v1.1.2
  • Loading branch information
guserav authored Jun 28, 2019
2 parents f818eed + 14e1671 commit 9b6cd92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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">
<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

0 comments on commit 9b6cd92

Please sign in to comment.