fdroiddata/metadata/name.seguri.android.getforegroundactivity.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

37 lines
890 B
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/seguri/GetForegroundActivity
IssueTracker: https://github.com/seguri/GetForegroundActivity/issues
AutoName: Get Foreground Activity
Summary: Show current foreground activity
Description: |-
Displays a flash with the current activity name being in foreground. It
currently opens Huawei volume settings by default.
Requires to activate accessibility service.
RepoType: git
Repo: https://github.com/seguri/GetForegroundActivity
Builds:
- versionName: '1.0'
versionCode: 1
commit: e35a0f0a8abdcdb01a250649b9fa1952e941d33b
subdir: app
gradle:
- yes
- versionName: 1.0.2
versionCode: 3
commit: 80fcc2e864537d653b16bf51caea3a60f4a16676
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.0.2
CurrentVersionCode: 3