-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
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.