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">ራስ-ሰር አጫውት &amp; ራስ-ሰር አቁም</string>
<string name="upgrade_benefit_autoconnect">ራስ-ሰር ግንኙነት</string>
<string name="upgrade_benefit_popups">ቴሌ ሲከፈት &amp; ሲገናኝ ፖፕ-አፕ</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>