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 ```
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
AntiFeatures:
|
|
- UpstreamNonFree
|
|
Categories:
|
|
- Graphics
|
|
License: GPL-3.0-only
|
|
WebSite: http://www.tmarki.com/apps
|
|
SourceCode: https://github.com/tmarki/android-rage-maker
|
|
IssueTracker: https://github.com/tmarki/android-rage-maker/issues
|
|
|
|
AutoName: Rage Maker
|
|
Summary: Comic strip maker
|
|
Description: |-
|
|
See the [https://github.com/tmarki/android-rage-maker/blob/wiki/readme.md
|
|
README] about usage.
|
|
|
|
* Flexible number of panels (1-20)
|
|
* Pan and zoom the comic canvas, as well as image elements
|
|
* Undo and redo your moves
|
|
* Different text styles and sizes
|
|
* Save and share your creations
|
|
* Use drafts to save comics in progress
|
|
* Draw straight lines or free curves with different brush sizes and colors
|
|
* Keyboard shortcuts
|
|
* Over 200 built-in rage/meme faces
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/tmarki/android-rage-maker
|
|
|
|
Builds:
|
|
- versionName: 1.5.4
|
|
versionCode: 33
|
|
commit: 320cd3606747
|
|
srclibs:
|
|
- MobAdMob@2d5736
|
|
- FinfAgent@v0.1
|
|
prebuild:
|
|
- echo "android.library.reference.1=$$FinfAgent$$" >> project.properties
|
|
- echo "android.library.reference.2=$$MobAdMob$$" >> project.properties
|
|
|
|
MaintainerNotes: |-
|
|
Commits seem to have little connection to versions. Currently there is a 1.5.6
|
|
on Google Play, no source code, and a 1.5.5 in git that materially changes
|
|
nothing since 1.5.4.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 1.5.4
|
|
CurrentVersionCode: 33
|