Files
LockScreenWallpaper/plugins/android/src/main/res/values-fr/strings.xml
T
Christoph 75c79a8344 feat(android): switch to screen-on rotation service and updated scheduler
The rotation service now responds to screen on/off events via a
dedicated ScreenOnRotationService, reducing background work and
avoiding perpetual wakeful states. Manifest and receiver logic were
adjusted to align with the new behavior and energy constraints.

Scheduling and enablement now consistently use timed-based rules and
screen-on preferences, with the boot and alarm paths updated to honor
these settings. This avoids unnecessary foreground services and keeps
the app compliant with Doze and battery optimizations.

Immich image handling improvements include throttled progress updates,
larger cache allowances, and a connectivity-aware automatic download
check to avoid unwanted network usage.

- Use ScreenOnRotationService for screen-on based rotation scheduling
- Centralize enablement via timed-enabled paths and AlarmManager windowing
- Improve Immich cache and progress reporting with connectivity checks
2026-08-22 20:04:42 +02:00

6 lines
299 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<resources>
<string name="wallpaper_service_title">WallpaperFlow est actif</string>
<string name="wallpaper_service_text">Le fond d’écran change lorsque l’écran sallume.</string>
<string name="wallpaper_channel_name">Rotation à lallumage de l’écran</string>
</resources>