Files
Voice/docs
Paul Woitaschek 4e755b89cf Refactor: Introduce a feature flag module (#3279)
Introduces a new `core:featureflag` module to abstract feature flag implementations. This module provides a `FeatureFlag` interface and a `FeatureFlagFactory` to create feature flags backed by `RemoteConfig`.

Key changes include:
- Creating a new `:core:featureflag` Gradle module.
- Replacing direct `RemoteConfig` usage in `features/cover` and `features/review` with the new `FeatureFlag` abstraction.
- Using a `MemoryFeatureFlag` for testing purposes.
2025-12-26 15:07:10 +01:00
..
2025-04-14 21:34:44 +02:00
2025-09-09 22:14:06 +02:00