Merge branch 'privileged-extension-ota' into 'master'

fix F-Droid Privileged Extension OTA ZIP build

This uses a new attempt to get _org.fdroid.fdroid.privileged.ota_ building, based on 
https://gitlab.com/fdroid/privileged-extension/merge_requests/11

It also includes two commits that are minor fixes (description and typo)

See merge request !1854
This commit is contained in:
est 2016-12-01 17:08:26 +00:00
commit ae4f1cbe91
3 changed files with 14 additions and 9 deletions

View file

@ -36,12 +36,12 @@ APK is called [[org.fdroid.fdroid.privileged]].
Repo Type:git Repo Type:git
Repo:https://gitlab.com/fdroid/privileged-extension.git Repo:https://gitlab.com/fdroid/privileged-extension.git
Build:0.2,2000 Build:0.2.1,2000
commit=0.2 commit=0.2.1
output=app/build/distributions/FDroidPrivilegedExtension-0.2.zip output=app/build/distributions/FDroidPrivilegedExtensionFromBinaries-0.2.1.zip
build=gradle updateZipRelease build=gradle assembleUpdateZipFromBinariesDebug
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.2 Current Version:0.2.1
Current Version Code:2000 Current Version Code:2000

View file

@ -38,7 +38,7 @@ Build:1.2,102001
popd && \ popd && \
cp $$JmDNS$$/target/*jar libs/ cp $$JmDNS$$/target/*jar libs/
Auto Update Mode:Version &v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.2 Current Version:1.2
Current Version Code:102001 Current Version Code:102001

View file

@ -5,10 +5,15 @@ Source Code:https://github.com/project-voodoo/simple_carrieriq_detector_app
Issue Tracker:https://github.com/project-voodoo/simple_carrieriq_detector_app/issues Issue Tracker:https://github.com/project-voodoo/simple_carrieriq_detector_app/issues
Auto Name:Voodoo CarrierIQ Detector Auto Name:Voodoo CarrierIQ Detector
Summary:Check for spyware on the device Summary:Check for Carrier IQ spyware on the device
Description: Description:
CarrierIQ is a diagnostics tool that is embedded in the firmware of some Android This is a naive app that tells if your phone seems to host CarrierIQ elements or
phones not. CarrierIQ is a diagnostics tool that comes embedded in the firmware of
some Android phones.
Some malware scanners are falsely reporting this as the AndroidOS/Qicsomos.A
trojan. That trojan requires the android.permission.SEND_SMS permission, this
app does not, so it cannot send SMS messages.
. .
Repo Type:git Repo Type:git