3.2 KiB
3.2 KiB
FORK_DIVERGENCE
This document tracks the functional and behavioral differences between this forked repository and its upstream baseline. Each entry represents a deliberate divergence introduced to meet the specific needs of this fork.
D-0001: Rebranded application icons and logos
- Upstream baseline commit:
4ad495d36c6ccde088848a2ac90c7db62e963421 - Type:
Behavioral - Date:
2026-04-15
Description
This change replaces the default Element X application icons and logos with a custom set to reflect the fork's branding.
Upstream vs. Fork Behavior
- Upstream: The application displays the official Element branding.
- Fork: The application displays custom logos and icons.
Files Modified
.github/workflows/maestro-local.yml.github/workflows/pull_request.yml.github/workflows/quality.yml.github/workflows/sonar.yml.github/workflows/tests.ymlappicon/element/src/main/ic_launcher-playstore.pngappicon/element/src/main/res/mipmap-hdpi/ic_launcher.webpappicon/element/src/main/res/mipmap-hdpi/ic_launcher_foreground.webpappicon/element/src/main/res/mipmap-hdpi/ic_launcher_monochrome.webpappicon/element/src/main/res/mipmap-hdpi/ic_launcher_round.webpappicon/element/src/main/res/mipmap-mdpi/ic_launcher.webpappicon/element/src/main/res/mipmap-mdpi/ic_launcher_foreground.webpappicon/element/src/main/res/mipmap-mdpi/ic_launcher_monochrome.webpappicon/element/src/main/res/mipmap-mdpi/ic_launcher_round.webpappicon/element/src/main/res/mipmap-xhdpi/ic_launcher.webpappicon/element/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webpappicon/element/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.webpappicon/element/src/main/res/mipmap-xhdpi/ic_launcher_round.webpappicon/element/src/main/res/mipmap-xxhdpi/ic_launcher.webpappicon/element/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webpappicon/element/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.webpappicon/element/src/main/res/mipmap-xxhdpi/ic_launcher_round.webpappicon/element/src/main/res/mipmap-xxxhdpi/ic_launcher.webpappicon/element/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webpappicon/element/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.webpappicon/element/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webplibraries/designsystem/src/main/res/drawable-night-xxhdpi/element_logo.pnglibraries/designsystem/src/main/res/drawable-night/bg_migration.pnglibraries/designsystem/src/main/res/drawable-night/onboarding_bg.pnglibraries/designsystem/src/main/res/drawable-xxhdpi/element_logo.pnglibraries/designsystem/src/main/res/drawable/bg_migration.pnglibraries/designsystem/src/main/res/drawable/onboarding_bg.pnglibraries/designsystem/src/main/res/drawable/sample_background.webp
Impact & Risk
- Impact: This change alters the visual identity of the application. It does not affect core functionality. The modifications to GitHub workflow files may tailor the CI/CD process for the fork.
- Risk Level:
LOW. The changes are primarily cosmetic.
AGPL Relevance
- Not applicable.