Merge branch 'master' into 'master'

Adding OI Safe

I have an attempt to add the OI Safe application. Note that the properitary MyBackup jar is being removed in the prebuild step. Not sure if this is the correct way of handling it. Also a new version of the OI distribution was used.
This commit is contained in:
Ciaran Gultnieks 2014-05-20 09:18:52 +00:00
commit 6cd4ed192d
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,31 @@
Categories:Office
License:Apache2
Web Site:https://github.com/openintents/safe
Source Code:https://github.com/openintents/safe
Issue Tracker:https://github.com/openintents/safe/issues
Donate:http://www.openintents.org/en/contribute
Summary:Password and private data manager
Description:
OI Safe safely protects all of your passwords and other private data using industry standard AES
encryption.
.
Repo Type:git
Repo:https://github.com/openintents/safe.git
Build:1.4.2-alpha,30
commit=98d34f1904
subdir=Safe
target=android-16
srclibs=OIgit@c29806d720
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 && \
$$SDK$$/tools/android update project -p $$OI$$/distribution/DistributionLibrary -t android-15 && \
rm libs/OISafeMyBackupPro.jar && \
rm -rf ../SafeDemo ../icons ../promotion ../SafeTest
Auto Update Mode:None
Update Check Mode:Tags

3
srclibs/OIgit.txt Normal file
View file

@ -0,0 +1,3 @@
Repo Type:git
Repo:https://github.com/openintents/distribution.git