Skip to content

Commit 86c1d6c

Browse files
committed
Add app icon and README
1 parent c3e4630 commit 86c1d6c

File tree

7 files changed

+9
-1
lines changed

7 files changed

+9
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.DS_Store
66
/build
77
/captures
8+
Thumbs.db

README.md.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Freifunk Auto Connect App
2+
3+
© 2015 [Tobias Trumm](mailto:[email protected]) licensed under GPLv3
4+
Freifunk Logo: [freifunk.net](http://freifunk.net), [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
5+
6+
## Info
7+
The Freifunk Auto Connect App makes it easier to add multiple Freifunk SSIDs to the network configuration of your Android device.

app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
99
<application
1010
android:allowBackup="true"
11-
android:icon="@mipmap/ic_launcher"
11+
android:icon="@mipmap/app_icon"
1212
android:label="@string/app_name"
1313
android:theme="@style/AppTheme" >
1414
<activity
4.43 KB
Loading
2.71 KB
Loading
6.14 KB
Loading
9.51 KB
Loading

0 commit comments

Comments
 (0)