fdroiddata/metadata/com.bmpak.anagramsolver.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

46 lines
1.3 KiB
YAML

Categories:
- Reading
License: MIT
WebSite: https://charbgr.github.io/Anagram-Solver
SourceCode: https://github.com/charbgr/Anagram-Solver
IssueTracker: https://github.com/charbgr/Anagram-Solver/issues
AutoName: Anagram Solver
Summary: Find anagrams for a given word
Description: |-
Find anagrams for any given word INSTANTLY!
A word or phrase formed by reordering the letters of another word or phrase,
such as "garden" to "danger", is called an anagram. One word anagrams (where a
single word is anagrammed into another single word) are sometimes referred to by
wordplay specialists as transpositions. For example, "listen" is a transposition
of "silent".
You can type a regular or a scrambled word and see all the possible
combinations. Come up with a word and let the app find all the possible
anagrams. Browsing through random anagrams is a fun option! You can also use the
app as a spelling dictionary.
Languages:
* English
* Greek
* French
* German
RepoType: git
Repo: https://github.com/charbgr/Anagram-Solver
Builds:
- versionName: '2.1'
versionCode: 20
commit: 454aaf80b63dd6a7a6618fe2556f246d17073c10
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2.1'
CurrentVersionCode: 20