From 977b699b63996fe94b0b9a7ec8a39f07dc15d351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Wed, 19 Mar 2014 18:39:32 +0200 Subject: [PATCH] Added UnifiedNlp Backend that uses Apple's service to resolve WiFi locations Added MapsAPI and wire-runtime to srclibs --- metadata/org.microg.nlp.backend.apple.txt | 28 +++++++++++++++++++++++ srclibs/MapsAPI.txt | 4 ++++ srclibs/wire-runtime.txt | 3 +++ 3 files changed, 35 insertions(+) create mode 100644 metadata/org.microg.nlp.backend.apple.txt create mode 100644 srclibs/MapsAPI.txt create mode 100644 srclibs/wire-runtime.txt diff --git a/metadata/org.microg.nlp.backend.apple.txt b/metadata/org.microg.nlp.backend.apple.txt new file mode 100644 index 0000000000..02f89702c7 --- /dev/null +++ b/metadata/org.microg.nlp.backend.apple.txt @@ -0,0 +1,28 @@ +AntiFeatures:Tracking,NonFreeNet +Categories:Navigation +License:Apache2 +Web Site:https://github.com/microg/AppleWifiNlpBackend +Source Code:https://github.com/microg/AppleWifiNlpBackend +Issue Tracker:https://github.com/microg/AppleWifiNlpBackend/issues + +Summary:UnifiedNlp Backend that uses Apple's service to resolve WiFi locations +Description: +[https://github.com/microg/android_packages_apps_UnifiedNlp UnifiedNlp] Backend +that uses Apple's service to resolve WiFi locations. +Location calculation is done onboard and wifi locations are cached to minimize data usage. +. + +Repo Type:git +Repo:https://github.com/microg/AppleWifiNlpBackend.git + +Build:1.0.0,1000 + commit=v1.0.0 + target=android-19 + srclibs=1:UnifiedNlpApi@v1.0.0,wire-runtime@wire-1.2.0,MapsAPI@v0.5 + prebuild=cp -a $$wire-runtime$$/src/main/java/* $$MapsAPI$$/src/* src/ + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.0.0 +Current Version Code:1000 + diff --git a/srclibs/MapsAPI.txt b/srclibs/MapsAPI.txt new file mode 100644 index 0000000000..b13964a80e --- /dev/null +++ b/srclibs/MapsAPI.txt @@ -0,0 +1,4 @@ +Repo Type:git +Repo:https://github.com/mar-v-in/MapsAPI.git +Subdir:com.google.android.maps + diff --git a/srclibs/wire-runtime.txt b/srclibs/wire-runtime.txt new file mode 100644 index 0000000000..b775de38b4 --- /dev/null +++ b/srclibs/wire-runtime.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:https://github.com/square/wire.git +Subdir:wire-runtime