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
6 lines
287 B
XML
6 lines
287 B
XML
<resources>
|
|
<string name="wallpaper_service_title">WallpaperFlow está activo</string>
|
|
<string name="wallpaper_service_text">El fondo cambia según el intervalo configurado.</string>
|
|
<string name="wallpaper_channel_name">Rotación automática de fondos</string>
|
|
</resources>
|