fdroiddata/metadata/com.majeur.applicationsinfo.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

69 lines
1.6 KiB
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/MajeurAndroid/Applications-Info
IssueTracker: https://github.com/MajeurAndroid/Applications-Info/issues
AutoName: Applications Info
Summary: Show metadata of installed applications
Description: |-
Monitor all available informations about all installed applications or packages
on a device. You can view the entire AndroidManifest.xml file and get details
about:
* Activities
* Services
* Providers
* Receivers
* Uses permissions
* Permissions
* Uses features
* Configurations
* Signatures
RepoType: git
Repo: https://github.com/MajeurAndroid/Applications-Info
Builds:
- versionName: '1.2'
versionCode: 3
commit: d3733bae0f23ac758b5ef1dcfd8c8c3ab1aca7ca
subdir: app
gradle:
- yes
- versionName: '1.3'
versionCode: 4
commit: 0e0f44389a197d780828ac6123685b1708e3eb9c
subdir: app
gradle:
- yes
- versionName: '1.4'
versionCode: 5
commit: d2481b8b0261a4cc2f542153edfeb708f7e1b5a0
subdir: app
gradle:
- yes
- versionName: '1.5'
versionCode: 6
commit: 552f2a227373bb1478dc096e101f9e60719ecb3f
subdir: app
gradle:
- yes
- versionName: '1.6'
versionCode: 7
commit: c277503ae3cad667f101d381d3b146bfb0a1b5d2
subdir: app
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
'ExtraTranslation' }}" >> build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.6'
CurrentVersionCode: 7