microG/UnifiedNlp backend that uses Baidu Location API to resolve locations
Go to file
2020-01-21 16:08:31 +08:00
gradle/wrapper Use gradle-4.8-bin.zip instead 2019-11-04 22:08:17 +08:00
libs Revert "Use javalibs instead and will lost indoor mode" 2019-11-13 20:34:29 +08:00
src/main Allow android backup 2020-01-21 16:08:31 +08:00
.gitignore Adjust location option 2019-11-02 21:12:27 +08:00
.travis.yml Initial project 2019-10-30 11:26:29 +08:00
build.gradle gradle: Remove workaround comments for F-Droid 2019-11-13 20:52:32 +08:00
gradlew Initial project 2019-10-30 11:26:29 +08:00
gradlew.bat Initial project 2019-10-30 11:26:29 +08:00
LICENSE Add LICENSE and README 2019-11-03 21:48:45 +08:00
README.org readme: Update IzzyOnDroid links 2019-11-30 10:09:11 +08:00

https://img.shields.io/badge/License-GPL%20v3-blue.svg

Description: Baidu UnifiedNlp Backend, the microG/UnifiedNlp backend that uses Baidu Location API to resolve locations, which is a popular location service in China.

Features

  • Support offline location
  • Support indoor mode

Install

Download in Gitlab Tags Page or install from IzzyOnDroid F-Droid Repository.

Building

  1. Create and fiill keystore information in gradle.properties

    RELEASE_STORE_FILE=../my-release.keystore
    RELEASE_KEY_ALIAS=name
    RELEASE_STORE_PASSWORD=password
    RELEASE_KEY_PASSWORD=password
    
  2. Build with gradle

    ./gradlew assembleRelease

License

GNU General Public License, Version 3.0+