Add custom notepad icon and improve F-Droid metadata [skip ci]
- 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
This commit is contained in:
@@ -15,8 +15,20 @@ 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)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user