From cedd24812fea333ecf475b54ec7c0dee888d66fd 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: Tue, 18 Mar 2014 15:07:19 +0200 Subject: [PATCH 1/6] Added API for UnifiedNlp (Next generation NetworkLocationProvider, based on plugins) --- srclibs/UnifiedNlpApi.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 srclibs/UnifiedNlpApi.txt diff --git a/srclibs/UnifiedNlpApi.txt b/srclibs/UnifiedNlpApi.txt new file mode 100644 index 0000000000..85d4233e39 --- /dev/null +++ b/srclibs/UnifiedNlpApi.txt @@ -0,0 +1,4 @@ +Repo Type:git +Repo:https://github.com/microg/android_packages_apps_UnifiedNlp.git +Subdir:api +Prepare:echo "android.library=true" >> project.properties From 038e4fff990af6643ae179bf71a4afb9d7d0ad10 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: Tue, 18 Mar 2014 15:08:55 +0200 Subject: [PATCH 2/6] Added Local OpenCellID based location provider backend for UnifiedNlp --- metadata/org.gfd.gsmlocation.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/org.gfd.gsmlocation.txt diff --git a/metadata/org.gfd.gsmlocation.txt b/metadata/org.gfd.gsmlocation.txt new file mode 100644 index 0000000000..b052ffc35d --- /dev/null +++ b/metadata/org.gfd.gsmlocation.txt @@ -0,0 +1,31 @@ +Categories:Navigation +License:Apache2,CC-BY-SA +Web Site:https://github.com/rtreffer/LocalGSMLocationProvider +Source Code:https://github.com/rtreffer/LocalGSMLocationProvider +Issue Tracker:https://github.com/rtreffer/LocalGSMLocationProvider/issues + +Summary:Local OpenCellID based location provider backend for UnifiedNlp +Description: +[https://github.com/microg/android_packages_apps_UnifiedNlp UnifiedNlp] backend +that implements a cell-tower based lookup for your current location. It ships a +binary cell database extracted from [http://opencellid.org OpenCellID] +This "NetworkLocationProvider" works without network connectivity and will +never post your data anywhere. You are thus encouraged to help OpenCellID to +gather more cells in order to improve this project. +[[de.enaikoon.android.keypadmapper3]] can be used to gather cell information +for OpenCellID. +. + +Repo Type:git +Repo:https://github.com/rtreffer/LocalGSMLocationProvider.git + +Build:0.0.1.2 - alpha,12 + commit=e32ea96 + target=android-19 + srclibs=1:UnifiedNlpApi@v1.0.0 + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.0.1.2 - alpha +Current Version Code:12 + 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 3/6] 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 From 8a04bc49f561fe6ef56855bf61d884bcbbb9a782 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 19:19:33 +0200 Subject: [PATCH 4/6] Updated Local OpenCellID backend for UnifiedNlp to 0.0.1.3 (13) --- metadata/org.gfd.gsmlocation.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/metadata/org.gfd.gsmlocation.txt b/metadata/org.gfd.gsmlocation.txt index b052ffc35d..0c896080ee 100644 --- a/metadata/org.gfd.gsmlocation.txt +++ b/metadata/org.gfd.gsmlocation.txt @@ -4,6 +4,7 @@ Web Site:https://github.com/rtreffer/LocalGSMLocationProvider Source Code:https://github.com/rtreffer/LocalGSMLocationProvider Issue Tracker:https://github.com/rtreffer/LocalGSMLocationProvider/issues +Auto Name:GSMLocationBackend Summary:Local OpenCellID based location provider backend for UnifiedNlp Description: [https://github.com/microg/android_packages_apps_UnifiedNlp UnifiedNlp] backend @@ -24,8 +25,13 @@ Build:0.0.1.2 - alpha,12 target=android-19 srclibs=1:UnifiedNlpApi@v1.0.0 +Build:0.0.1.3,13 + commit=v0.0.1.3 + target=android-19 + srclibs=1:UnifiedNlpApi@v1.0.0 + Auto Update Mode:None Update Check Mode:Tags -Current Version:0.0.1.2 - alpha -Current Version Code:12 +Current Version:0.0.1.3 +Current Version Code:13 From ac29531d13ee941f0b96fbae66401223db4f7079 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 19:27:36 +0200 Subject: [PATCH 5/6] Fixed commit field for v0.0.1.2 --- metadata/org.gfd.gsmlocation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/org.gfd.gsmlocation.txt b/metadata/org.gfd.gsmlocation.txt index 0c896080ee..5492086bfe 100644 --- a/metadata/org.gfd.gsmlocation.txt +++ b/metadata/org.gfd.gsmlocation.txt @@ -21,7 +21,7 @@ Repo Type:git Repo:https://github.com/rtreffer/LocalGSMLocationProvider.git Build:0.0.1.2 - alpha,12 - commit=e32ea96 + commit=v0.0.1.2 target=android-19 srclibs=1:UnifiedNlpApi@v1.0.0 From 913e9c7d19c808f0cbfe4cde1cba64e7aa2dc4b0 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: Fri, 21 Mar 2014 08:26:27 +0200 Subject: [PATCH 6/6] Added build for DuckDuckGo 2.1.3 (54) --- metadata/com.duckduckgo.mobile.android.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/metadata/com.duckduckgo.mobile.android.txt b/metadata/com.duckduckgo.mobile.android.txt index dd633664fe..e4060d153e 100644 --- a/metadata/com.duckduckgo.mobile.android.txt +++ b/metadata/com.duckduckgo.mobile.android.txt @@ -27,6 +27,10 @@ Build:2.1.2,53 commit=v2.1.2 submodules=yes +Build:2.1.3,54 + commit=v2.1.3 + submodules=yes + Auto Update Mode:None Update Check Mode:Tags Current Version:2.1.3