Skip to content

Commit c483031

Browse files
authored
Adjustments for F-Droid readiness (#21)
* Replace app icon * Adjust f-droid fastlane infos
1 parent 6384855 commit c483031

25 files changed

+10
-175
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# USB Gadget Tool
22

3-
<img src="static/usb-gadget-tool-3.png" align="right" height="500" alt="USB Gadget Tool Screenshot">
3+
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/usb-gadget-tool-3.png" align="right" height="500" alt="USB Gadget Tool Screenshot">
44

55
Convert your Android phone to any USB device you like!
66
USB Gadget Tool allows you to create and activate USB device roles, like a mouse or a keyboard. Connected USB hosts (e.g. a normal computer) will then identify your Android device only under that role.
49.1 KB
Loading

app/src/main/res/drawable/ic_launcher_background.xml

-170
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@drawable/ic_launcher_background" />
4-
<foreground android:drawable="@drawable/ic_launcher_foreground" />
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@drawable/ic_launcher_background" />
4-
<foreground android:drawable="@drawable/ic_launcher_foreground" />
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
-3.51 KB
Binary file not shown.
Loading
Binary file not shown.
-2.57 KB
Binary file not shown.
Loading
Binary file not shown.
-4.81 KB
Binary file not shown.
Loading
Binary file not shown.
-7.72 KB
Binary file not shown.
Loading
Binary file not shown.
-10.4 KB
Binary file not shown.
Loading
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="ic_launcher_background">#FFFFFF</color>
4+
</resources>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
USB Gadget Tool

0 commit comments

Comments
 (0)