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 ```
26 lines
639 B
YAML
26 lines
639 B
YAML
Categories:
|
|
- Phone & SMS
|
|
License: Apache-2.0
|
|
WebSite: https://bitbucket.org/dnaq/dialer2
|
|
SourceCode: https://bitbucket.org/dnaq/dialer2/src
|
|
IssueTracker: https://bitbucket.org/dnaq/dialer2/issues
|
|
|
|
AutoName: Dialer2
|
|
Summary: Clean T9-like dialer
|
|
Description: |-
|
|
A clean T9-dialer inspired by the HTC Sense Dialer in functionality, but with
|
|
other design. Speed and clean design are the main goals of this Dialer.
|
|
|
|
RepoType: hg
|
|
Repo: https://bitbucket.org/dnaq/dialer2
|
|
|
|
Builds:
|
|
- versionName: '2.90'
|
|
versionCode: 17
|
|
commit: '2.90'
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '2.90'
|
|
CurrentVersionCode: 17
|