From 50b088e8e268f6d76c5226c526db9595debd6775 Mon Sep 17 00:00:00 2001 From: Deve Date: Sat, 19 Dec 2020 10:00:58 +0100 Subject: [PATCH] Update Local-GSM-Backend app This apk doesn't work since over a month, because mozilla changed their URL that is used to download their database and the application is useless without database, see https://github.com/n76/Local-GSM-Backend/issues/132 And from what you can read eg. in his readme file, the author is not interested in working on this app anymore and doesn't even use it. I recently updated the url myself, added a possibility to configure that url in settings and also made the app working on my dual sim phone. I think that I can maintain this app, because I'm going to use it in near future, so I need it working anyway. --- .../org.fitchfamily.android.gsmlocation.yml | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/metadata/org.fitchfamily.android.gsmlocation.yml b/metadata/org.fitchfamily.android.gsmlocation.yml index 34c1273155..cbf78da20e 100644 --- a/metadata/org.fitchfamily.android.gsmlocation.yml +++ b/metadata/org.fitchfamily.android.gsmlocation.yml @@ -1,12 +1,12 @@ Categories: - Navigation License: Apache-2.0 -AuthorName: n76 -AuthorEmail: retired_techie@fitchfamily.org -AuthorWebSite: https://retiredtechie.fitchfamily.org/ -SourceCode: https://github.com/n76/Local-GSM-Backend -IssueTracker: https://github.com/n76/Local-GSM-Backend/issues -Changelog: https://github.com/n76/Local-GSM-Backend/blob/HEAD/CHANGELOG.md +AuthorName: deveee +AuthorEmail: deveee@gmail.com +AuthorWebSite: https://gitlab.com/deveee +SourceCode: https://gitlab.com/deveee/Local-GSM-Backend +IssueTracker: https://gitlab.com/deveee/Local-GSM-Backend/-/issues +Changelog: https://gitlab.com/deveee/Local-GSM-Backend/-/blob/master/CHANGELOG.md Name: LocalGsmNlpBackend AutoName: GSM Location Service @@ -24,7 +24,7 @@ Description: |- the phone and no queries are made to a centralized AP location provider. RepoType: git -Repo: https://github.com/n76/Local-GSM-Backend +Repo: https://gitlab.com/deveee/Local-GSM-Backend.git Builds: - versionName: 0.5.4 @@ -408,7 +408,14 @@ Builds: - yes prebuild: sed -i -e '/mavenCentral/ajcenter()' build.gradle + - versionName: 1.4.23 + versionCode: 69 + commit: v1.4.23 + subdir: app + gradle: + - yes + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.4.22 -CurrentVersionCode: 68 +CurrentVersion: 1.4.23 +CurrentVersionCode: 69