Skip to content

Commit

Permalink
fastlane: add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Netdex committed Feb 11, 2024
1 parent d6e62e7 commit 11da833
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/fastlane.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Fastlane

on: [pull_request]

jobs:
# required to run on Linux because this is a docker container action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -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>
<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>
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11da833

Please sign in to comment.