- Move fastlane metadata to repository root (was in android/fastlane) - Add distributionSha256Sum to gradle-wrapper.properties for security - Update Gradle Wrapper JAR to match version 8.13 - Document NonFreeNet anti-feature (HTTP support for local WebDAV servers) Addresses F-Droid RFP issue #3458 bot feedback
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
Categories:
|
|
- Writing
|
|
License: MIT
|
|
AuthorName: Liq Dettmer
|
|
AuthorEmail: liq@dettmer.dev
|
|
AuthorWebSite: https://dettmer.dev
|
|
SourceCode: https://github.com/inventory69/simple-notes-sync
|
|
IssueTracker: https://github.com/inventory69/simple-notes-sync/issues
|
|
Changelog: https://github.com/inventory69/simple-notes-sync/releases
|
|
|
|
AutoName: Simple Notes Sync
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/inventory69/simple-notes-sync.git
|
|
|
|
AntiFeatures:
|
|
NonFreeNet:
|
|
en-US: Allows unencrypted HTTP connections to self-hosted WebDAV servers (optional, local network usage)
|
|
de-DE: Erlaubt unverschlüsselte HTTP-Verbindungen zu selbst gehosteten WebDAV-Servern (optional, lokale Netzwerk-Nutzung)
|
|
|
|
Builds:
|
|
- versionName: 1.1.1
|
|
versionCode: 3
|
|
commit: v1.1.1
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
gradle:
|
|
- fdroid
|
|
srclibs:
|
|
- reproducible-apk-tools@v0.2.8
|
|
prebuild: sed -i -e '/signingConfig/d' build.gradle.kts
|
|
scandelete:
|
|
- android/gradle/wrapper
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.1.1
|
|
CurrentVersionCode: 3
|