135 lines
3.8 KiB
YAML
135 lines
3.8 KiB
YAML
Categories:
|
|
- Navigation
|
|
License: Apache-2.0
|
|
AuthorName: microG Project
|
|
AuthorWebSite: https://microg.org/
|
|
WebSite: https://github.com/microg
|
|
SourceCode: https://github.com/microg/android_packages_apps_UnifiedNlp
|
|
IssueTracker: https://github.com/microg/android_packages_apps_UnifiedNlp/issues
|
|
Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases
|
|
|
|
Name: UnifiedNlp (GAPPS)
|
|
AutoName: microG UnifiedNlp
|
|
Description: |-
|
|
Most modern ROMs come with support for non-Google geolocation providers. On
|
|
these systems UnifiedNlp can be installed as a user app to replace the network
|
|
location provider. It acts as a middleware for various plugins aka backends, it
|
|
does not provide any location lookup itself. For further information please
|
|
refer to the [[com.google.android.gms]] package and the
|
|
[https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md
|
|
README].
|
|
|
|
To be able to use this package, you will either need the
|
|
[https://repo.xposed.info/module/de.r3w6.xposedunifiednlp XposedUnifiedNlp
|
|
module], or your custom ROM must have org.microg.nlp added to the list of
|
|
network location services, otherwise [[com.google.android.gms]] would be more
|
|
suitable for you (provided that you do not have GAPPS installed on your system).
|
|
|
|
After installing you have to reboot your device, install a backend service and
|
|
activate/configure it in the app settings. After this you can use UnifiedNlp by
|
|
activating network-based geolocation from Settings -> Location: You need to
|
|
select any mode but "device only".
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/microg/android_packages_apps_UnifiedNlp/
|
|
|
|
Builds:
|
|
- versionName: 1.2.2
|
|
versionCode: 1202
|
|
commit: v1.2.2
|
|
submodules: true
|
|
gradle:
|
|
- UnifiedNlp
|
|
|
|
- versionName: 1.3.0
|
|
versionCode: 1300
|
|
commit: v1.3.0
|
|
submodules: true
|
|
gradle:
|
|
- UnifiedNlp
|
|
|
|
- versionName: 1.3.1
|
|
versionCode: 10301
|
|
commit: 4ee1acc7385bc592506ac632d7a87c08372e345e
|
|
submodules: true
|
|
gradle:
|
|
- UnifiedNlp
|
|
|
|
- versionName: 1.4.0
|
|
versionCode: 10400
|
|
commit: v1.4.0
|
|
subdir: unifiednlp-app
|
|
submodules: true
|
|
gradle:
|
|
- UnifiedNlp
|
|
prebuild:
|
|
- pushd ..
|
|
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
|
|
- popd
|
|
|
|
- versionName: v1.6.2-dirty
|
|
versionCode: 20142
|
|
commit: v1.6.2
|
|
subdir: unifiednlp-app
|
|
submodules: true
|
|
gradle:
|
|
- UnifiedNlp
|
|
prebuild:
|
|
- pushd ..
|
|
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
|
|
- popd
|
|
|
|
- versionName: 1.6.5
|
|
versionCode: 20160
|
|
commit: v1.6.5
|
|
subdir: unifiednlp-app
|
|
submodules: true
|
|
gradle:
|
|
- UnifiedNlp
|
|
prebuild:
|
|
- pushd ..
|
|
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
|
|
- popd
|
|
|
|
- versionName: 1.6.6
|
|
versionCode: 20161
|
|
commit: v1.6.6
|
|
subdir: unifiednlp-app
|
|
submodules: true
|
|
gradle:
|
|
- UnifiedNlp
|
|
prebuild:
|
|
- pushd ..
|
|
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
|
|
- popd
|
|
|
|
- versionName: 1.6.7
|
|
versionCode: 20170
|
|
commit: v1.6.7
|
|
subdir: unifiednlp-app
|
|
submodules: true
|
|
gradle:
|
|
- UnifiedNlp
|
|
prebuild:
|
|
- pushd ..
|
|
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
|
|
- popd
|
|
|
|
- versionName: 1.6.8
|
|
versionCode: 20187
|
|
commit: v1.6.8
|
|
subdir: unifiednlp-app
|
|
submodules: true
|
|
gradle:
|
|
- UnifiedNlp
|
|
prebuild:
|
|
- pushd ..
|
|
- find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d'
|
|
- popd
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckName: org.microg.nlp.app
|
|
CurrentVersion: 1.6.8
|
|
CurrentVersionCode: 20187
|