159 lines
2.9 KiB
YAML
159 lines
2.9 KiB
YAML
Categories:
|
|
- Navigation
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/n76/DejaVu
|
|
IssueTracker: https://github.com/n76/DejaVu/issues
|
|
Changelog: https://github.com/n76/DejaVu/blob/HEAD/CHANGELOG.md
|
|
|
|
AutoName: Déjà Vu Location Service
|
|
Description: |-
|
|
UnifiedNlp backend that uses locally acquired WLAN/Wi-Fi AP and mobile/cellular
|
|
tower data to resolve user location. Collectively, “WLAN/WiFi and
|
|
mobile/cellular” signals will be called “RF emitters” below.
|
|
|
|
Conceptually, this backend consists of two parts sharing a common database. One
|
|
part passively monitors the GPS. If the GPS has acquired and has a good position
|
|
accuracy, then the coverage maps for RF emitters detected by the phone are
|
|
created and saved.
|
|
|
|
The other part is the actual location provider which uses the database to
|
|
estimate location when the GPS is not available.
|
|
|
|
This backend uses no network data. All data acquired by the phone stays on the
|
|
phone.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/n76/DejaVu
|
|
|
|
Builds:
|
|
- versionName: 1.0.2
|
|
versionCode: 2
|
|
commit: v1.0.2
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.3
|
|
versionCode: 3
|
|
commit: v1.0.3
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.4
|
|
versionCode: 4
|
|
commit: v1.0.4
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.6
|
|
versionCode: 6
|
|
commit: v1.0.6
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.7
|
|
versionCode: 7
|
|
commit: v1.0.7
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.8
|
|
versionCode: 8
|
|
commit: v1.0.8
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.0
|
|
versionCode: 9
|
|
commit: v1.1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.1
|
|
versionCode: 10
|
|
commit: v1.1.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.2
|
|
versionCode: 11
|
|
commit: v1.1.2
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.3
|
|
versionCode: 12
|
|
commit: v1.1.3
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.4
|
|
versionCode: 13
|
|
commit: v1.1.4
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.5
|
|
versionCode: 14
|
|
commit: v1.1.5
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.7
|
|
versionCode: 16
|
|
commit: v1.1.7
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.8
|
|
versionCode: 17
|
|
commit: v1.1.8
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.9
|
|
versionCode: 18
|
|
commit: v1.1.9
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.10
|
|
versionCode: 19
|
|
commit: v1.1.10
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.11
|
|
versionCode: 20
|
|
commit: v1.1.11
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.12
|
|
versionCode: 21
|
|
commit: v1.1.12
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.1.12
|
|
CurrentVersionCode: 21
|