Compare commits
12
Commits
b85935e6a2
..
1.7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d72efea9bf | ||
|
|
70e105e14e
|
||
|
|
3360acb411 | ||
|
|
bae70f15dc | ||
|
|
b827dd5c72 | ||
|
|
d60ab8ed60 | ||
|
|
29bb87484a | ||
|
|
2aa652daf9 | ||
|
|
187161d375 | ||
|
|
eca1de29c7 | ||
|
|
a27f0453cf | ||
|
|
7dac6427a0 |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
@@ -34,6 +34,10 @@ jobs:
|
||||
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
|
||||
|
||||
- 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
|
||||
if: github.event_name == 'pull_request'
|
||||
@@ -89,9 +93,11 @@ jobs:
|
||||
|
||||
- name: Upload to Google Play
|
||||
uses: r0adkll/upload-google-play@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
packageName: net.helcel.beans
|
||||
releaseFiles: app/build/outputs/bundle/signedRelease/app-signedRelease.aab
|
||||
tracks: 'internal' # ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'beta' }}
|
||||
tracks: 'alpha' # ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'alpha' }}
|
||||
status: completed
|
||||
whatsNewDirectory: tmp/whatsnew
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
# Privacy Policy for Beans
|
||||
|
||||
**App:** Beans (`net.helcel.beans`)
|
||||
**Developer:** Helcel & MYDOLI
|
||||
**Effective date:** 19 September 2026
|
||||
|
||||
## Data collection
|
||||
|
||||
Beans does not collect, transmit, or share any personal or sensitive user data.
|
||||
The app requests no Android permissions, has no internet access, contains no
|
||||
analytics, advertising, or crash-reporting libraries, and requires no account.
|
||||
|
||||
## Data stored on your device
|
||||
|
||||
The places you mark, their labels and colours, and your display preferences are
|
||||
saved only in the app's private storage on your device. This data is never sent
|
||||
to us or to any third party.
|
||||
|
||||
If Android's system backup is enabled on your device, your operating system may
|
||||
include this data in your device backup. That is handled by Android under your
|
||||
device vendor's privacy policy, not by Beans.
|
||||
|
||||
## Data sharing
|
||||
|
||||
None. No data leaves your device, so there is nothing to share, sell, or
|
||||
disclose to third parties.
|
||||
|
||||
## Data retention and deletion
|
||||
|
||||
Your data remains on your device until you delete it. Clearing the app's data
|
||||
in Android Settings, or uninstalling Beans, permanently removes everything the
|
||||
app has stored.
|
||||
|
||||
## Children
|
||||
|
||||
Beans is suitable for all ages and collects no data from any user, including
|
||||
children.
|
||||
|
||||
## Security
|
||||
|
||||
Because no data is transmitted or stored on any server, there is no remote data
|
||||
to secure. On-device data is protected by Android's app sandbox.
|
||||
|
||||
## Open source
|
||||
|
||||
Beans is released under the GNU General Public License v3.0. The full source is
|
||||
available at https://github.com/helcel-net/beans, 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
|
||||
|
||||
<!-- TODO: Play requires a working contact address here -->
|
||||
Email: net.helcel+privacy@gmail.com
|
||||
Issues: https://github.com/helcel-net/beans/issues
|
||||
@@ -41,17 +41,23 @@
|
||||
## 📳 Installation
|
||||
|
||||
<div style="display: flex; justify-content: center; align-items: center; flex-direction: row;">
|
||||
<!--<a href="https://f-droid.org/packages/net.helcel.beans/">
|
||||
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" width="206">
|
||||
</a>-->
|
||||
<a href="https://apt.izzysoft.de/fdroid/index/apk/net.helcel.beans">
|
||||
<img width="200" height="80" alt="Izzy Download" src=".github/images/izzy.png">
|
||||
</a>
|
||||
<a href="https://github.com/helcel-net/beans/releases/latest">
|
||||
<img width="200" height="84" alt="APK Download" src=".github/images/apk.png">
|
||||
</a>
|
||||
<a future-href="https://f-droid.org/en/packages/net.helcel.beans">
|
||||
<img width="200" height="84" alt="Fdroid Download" src=".github/images/fdroid.png">
|
||||
</a>
|
||||
<a href="https://play.google.com/store/apps/details?id=net.helcel.beans">
|
||||
<img width="200" height="84" alt="GooglePlay Download" src=".github/images/playstore.png">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Note:
|
||||
- Fdroid: requested, see https://gitlab.com/fdroid/rfp/-/work_items/4410
|
||||
- PlayStore: alpha test restriction by Google. To access, join https://groups.google.com/g/helcel-android-test
|
||||
|
||||
## ⚙️ Permissions
|
||||
|
||||
@@ -70,6 +76,13 @@ Beans is a user-driven project. We welcome any contribution, big or small.
|
||||
|
||||
Thanks to all contributors, the developers of our dependencies, and our users.
|
||||
|
||||
## Signinig key
|
||||
|
||||
```
|
||||
net.helcel.beans
|
||||
62:53:15:7E:24:C9:6C:4B:EB:03:06:69:12:4F:92:7C:4A:17:E5:45:88:28:E6:B7:8F:8E:29:C4:E0:22:AF
|
||||
```
|
||||
|
||||
## 📝 License
|
||||
|
||||
```
|
||||
|
||||
@@ -36,6 +36,7 @@ android {
|
||||
buildTypes {
|
||||
debug {
|
||||
debuggable true
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
release {
|
||||
minifyEnabled true
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
android:allowBackup="true"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:hardwareAccelerated="false"
|
||||
android:icon="@mipmap/ic_launcher_round"
|
||||
android:label="${APP_NAME}"
|
||||
android:supportsRtl="true">
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id 'com.android.application' version '9.4.1' apply false
|
||||
id 'com.android.library' version '9.3.2' apply false
|
||||
id 'com.android.library' version '9.4.1' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.4.20' apply false
|
||||
}
|
||||
@@ -223,9 +223,9 @@
|
||||
integrity sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==
|
||||
|
||||
"@rollup/rollup-linux-x64-gnu@^4.44.1":
|
||||
version "4.63.3"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.3.tgz#4f437d9e27e8b9146038994eec29aa01d05b50e9"
|
||||
integrity sha512-SXagRwnI2Wlwlitllu59UK/nGVbD1CKPcNqDplHwIC4BqJcpXFjD32d1R/RbuISa95HdQrZM3/7v4bKiowFaLA==
|
||||
version "4.63.4"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.4.tgz#0c68fa212df249f996b2d75e8fbb3766b1582ee8"
|
||||
integrity sha512-791ET7W17NnScOZM7h4dX5hYspxE28htPFsb1awY/NRR8+PRNkS53e475rDdxXXDrP+kwnCcNWg9CX5ztn/Aqw==
|
||||
|
||||
"@tmcw/togeojson@^5.6.0":
|
||||
version "5.8.1"
|
||||
|
||||
Reference in New Issue
Block a user