feat(reactions): Move reaction settings to per-device profiles

Migrate reaction toggles (auto-play, auto-pause, auto-connect, popups) from global ReactionSettings singleton to per-profile fields on AppleDeviceProfile. Each paired device can now have independent reaction behavior.

Extract ReactionConfig snapshot to decouple PodDevice from AppleDeviceProfile — reaction consumers read device.reactions instead of device.profile. Remove auto-connect from upgrade benefits (now free). Add LegacyReactionSettingsReader for one-shot DataStore migration.
This commit is contained in:
darken
2026-04-14 11:28:41 +02:00
committed by Matthias Urhahn
parent 29df90628f
commit 067eb2e9e0
115 changed files with 834 additions and 1225 deletions
-2
View File
@@ -21,7 +21,6 @@
<string name="upgrade_preamble">CAPod распрацаваны адным чалавекам. Абнаўленне разблакоўвае дадатковыя функцыі і дапамагае трымаць праграму ў жывых.</string>
<string name="upgrade_benefit_themes">Наладка тэм</string>
<string name="upgrade_benefit_autoplay">Аўтаматычнае прайграванне і паўза</string>
<string name="upgrade_benefit_autoconnect">Аўтаматычнае падключэнне</string>
<string name="upgrade_benefit_popups">Усплывальнае акно пры адкрыцці скрынкі і падключэнні</string>
<string name="upgrade_benefit_widgets">Віджэты галоўнага экрана</string>
<string name="upgrade_benefit_device_settings">Пашыраныя налады прылады</string>
@@ -66,7 +65,6 @@
<string name="settings_devices_label">Прылады</string>
<string name="settings_devices_description">Кіруйце вашымі прыладамі.</string>
<string name="settings_reaction_label">Рэакцыі</string>
<string name="settings_reaction_description">Рэагаваць на падзеі і паводзіны.</string>
<string name="settings_category_yourdevice_label">Ваша прылада</string>
<string name="settings_category_compatibility_options_title">Параметры сумяшчальнасці</string>
<string name="settings_category_compatibility_options_description">Не чапайце, калі ўсё працуе ;)</string>