6dc775b236
```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 ```
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
Categories:
|
|
- Time
|
|
License: GPL-2.0-only
|
|
SourceCode: https://github.com/Eibriel/RedDot
|
|
IssueTracker: https://github.com/Eibriel/RedDot/issues
|
|
Bitcoin: 1MD8wCtnx5zqGvkY1VYPNqckAyTWDhXKzY
|
|
|
|
AutoName: Red Dot
|
|
Summary: An intriguing animated dot reacting to time
|
|
Description: |-
|
|
This parametric animation, under the current technology, is 49 years long,
|
|
Starting 1970 January 1, it is not random, is synchronized over all devices and
|
|
ideally never repeat itself.
|
|
|
|
The Red Dot is just a symbol, a representation of something else. Take a look
|
|
and find your our own meaning for it.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Eibriel/RedDot.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 974b0e751a7ecf8f1ef41499aa59a07650a83ba4
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
disable: wrong commit
|
|
commit: 4161c8a590eb557072990244df5d6ebf40a2c6df
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: 039015114bf72d700721ed826581cf6661446f84
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.2'
|
|
CurrentVersionCode: 3
|