From 0563fd26c2df838c35014558bcf9d838edcc4c1f Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Mon, 14 Jul 2014 01:37:50 +0200 Subject: [PATCH] AIMSICD: Initial metadata (disabled) --- metadata/com.SecUpwN.AIMSICD.txt | 32 ++++++++++++++++++++++++++++++++ srclibs/OpenCSV.txt | 2 ++ 2 files changed, 34 insertions(+) create mode 100644 metadata/com.SecUpwN.AIMSICD.txt create mode 100644 srclibs/OpenCSV.txt diff --git a/metadata/com.SecUpwN.AIMSICD.txt b/metadata/com.SecUpwN.AIMSICD.txt new file mode 100644 index 0000000000..c6d94356b7 --- /dev/null +++ b/metadata/com.SecUpwN.AIMSICD.txt @@ -0,0 +1,32 @@ +Categories:System +License:GPLv3+ +Web Site:https://secupwn.github.io/Android-IMSI-Catcher-Detector/ +Source Code:https://github.com/SecUpwN/Android-IMSI-Catcher-Detector +Issue Tracker:https://github.com/SecUpwN/Android-IMSI-Catcher-Detector/issues +Donate:https://secupwn.github.io/Android-IMSI-Catcher-Detector/ + +Auto Name:Android IMSI-Catcher Detector +Summary:Detect and avoid fake base stations +Description: +Detect and (hopefully one day) avoid fake base stations (IMSI-Catchers) in +GSM/UMTS Networks. Please visit the website for detailed information. +. + +Repo Type:git +Repo:https://github.com/SecUpwN/Android-IMSI-Catcher-Detector.git + +Build:0.1.22,22 + disable=prerelease and google play services + commit=v0.1.23-alpha + subdir=app + gradle=yes + rm=app/libs/opencsv-2.3.jar + srclibs=OpenCSV@91bf7f3b51ca + prebuild=sed -i -e 's@runProguard true@runProguard false@g' build.gradle && \ + pushd $$OpenCSV$$ && echo $$MVN3$$ package && popd && cp -fR $$OpenCSV$$/target/classes.jar libs/ + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.1.22 +Current Version Code:22 + diff --git a/srclibs/OpenCSV.txt b/srclibs/OpenCSV.txt new file mode 100644 index 0000000000..26a1cbfad0 --- /dev/null +++ b/srclibs/OpenCSV.txt @@ -0,0 +1,2 @@ +Repo Type:hg +Repo:https://code.google.com/p/opencsv/