mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
for f in $(rg --files-with-matches '^ disable: ' metadata/*.yml); do
yq -i '.Builds |= ((.[:-1] | filter(has("disable") | not)) + .[-1:])' $f;
done
fdroid rewritemeta
33 lines
668 B
YAML
33 lines
668 B
YAML
Categories:
|
|
- Phone & SMS
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/daj/flashback
|
|
IssueTracker: https://github.com/daj/flashback/issues
|
|
|
|
AutoName: Flashback
|
|
Description: |-
|
|
When you receive a call the app displays the history of your interactions with
|
|
the caller.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/daj/flashback.git
|
|
|
|
Builds:
|
|
- versionName: '1.14'
|
|
versionCode: 14
|
|
commit: '33230'
|
|
subdir: Flashback
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.16'
|
|
versionCode: 16
|
|
commit: 5d9c4c4caf
|
|
subdir: Flashback
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.16'
|
|
CurrentVersionCode: 16
|