Compare commits
1
Commits
main
..
cfb81b4ca3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cfb81b4ca3 |
@@ -40,11 +40,6 @@ jobs:
|
|||||||
gpg -d --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" --batch keystore.asc > app/keystore.properties
|
gpg -d --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" --batch keystore.asc > app/keystore.properties
|
||||||
gpg -d --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" --batch key.asc > app/key.jks
|
gpg -d --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSWORD }}" --batch key.asc > app/key.jks
|
||||||
|
|
||||||
- name: Generate Dynamic Release Notes
|
|
||||||
run: |
|
|
||||||
mkdir -p tmp/whatsnew
|
|
||||||
echo "Various improvements for you to experience..." > tmp/whatsnew/whatsnew-en-US
|
|
||||||
|
|
||||||
- name: create and checkout branch
|
- name: create and checkout branch
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
env:
|
env:
|
||||||
@@ -74,9 +69,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
VERSION_NAME="${VERSION_BASE}"
|
VERSION_NAME="${VERSION_BASE}"
|
||||||
fi
|
fi
|
||||||
./gradlew bundleSignedRelease assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
|
./gradlew assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
|
||||||
# ./gradlew assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
|
|
||||||
# ./gradlew bundleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
|
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
@@ -97,13 +90,3 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "true"
|
echo "true"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload to Google Play
|
|
||||||
uses: r0adkll/upload-google-play@v1
|
|
||||||
with:
|
|
||||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
|
||||||
packageName: net.helcel.fidelity
|
|
||||||
releaseFiles: app/build/outputs/bundle/signedRelease/app-signedRelease.aab
|
|
||||||
tracks: ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'alpha' }}
|
|
||||||
status: completed
|
|
||||||
whatsNewDirectory: tmp/whatsnew
|
|
||||||
|
|||||||
-77
@@ -1,77 +0,0 @@
|
|||||||
# Privacy Policy for Keepass Fidelity
|
|
||||||
|
|
||||||
**App:** Keepass Fidelity (`net.helcel.fidelity`)
|
|
||||||
**Developer:** Helcel
|
|
||||||
**Effective date:** 19 September 2026
|
|
||||||
|
|
||||||
## What we collect
|
|
||||||
|
|
||||||
Nothing. We operate no servers and receive no data from the app. Keepass
|
|
||||||
Fidelity has no internet access, no account, and contains no analytics,
|
|
||||||
advertising, or tracking libraries.
|
|
||||||
|
|
||||||
## Your data
|
|
||||||
|
|
||||||
Your loyalty cards (names and barcodes) are stored in the
|
|
||||||
KeePass database you choose, not in a separate store controlled by us:
|
|
||||||
|
|
||||||
- **Standalone mode:** the app opens a `.kdbx` file you select, using the
|
|
||||||
bundled KeePassDX engine. The file stays where you put it, encrypted by
|
|
||||||
KeePass with your password or key file.
|
|
||||||
- **Keepass2Android plugin mode:** entries are read and created through the
|
|
||||||
Keepass2Android app installed on your device. That app holds the database and
|
|
||||||
its own privacy policy applies to it.
|
|
||||||
|
|
||||||
Your database password is used only to unlock your database on the device. It is
|
|
||||||
never stored anywhere by us and never leaves your device.
|
|
||||||
|
|
||||||
If your database file is kept in a folder synchronised by another app or cloud
|
|
||||||
service, that service handles the file under its own privacy policy.
|
|
||||||
|
|
||||||
## On-device cache
|
|
||||||
|
|
||||||
For quick access, the app keeps a recently-used history and may cache entry data
|
|
||||||
in its private storage. You can mark individual entries to be excluded from
|
|
||||||
caching, and the cache can be cleared from the app or by clearing the app's data
|
|
||||||
in Android Settings.
|
|
||||||
|
|
||||||
## Permissions
|
|
||||||
|
|
||||||
- `CAMERA` — scanning a barcode to create an entry. Camera frames are processed
|
|
||||||
on the device and are not stored or transmitted.
|
|
||||||
- `READ_MEDIA_VISUAL_USER_SELECTED` — reading a barcode from an image you
|
|
||||||
explicitly select. Only the images you pick are accessed, and only while
|
|
||||||
importing.
|
|
||||||
|
|
||||||
## Retention and deletion
|
|
||||||
|
|
||||||
Cached data and history remain until you clear them or uninstall the app.
|
|
||||||
Uninstalling does not delete your KeePass database, which is your own file:
|
|
||||||
delete it yourself, or remove entries through the app or any KeePass client.
|
|
||||||
|
|
||||||
## Children
|
|
||||||
|
|
||||||
Keepass Fidelity is suitable for all ages and collects no data from any user,
|
|
||||||
including children.
|
|
||||||
|
|
||||||
## Security
|
|
||||||
|
|
||||||
Your cards are protected by KeePass encryption, which depends on the strength of
|
|
||||||
the password or key file you choose. On-device cache and history are held in the
|
|
||||||
app's private storage, protected by the Android sandbox.
|
|
||||||
|
|
||||||
## Open source
|
|
||||||
|
|
||||||
Keepass Fidelity is released into the public domain under the Unlicense. The
|
|
||||||
full source is available at https://github.com/helcel-net/keepass-fidelity, so
|
|
||||||
these statements can be independently verified.
|
|
||||||
|
|
||||||
## Changes
|
|
||||||
|
|
||||||
Any change affecting privacy will be published in this document before or with
|
|
||||||
the release that introduces it.
|
|
||||||
|
|
||||||
## Contact
|
|
||||||
|
|
||||||
Email: net.helcel+privacy@google.com
|
|
||||||
Issues: https://github.com/helcel-net/keepass-fidelity/issues
|
|
||||||
+1
-1
@@ -150,7 +150,7 @@ dependencies {
|
|||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testImplementation 'io.mockk:mockk:1.14.11'
|
testImplementation 'io.mockk:mockk:1.14.11'
|
||||||
testImplementation 'org.robolectric:robolectric:4.17'
|
testImplementation 'org.robolectric:robolectric:4.16.1'
|
||||||
testImplementation 'androidx.test:core:1.7.0'
|
testImplementation 'androidx.test:core:1.7.0'
|
||||||
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0'
|
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0'
|
||||||
testImplementation 'androidx.compose.ui:ui-test-junit4'
|
testImplementation 'androidx.compose.ui:ui-test-junit4'
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
CUE6FCSBR6JIAAAAAAAAAAAAAA
|
|
||||||
+1
-1
@@ -7,7 +7,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '9.4.1' apply false
|
id 'com.android.application' version '9.4.0' apply false
|
||||||
id 'com.android.library' version '9.3.2' apply false
|
id 'com.android.library' version '9.3.2' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
|
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
|
||||||
id 'com.autonomousapps.dependency-analysis' version '3.13.0' apply true
|
id 'com.autonomousapps.dependency-analysis' version '3.13.0' apply true
|
||||||
|
|||||||
Reference in New Issue
Block a user