Migrate misc settings events to Event Horizon#5102
Open
MiSikora wants to merge 1 commit intomehow/task/event-horizon-settings-3from
Open
Migrate misc settings events to Event Horizon#5102MiSikora wants to merge 1 commit intomehow/task/event-horizon-settings-3from
MiSikora wants to merge 1 commit intomehow/task/event-horizon-settings-3from
Conversation
Collaborator
Generated by 🚫 Danger |
Collaborator
Project dependencies changeslist! Upgraded Dependencies
com.automattic:eventhorizon:pocket-casts-bc34f8fc2d09a6d6aa27b862f182a70ef453e7b2, (changed from pocket-casts-d29c439f463f93c9b1b0d5d642a2cc746e37dcef)tree +--- project :modules:features:account
| \--- project :modules:features:search
| \--- project :modules:services:analytics
-| +--- com.automattic:eventhorizon:pocket-casts-d29c439f463f93c9b1b0d5d642a2cc746e37dcef
+| +--- com.automattic:eventhorizon:pocket-casts-bc34f8fc2d09a6d6aa27b862f182a70ef453e7b2
| \--- project :modules:services:model
-| +--- com.automattic:eventhorizon:pocket-casts-d29c439f463f93c9b1b0d5d642a2cc746e37dcef (*)
+| +--- com.automattic:eventhorizon:pocket-casts-bc34f8fc2d09a6d6aa27b862f182a70ef453e7b2 (*)
| \--- project :modules:services:utils
| \--- project :modules:services:payment
-| \--- com.automattic:eventhorizon:pocket-casts-d29c439f463f93c9b1b0d5d642a2cc746e37dcef (*)
+| \--- com.automattic:eventhorizon:pocket-casts-bc34f8fc2d09a6d6aa27b862f182a70ef453e7b2 (*)
+| \--- project :modules:services:preferences
+| \--- com.automattic:eventhorizon:pocket-casts-bc34f8fc2d09a6d6aa27b862f182a70ef453e7b2 (*)
\--- project :modules:features:discover
\--- project :modules:features:podcasts
\--- project :modules:features:player
\--- project :modules:features:transcripts
\--- project :modules:services:sharing
- \--- com.automattic:eventhorizon:pocket-casts-d29c439f463f93c9b1b0d5d642a2cc746e37dcef (*)
+ \--- com.automattic:eventhorizon:pocket-casts-bc34f8fc2d09a6d6aa27b862f182a70ef453e7b2 (*) |
geekygecko
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This migrates settings related events to Event Horizon.
Relates to PCDROID-419
Testing Instructions
I would mostly focus on the code review and smoke test some of these events as the migration process is rather a mechanical one.
settings_headphone_controls_shownsettings_headphone_controls_next_changedsettings_headphone_controls_previous_changedsettings_headphone_controls_bookmark_sound_toggledsettings_help_shownsettings_leave_feedbacksettings_get_supportsettings_import_shownsettings_import_select_filesettings_import_by_urlsettings_import_export_email_tappedsettings_import_export_file_tappedsettings_import_export_startedsettings_import_export_finishedsettings_import_export_failedopml_import_startedopml_import_failedopml_import_finishedScreenshots or Screencast
N/A
Checklist
./gradlew spotlessApplyto automatically apply formatting/linting)modules/services/localization/src/main/res/values/strings.xmlI have tested any UI changes...