Added UnifiedNlp Backend that uses Apple's service to resolve WiFi locations
Added MapsAPI and wire-runtime to srclibs
This commit is contained in:
parent
038e4fff99
commit
977b699b63
28
metadata/org.microg.nlp.backend.apple.txt
Normal file
28
metadata/org.microg.nlp.backend.apple.txt
Normal file
|
@ -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
|
||||
|
4
srclibs/MapsAPI.txt
Normal file
4
srclibs/MapsAPI.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/mar-v-in/MapsAPI.git
|
||||
Subdir:com.google.android.maps
|
||||
|
3
srclibs/wire-runtime.txt
Normal file
3
srclibs/wire-runtime.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/square/wire.git
|
||||
Subdir:wire-runtime
|
Loading…
Reference in a new issue