fdroiddata/metadata/com.iamtrk.androidexplorer.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

37 lines
932 B
YAML

Categories:
- System
License: MIT
SourceCode: https://github.com/iamtrk/Device-Explorer
IssueTracker: https://github.com/iamtrk/Device-Explorer/issues
AutoName: Android Explorer
Summary: Get device information
Description: |-
Get various hardware and software information from the device:
* Device IDs information (IMEI, IMSI, SIM Serial, Android ID, MAC Address).
* Build data (Manufacturer, OS Version, CPU Architecture).
* CPU & RAM Usage.
* Root & Encryption check.
* Display information.
* File system information.
* Kernel details.
* Runtime information.
RepoType: git
Repo: https://github.com/iamtrk/Device-Explorer
Builds:
- versionName: '1.0'
versionCode: 1
commit: 59eb9b9bb427d5496266564ed0aad4b2dbc0b979
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
UpdateCheckName: com.iamtrk
CurrentVersion: '1.0'
CurrentVersionCode: 1