UnifiedNlp: Make lint happy.

This commit is contained in:
Boris Kraut 2015-01-03 18:44:24 +01:00
parent 79ba8cd3e7
commit 1ad9f2000f
4 changed files with 15 additions and 16 deletions

View file

@ -1,26 +1,25 @@
Categories:Navigation Categories:Navigation
License:Apache2 License:Apache2
Web Site:https://github.com/microg/android_packages_apps_UnifiedNlp/ Web Site:https://github.com/microg
Source Code:https://github.com/microg/android_packages_apps_UnifiedNlp/ Source Code:https://github.com/microg/android_packages_apps_UnifiedNlp/
Issue Tracker:https://github.com/microg/android_packages_apps_UnifiedNlp//issues Issue Tracker:https://github.com/microg/android_packages_apps_UnifiedNlp//issues
Summary:UnifiedNlp Summary:Location provider middleware (UnifiedNlp)
Description: Description:
Network location provider, based on plugins (backends) Most modern ROMs come with support for non-Google geolocation providers.
Most modern ROMs come with support for non-Google geolocation providers. On On these systems UnifiedNlp can be installed as a user app to replace
these systems UnifiedNlp can be installed as a user app. the network location provider. It acts as a middleware for various plugins
aka backends, it does not provide any location lookup itself.
UnifiedNlp alone does not provide any features, but acts as a middleware for
multiple backends.
List of backends for geolocation: List of backends for geolocation:
[[org.microg.nlp.backend.apple]] backend that uses Apple's service to resolve wifi locations * [[org.microg.nlp.backend.apple]] backend that uses Apple's service to resolve wifi locations
[[org.microg.nlp.backend.openwlanmap]] backend that uses OpenWlanMap.org to resolve user location. * [[org.microg.nlp.backend.openwlanmap]] backend that uses OpenWlanMap.org to resolve user location.
[[org.gfd.gsmlocation]] Local opencellid based location provider backend * [[org.gfd.gsmlocation]] Local opencellid based location provider backend
[[org.fitchfamily.android.gsmlocation]] Local location provider for gsm cells with separate database file (lacells.db) * [[org.fitchfamily.android.gsmlocation]] Local location provider for gsm cells with separate database file (lacells.db)
[[org.fitchfamily.android.wifi_backend]] Local location provider for WiFi APs using on-phone generated database. * [[org.fitchfamily.android.wifi_backend]] Local location provider for WiFi APs using on-phone generated database.
List of backends for (reverse) geocoding: List of backends for (reverse) geocoding:
[[org.microg.nlp.backend.nominatim]] * [[org.microg.nlp.backend.nominatim]]
After installing a backend, you can use UnifiedNlp by activating network-based After installing a backend, you can use UnifiedNlp by activating network-based
geolocation in Settings->Location. Since KitKat, you need to select any mode geolocation in Settings->Location. Since KitKat, you need to select any mode

View file

@ -8,7 +8,7 @@ Name:LocalGsmNlpBackend
Auto Name:GSM Location Backend Auto Name:GSM Location Backend
Summary:UnifiedNlp location provider (local GSM database) Summary:UnifiedNlp location provider (local GSM database)
Description: Description:
[[com.google.android.gms]] backend that uses local GSM data to resolve user [[com.google.android.gms]] backend that uses local GSM data to resolve user
location. location.
A facility in the setting menu allows you to create a database using data from A facility in the setting menu allows you to create a database using data from

View file

@ -8,7 +8,7 @@ Name:LocalWifiNlpBackend
Auto Name:WiFi Backend Auto Name:WiFi Backend
Summary:UnifiedNlp location provider (local WiFi database) Summary:UnifiedNlp location provider (local WiFi database)
Description: Description:
[[com.google.android.gms]] backend that uses locally acquired WiFi AP data to [[com.google.android.gms]] backend that uses locally acquired WiFi AP data to
resolve user location. resolve user location.
This backend consists of two parts sharing a common database. One part This backend consists of two parts sharing a common database. One part

View file

@ -8,7 +8,7 @@ Name:NominatimNlpBackend
Auto Name:NominatimGeocoderBackend Auto Name:NominatimGeocoderBackend
Summary:UnifiedNlp geocoding provider (MapQuest Nominatim) Summary:UnifiedNlp geocoding provider (MapQuest Nominatim)
Description: Description:
[[com.google.android.gms]] backend that uses MapQuest's Nominatim service [[com.google.android.gms]] backend that uses MapQuest's Nominatim service
(based on OpenStreeMap) for geocoding. (based on OpenStreeMap) for geocoding.
. .