mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
AuthorName: Alexandros Schillings
|
|
WebSite: http://aschillings.co.uk/
|
|
SourceCode: https://github.com/alt236/USB-Device-Info---Android
|
|
IssueTracker: https://github.com/alt236/USB-Device-Info---Android/issues
|
|
|
|
AutoName: USB Device Info
|
|
Description: |-
|
|
Allows you to list all attached (host mode) USB devices. Information includes:
|
|
|
|
* The Device class
|
|
* The USB device path
|
|
* The Vendor ID (VID) and the Product ID (PID)
|
|
* A List of all interfaces and their endpoints
|
|
|
|
If you download the accompanying databases, the application will also be able to
|
|
provide you with additional info such as the Vendor of the device (which is not
|
|
necessarily the brand!), the vendor's logo and the product name.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/alt236/USB-Device-Info---Android.git
|
|
|
|
Builds:
|
|
- versionName: 0.0.5
|
|
versionCode: 5
|
|
commit: v0.0.5
|
|
|
|
- versionName: 1.0.0
|
|
versionCode: 6
|
|
commit: v1.0.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 2.0.0
|
|
versionCode: 7
|
|
commit: v2.0.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 3.0.0.81
|
|
versionCode: 81
|
|
commit: ea2779c0905cfefb146d94592adacc0f0bf6101c
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' -e 's/versionName
|
|
.*/versionName "$$VERSION$$"/' build.gradle
|
|
scandelete:
|
|
- buildsystem
|
|
|
|
MaintainerNotes: versionName and Code are dynamic, so we force them
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 3.0.0.81
|
|
CurrentVersionCode: 81
|