Skip to content

Remove feature flags#6931

Merged
grzesiek2010 merged 3 commits intogetodk:masterfrom
seadowg:remove-feature-flags
Oct 15, 2025
Merged

Remove feature flags#6931
grzesiek2010 merged 3 commits intogetodk:masterfrom
seadowg:remove-feature-flags

Conversation

@seadowg
Copy link
Member

@seadowg seadowg commented Oct 14, 2025

This removes the feature flags we had in place for the removal of the themes setting and for the foreground service match exactly syncs. Both were set to true so I've effectively just removed dead code here.

).initialize()
mapsInitializer.initialize()
JavaRosaInitializer(propertyManager, projectsDataService, entitiesRepositoryProvider, settingsProvider).initialize()
SystemThemeMismatchFixInitializer(context).initialize()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was actually causing ANRs (Crashlytics report here). It's no longer needed now that we're always following the system theme (original PR here).

@seadowg seadowg force-pushed the remove-feature-flags branch 2 times, most recently from 1d3de3c to 8eda25b Compare October 15, 2025 09:17
@seadowg seadowg force-pushed the remove-feature-flags branch from 8eda25b to 86b3c6d Compare October 15, 2025 12:13
ToastUtils.showShortToast(org.odk.collect.strings.R.string.form_update_succeeded)
}
}
viewModel.syncWithServer()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#6835 will add feedback back here

@seadowg seadowg requested a review from grzesiek2010 October 15, 2025 13:09
@seadowg seadowg marked this pull request as ready for review October 15, 2025 13:09
@grzesiek2010 grzesiek2010 merged commit 2997e47 into getodk:master Oct 15, 2025
6 checks passed
@grzesiek2010
Copy link
Member

@seadowg, anything that is worth testing here?

@seadowg
Copy link
Member Author

seadowg commented Oct 16, 2025

@seadowg, anything that is worth testing here?

No I don't think so!

@seadowg seadowg deleted the remove-feature-flags branch October 16, 2025 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants