chore: add project scaffolding and resources

This initial commit scaffolds the project with essential docs, assets, and build configs.
It adds Android icons, design assets, and release metadata to support mobile targets.
A fastlane config and F-Droid manifest are included to streamline builds.

- Adds F-Droid configuration for automated builds
- Includes license and privacy policy documents
- Provides app icons and assets for Android and design system
This commit is contained in:
2026-08-21 14:45:18 +02:00
parent 197090ddd2
commit 6e43d52680
169 changed files with 1685 additions and 256 deletions
@@ -0,0 +1,39 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1600 620">
<rect width="1600" height="620" fill="#edf1ed"/>
<text x="70" y="70" font-family="Inter,Arial,sans-serif" font-size="34" font-weight="800" fill="#18201b">WallpaperFlow · Icon-Richtungen</text>
<text x="70" y="105" font-family="Inter,Arial,sans-serif" font-size="17" fill="#657068">Vier Varianten in der bestehenden Grün-/Salbei-Farbwelt</text>
<g font-family="Inter,Arial,sans-serif">
<g transform="translate(48 140)">
<rect width="350" height="430" rx="30" fill="#f8faf7"/>
<image x="45" y="35" width="260" height="260" xlink:href="01-frame-flow.svg"/>
<image x="274" y="270" width="58" height="58" xlink:href="01-frame-flow.svg"/>
<text x="32" y="344" font-size="23" font-weight="800" fill="#18201b">1 · Frame Flow</text>
<text x="32" y="375" font-size="15" fill="#657068">Foto im Mittelpunkt, Wechselbewegung</text>
<text x="32" y="400" font-size="15" fill="#657068">modern und sofort verständlich</text>
</g>
<g transform="translate(433 140)">
<rect width="350" height="430" rx="30" fill="#f8faf7"/>
<image x="45" y="35" width="260" height="260" xlink:href="02-lockscape.svg"/>
<image x="274" y="270" width="58" height="58" xlink:href="02-lockscape.svg"/>
<text x="32" y="344" font-size="23" font-weight="800" fill="#18201b">2 · Lockscape</text>
<text x="32" y="375" font-size="15" fill="#657068">Sperrbildschirm eindeutig erkennbar</text>
<text x="32" y="400" font-size="15" fill="#657068">kräftig, funktional und unverwechselbar</text>
</g>
<g transform="translate(818 140)">
<rect width="350" height="430" rx="30" fill="#f8faf7"/>
<image x="45" y="35" width="260" height="260" xlink:href="03-wechsel-w.svg"/>
<image x="274" y="270" width="58" height="58" xlink:href="03-wechsel-w.svg"/>
<text x="32" y="344" font-size="23" font-weight="800" fill="#18201b">3 · Wechsel-W</text>
<text x="32" y="375" font-size="15" fill="#657068">Eigenständige Markenform mit W</text>
<text x="32" y="400" font-size="15" fill="#657068">reduziert und gut als Logo ausbaubar</text>
</g>
<g transform="translate(1203 140)">
<rect width="350" height="430" rx="30" fill="#f8faf7"/>
<image x="45" y="35" width="260" height="260" xlink:href="04-orbit-gallery.svg"/>
<image x="274" y="270" width="58" height="58" xlink:href="04-orbit-gallery.svg"/>
<text x="32" y="344" font-size="23" font-weight="800" fill="#18201b">4 · Orbit Gallery</text>
<text x="32" y="375" font-size="15" fill="#657068">Dynamischer automatischer Wechsel</text>
<text x="32" y="400" font-size="15" fill="#657068">technischer und energiegeladener</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB