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 ```
51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
Categories:
|
|
- Security
|
|
License: Apache-2.0
|
|
WebSite: http://openintents.org/safe
|
|
SourceCode: https://github.com/openintents/safe
|
|
IssueTracker: https://github.com/openintents/safe/issues
|
|
Donate: http://www.openintents.org/contribute
|
|
Bitcoin: 16MJeiftw9LRuvqoSH18v16kYTeNx7wJSZ
|
|
|
|
AutoName: OI Safe
|
|
Summary: Password and private data manager
|
|
Description: |-
|
|
OI Safe safely protects all of your passwords and other private data using
|
|
industry standard AES encryption.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/openintents/safe.git
|
|
|
|
Builds:
|
|
- versionName: 1.4.2-alpha
|
|
versionCode: 30
|
|
commit: 98d34f1904
|
|
subdir: Safe
|
|
srclibs:
|
|
- OIgit@c29806d720
|
|
rm:
|
|
- Safe/libs/OISafeMyBackupPro.jar
|
|
- SafeDemo
|
|
- icons
|
|
- promotion
|
|
- SafeTest
|
|
prebuild:
|
|
- sed -i 's@\(.1=\).*@\1$$OIgit$$/DistributionLibrary@' project.properties
|
|
- sed -i 's@${source.base}/distribution@../$$OIgit$$@' $$OIgit$$/DistributionLibrary/build.xml
|
|
- sed -i 's@${source.base}/../../distribution@$$OIgit$$@' build.xml
|
|
- sed -i '/org.openintents.safe.backup.MyBackupPro/,/\/>/ d' AndroidManifest.xml
|
|
target: android-16
|
|
|
|
- versionName: 1.4.2
|
|
versionCode: 31
|
|
disable: unnecessary jars in libs/
|
|
commit: v1.4.2
|
|
subdir: Safe
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.4.3
|
|
CurrentVersionCode: 32
|