Skip to content

Commit db14593

Browse files
authored
Add additional Fastlane metadata (#18)
* fastlane: add screenshots * ci: fix broken yml * fastlane: make screenshot less skinny
1 parent d6e62e7 commit db14593

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

.github/workflows/fastlane.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Fastlane
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
- uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Android USB Script
22
[![Android CI](https://github.com/Netdex/android-usb-script/actions/workflows/android.yml/badge.svg)](https://github.com/Netdex/android-usb-script/actions/workflows/android.yml)
3+
[![IzzyOnAndroid](https://img.shields.io/endpoint?url=https://apt.izzysoft.de/fdroid/api/v1/shield/org.netdex.androidusbscript/)](https://apt.izzysoft.de/fdroid/index/apk/org.netdex.androidusbscript/)
34

45
**Use at your own risk. For educational purposes only.**
56

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p><i>Android HID Script</i> provides a simple Lua interface for emulating an HID device, on top of the existing <code>android-keyboard-gadget</code> patch by <i>pelya</i>.</p><p><b>Use at your own risk. For educational purposes only.</b></p><p>This app provides an easy way to script HID interactions intuitively, with feedback. In addition, it contains wrappers around the HID devices allowing developers to easily integrate HID functionality into their own apps.</p><p><br><b>Use Cases of Scripted HID Emulation</b></p><ul><li>Automation of deployment solutions (eg. configuring computer BIOS settings in an automated fashion, changing the wallpaper, etc)</li><li>Mobile password managers that type in your credentials for you, on computers you do not trust</li></ul><p>Root is required to use this app.</p>
1+
<p><i>Android HID Script</i> provides a simple Lua interface for emulating an HID device on top of configfs.</p><p><b>Use at your own risk. For educational purposes only.</b></p><p>This app provides an easy way to script HID interactions intuitively, with feedback. In addition, it contains wrappers around the HID devices allowing developers to easily integrate HID functionality into their own apps.</p><p><br><b>Use Cases of Scripted HID Emulation</b></p><ul><li>Automation of deployment solutions (eg. configuring computer BIOS settings in an automated fashion, changing the wallpaper, etc)</li><li>Mobile password managers that type in your credentials for you, on computers you do not trust</li></ul><p>Root is required to use this app.</p>
15.5 KB
Loading
Loading

0 commit comments

Comments
 (0)