diff --git a/.github/workflows/fastlane.yml b/.github/workflows/fastlane.yml new file mode 100644 index 0000000..50b1de3 --- /dev/null +++ b/.github/workflows/fastlane.yml @@ -0,0 +1,10 @@ +name: Fastlane + +on: [pull_request] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2 \ No newline at end of file diff --git a/README.md b/README.md index 0badc4e..240320d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Android USB Script [](https://github.com/Netdex/android-usb-script/actions/workflows/android.yml) +[](https://apt.izzysoft.de/fdroid/index/apk/org.netdex.androidusbscript/) **Use at your own risk. For educational purposes only.** diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 31fb2da..5bf2c7b 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1 +1 @@ -
Android HID Script provides a simple Lua interface for emulating an HID device, on top of the existing android-keyboard-gadget patch by pelya.
Use at your own risk. For educational purposes only.
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.
Use Cases of Scripted HID Emulation
Root is required to use this app.
\ No newline at end of file +Android HID Script provides a simple Lua interface for emulating an HID device on top of configfs.
Use at your own risk. For educational purposes only.
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.
Use Cases of Scripted HID Emulation
Root is required to use this app.
\ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000..d1a1d7c Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png new file mode 100644 index 0000000..a914bbd Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ