- Replace default Android icon with custom notepad design - Use PNG-based adaptive icons (mipmap) instead of vector drawables for better launcher compatibility - Add ic_launcher_background.png (light blue #90CAF9) for all densities - Add ic_launcher_foreground.png (transparent notepad design) for all densities - Update legacy WebP icons (mdpi/hdpi/xhdpi/xxhdpi/xxxhdpi) with new design - Update Fastlane metadata icons (de-DE + en-US) with 512x512 PNG - Improve F-Droid NonFreeNet AntiFeature documentation: * Clarify HTTP restricted to local networks only (RFC 1918 private IPs, localhost, .local domains) * Document upcoming v1.1.2 security restrictions * Emphasize HTTPS support and recommendation Icon Design: - White notepad paper with gray border - Red header line (like real notepads) - Three blue text bars (representing notes) - Orange pencil with white tip in bottom-right corner - Light blue background for adaptive icon Technical Changes: - Delete drawable/ic_launcher_background.xml (vector drawables) - Delete drawable/ic_launcher_foreground.xml (vector drawables) - Update mipmap-anydpi-v26/ic_launcher.xml: @drawable -> @mipmap - Update mipmap-anydpi-v26/ic_launcher_round.xml: @drawable -> @mipmap - Remove monochrome tag (not needed for this design) Addresses IzzyOnDroid Issue #2 feedback
54 lines
1.7 KiB
YAML
54 lines
1.7 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 on local networks.
|
|
Starting with v1.1.2, HTTP connections will be restricted to:
|
|
- Private IP ranges (RFC 1918: 10.x.x.x, 172.16-31.x.x, 192.168.x.x)
|
|
- Localhost (127.0.0.1, ::1)
|
|
- .local domains (mDNS)
|
|
HTTPS is recommended and supported for all connections.
|
|
de-DE: |-
|
|
Erlaubt unverschlüsselte HTTP-Verbindungen zu selbst gehosteten WebDAV-Servern in lokalen Netzwerken.
|
|
Ab Version 1.1.2 werden HTTP-Verbindungen eingeschränkt auf:
|
|
- Private IP-Bereiche (RFC 1918: 10.x.x.x, 172.16-31.x.x, 192.168.x.x)
|
|
- Localhost (127.0.0.1, ::1)
|
|
- .local-Domains (mDNS)
|
|
HTTPS wird empfohlen und für alle Verbindungen unterstützt.
|
|
|
|
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
|