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 ```
32 lines
832 B
YAML
32 lines
832 B
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-3.0-only
|
|
WebSite: https://code.google.com/p/floatingimage
|
|
SourceCode: https://code.google.com/p/floatingimage/source
|
|
|
|
AutoName: Floating Image
|
|
Summary: Display images from galleries
|
|
Description: |-
|
|
Streams images from various image hosting websites or RSS feeds as well as from
|
|
the device and displays them in a continuous stream of floating images across
|
|
the display. Works as a live wallpaper too.
|
|
|
|
Builds:
|
|
- versionName: 3.4.23
|
|
versionCode: 119
|
|
commit: '141'
|
|
subdir: floatingimage
|
|
|
|
- versionName: 3.4.25
|
|
versionCode: 121
|
|
disable: missing dk.nindroid.rss.compatibility.GetCameraDirectory class
|
|
commit: '142'
|
|
subdir: floatingimage
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 3.4.25
|
|
CurrentVersionCode: 121
|
|
|
|
NoSourceSince: 3.4.26
|