fdroiddata/metadata/net.vivekiyer.GAL.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

50 lines
1.4 KiB
YAML

Categories:
- System
License: Apache-2.0
WebSite: https://code.google.com/p/corporateaddressbook
SourceCode: https://code.google.com/p/corporateaddressbook/source
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vivekiyer%40gmail%2ecom&item_name=Donate%20to%20CorporateAddressBook
AutoName: Corporate Addressbook
Summary: Lookup Exchange GAL for contacts
Description: |-
The Global Address List (GAL) lookup available in Android is limited in
functionality. It only looks up the email address and does not provide other
information that is available in the GAL. This application looks up the GAL and
returns ALL data that is available on the Exchange server for the query.
RepoType: git-svn
Repo: https://corporateaddressbook.googlecode.com/svn;trunk=trunk/eclair_and_above;tags=tags
Builds:
- versionName: 1.3.0
versionCode: 14
commit: '138'
prebuild: mv lib libs
- versionName: 2.0.1
versionCode: 17
commit: 2.0.1_post
androidupdate:
- .
- third_party/devoquickaction
- versionName: 2.0.6
versionCode: 23
commit: 2.0.6
androidupdate:
- .
- third_party/devoquickaction
- versionName: 2.0.7
versionCode: 24
commit: 2.0.7
androidupdate:
- .
- third_party/devoquickaction
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 2.0.7
CurrentVersionCode: 24