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 ```
28 lines
792 B
YAML
28 lines
792 B
YAML
Categories:
|
|
- Theming
|
|
License: GPL-3.0-only
|
|
WebSite: https://code.google.com/p/android-recent-widget
|
|
SourceCode: https://code.google.com/p/android-recent-widget/source
|
|
|
|
AutoName: Recent Contacts Widget
|
|
Summary: Access contact info quickly
|
|
Description: |-
|
|
This widget aims to provide a concise view of the last contacts you interacted
|
|
with. In other words, it aggregates the call log and the sms/mms received and
|
|
displays them right on your Android home.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://android-recent-widget.googlecode.com/svn/trunk/RecentWidget
|
|
|
|
Builds:
|
|
- versionName: 0.4.4
|
|
versionCode: 6
|
|
commit: '83'
|
|
forceversion: true
|
|
target: android-7
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 0.4.4 [direct call, bugfixes ...]
|
|
CurrentVersionCode: 6
|