- Updated `ProfileIdentityCard` to use `CollectionCardRemoteImage`.
- Configured `animateIfPossible = true` to provide real-time animated previews during profile creation or customization on iOS.
- Integrated `CollectionCardRemoteImage` into `PopupProfileBubble` and `ActiveProfileMiniAvatar`.
- Set `animateIfPossible = true` to ensure consistent GIF playback within the bottom navigation tab and popup switcher on iOS.
- Maintained existing layout sizes and clip shapes for visual consistency.
- Replaced Coil's `AsyncImage` with `CollectionCardRemoteImage` inside `ProfileAvatarCard`.
- Passed `animateIfPossible = true` to allow iOS to utilize the existing custom native GIF decoding engine used in collection poster.
- Ensured zero behavioral impact on Android as the component maps back to Coil under the hood.
- Add New Episode / New Season badge to the Continue Watching next-up
cards, matching the NuvioTV implementation. Badge fires when a new
episode has aired after the user's last watched timestamp and within
the 60-day recency window.
- Filter shows that are marked as 'dropped' on Trakt from the Continue
Watching in-progress list, next-up seed candidates, and the
enrichment disk cache, matching NuvioTV behaviour.
- Add AirDateUtils.kt with calculateReleaseAlertState() and
parseReleaseDateToEpochMs() helpers used for both badge logic and
correct next-up sort ordering when a release alert is active.
- Persist isReleaseAlert / isNewSeasonRelease in CachedNextUpItem so
badge state survives cold starts without waiting for a full re-fetch.
- Extend translations for the badge strings (airs today / tomorrow /
in N days / on date) across de, el, es, fr, id, it, nb, pl, pt, tr,
cs and the default English strings.
- Add unit tests for parseReleaseDateToEpochMs, calculateReleaseAlertState
inputs/outputs, formatReleaseDateWithoutYear, isoCalendarDateOrNull,
daysUntilExplicitRelease, and isoEpochDay.
Switch Norwegian locale code from "no" to the ISO 639-1 code "nb" for consistency. Updated Android locale_config.xml, renamed resource folder values-no to values-nb (strings moved/renamed accordingly), and changed the AppLanguage enum to use "nb". Also removed a now-duplicate media_series string entry in the renamed resources.