6c177c1fc3
!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 ```
33 lines
729 B
YAML
33 lines
729 B
YAML
Categories:
|
|
- Writing
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/MohammadAdib/FloatingStickies
|
|
|
|
AutoName: Floating Stickies
|
|
Summary: Sticky notes in a mini-window
|
|
Description: |-
|
|
* Dock to the side & resize
|
|
* Copy/Paste/Share
|
|
* Smooth fun animations & colors
|
|
* Save the state of the stickies
|
|
* Simple & Clean look
|
|
* Stickies are auto-saved
|
|
|
|
Builds:
|
|
- versionName: '27.0'
|
|
versionCode: 27
|
|
commit: 5a8478752b
|
|
subdir: Floating Stickies
|
|
|
|
- versionName: '28.0'
|
|
versionCode: 28
|
|
commit: ea87f85525e1e2e98773907a27f866ede3a8cffa
|
|
subdir: Floating Stickies
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '28.0'
|
|
CurrentVersionCode: 28
|
|
|
|
NoSourceSince: '28.1'
|