forked from microg/IchnaeaNlpBackend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# SPDX-FileCopyrightText: 2024, Joel Koen | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
name: Build release | ||
on: | ||
workflow_dispatch: | ||
push: | ||
tags: | ||
- v* | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- run: | | ||
echo "$SIGNING_KEYSTORE" | base64 -d > release.jks | ||
./gradlew --no-daemon assembleRelease | ||
env: | ||
SIGNING_KEYSTORE: ${{ secrets.SIGNING_KEYSTORE }} | ||
SIGNING_KEYSTORE_PASSWORD: ${{ secrets.SIGNING_KEYSTORE_PASSWORD }} | ||
SIGNING_ALIAS: ${{ secrets.SIGNING_ALIAS }} | ||
SIGNING_ALIAS_PASSWORD: ${{ secrets.SIGNING_ALIAS_PASSWORD }} | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: release-apk | ||
path: build/outputs/apk/release/beacondb-unifiednlp-release.apk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,5 @@ user.gradle | |
local.properties | ||
.idea/ | ||
BuildConfig.java | ||
release/ | ||
release.jks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
|
||
Files: src/main/res/mipmap-*/*.png | ||
Copyright: 2024 beaconDB | ||
Copyright: 2024 Joel Koen | ||
License: CC-BY-3.0 | ||
|
||
Files: src/main/ic_launcher-playstore.png | ||
Copyright: 2024 beaconDB | ||
Copyright: 2024 Joel Koen | ||
License: CC-BY-3.0 | ||
|
||
FIles: fastlane/metadata/**/*.txt | ||
Copyright: 2024 Joel Koen | ||
License: CC0-1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<a href="https://f-droid.org/packages/com.google.android.gms">UnifiedNLP</a> | ||
backend that uses <a href="https://beacondb.net/">beaconDB</a> to resolve | ||
locations. The backend can also be configured to use a custom Ichnaea endpoint. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
UnifiedNLP backend for beaconDB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
beaconDB UnifiedNlp Backend |